body, p, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, form, input, div {
    margin: 0;
    padding: 0;
}

ul, li, ol {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

i, em {
    font-style: normal;
}

a {
    text-decoration: none;
    color:#333
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.page {
    width: 1120px;
    margin: 0 auto;
}
.headTop{
    width:100%;
    background:#fff;

}
    .headTop .logo {
        float: left;
        width: 295px;
        height: 80px;
        display: block;
        background: url(../../css/imgs/headsprite.png) no-repeat;
        background-position: 0px 0px
    }
    .headTop .back {
        float: right;
        display: inline-block;
        padding: 5px 8px;
        margin-top: 15px;
        border: 1px solid #eaeaea;
        margin-right: 20px;
        transition:all 0.5s;
    }
        .headTop .back:hover {
            color: #fff;
            border: 1px solid #20a1ff;
            background: #20a1ff;
        }
        .body {
            margin-top: 10px;
        }

.left {
    width: 200px;
    margin-right: 15px;
    float: left;
}

.right {
    float: right;
    width: 900px;
    margin-bottom:30px;
}
.right .listWarp{
    width:100%;
    margin-right:-15px
}
.inputLine {
    width: 95%;
    margin: 0 auto;
}
.sing input {
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #C2CCD1;
    outline: none;
    width:167px;
}
#Code {
    position: absolute;
    top: 0;
    right: 0;
    border-style: none;
    border-width: 0px;
    height: 27px;
    margin-bottom: -5px;
    cursor: pointer;
    width: 55px
}
.sing button {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 10px;
    border: 1px solid #C2CCD1;
    outline: none;
    padding: 5px 10px;
}

.warp {
    background: #fff;
    border-radius: 4px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 4px 1px #eaeaea;
}

.title {
    width: 100%;
    border-radius: 4px 4px 0 0;
    background: #20a1ff;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

.channelNav {
    padding: 0 5px;
}

.channelList {
    padding: 5px 5px;
    display: block;
    color: #333;
    border-left: 5px solid #fff;
    font-size:14px;
}
.activeNav {
    color: #20a1ff;
    border-left: 5px solid #5cb9ff;
}
.channelList:hover {
    color: #20a1ff;
    border-left: 5px solid #5cb9ff;
}

.variety img {
    width: 80%;
    padding:10px;
    display:block;
    margin:0 auto;
}

.variety p {
    width: 100%;
    text-align: center;
}

.channelListCont {
    width: 420px;
    float: left;
    margin-right:20px;
    padding:10px 10px;
    height:260px;
    overflow:hidden;
}
.clearRight{
    margin-right:0
}
.channelListCont>img{
    width:25px;
}
.listTitle {
    display:inline-block;
    font-size: 18px;
    color: #20a1ff;
    font-weight:500;

}
.more {
    display: inline-block;
    color:#b2b2b2;
    float:right
}
    .more:hover {
        color: #20a1ff;
    }
    .line{
        width:100%;
        height:10px;
       border-bottom:1px solid #eaeaea;
    }
.ListMsgTit{
    width:100%;
    margin:10px 0;
    font-size:14px;
}
    .ListMsgTit span{
        display:inline-block;
    }
    /*°´Å¥*/
.yongyin {
    cursor:pointer;
    width: 90px;
    text-align: center;
    line-height: 100%;
    padding: 0.3em;
    font: 16px Arial,sans-serif bold;
    font-style: normal;
    text-decoration: none;
    margin: 2px;
    vertical-align: text-bottom;
    zoom: 1;
    outline: none;
    font-size-adjust: none;
    font-stretch: normal;
    border-radius: 50px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.2);
    text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
    color: #fefee9;
    border: 0.2px solid #2299ff;
    background-repeat: repeat;
    background-size: auto;
    background-origin: padding-box;
    background-clip: padding-box;
    background-color: #3399ff;
    background: linear-gradient(to bottom, #eeeff9 0%,#3399ff 100%);
}

    .yongyin:hover {
        background: #268DFF;
    }
#footer {
    width: 100%;
    background: #fff;
    color: #909090;
    padding: 20px 0;
    font-size: 14px;
    border-top: 2px solid #20a1ff;
}
    #footer a {
        color: #909090;
    }
    #footer dt{
        padding:2px 0;
    }
    .webright {
        text-align: center;
    }