.main{
    background: rgb(245, 245, 245);
    padding-bottom: 30px;
}
.news>div{
    margin: 30px auto;
}
label a{ font-size: 15px;color: #666666;}
label a:hover{ color: #2156b2; }
.news .new_banner{
    width: 400px;
    height: 300px;
    float: left;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}
.news .new_right{
    width: 800px;
    float: right;
}
.news .new_img{
    width: 400px;
    height: 265px;
    overflow: hidden;
}
.news .new_img img{
    display: block;
    width: 100%;
}
.new_banner p{
    width: 400px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 26px;
}
.new_banner .hd{
    position: absolute;
    bottom: 36px;
    right: 0;
}
.new_banner .hd ul{
    overflow: hidden;
}
.new_banner .hd ul li {
    cursor: pointer;
    float: left;
    zoom: 1;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    margin: 5px;
    font-size: 12px;
    text-align: center;
    color: #964242;
}
.new_banner .hd ul .on {
    background-color: rgb(255,88,142);
    color: #fff;
}

.banner p{
    width: 400px;
    color: #333333;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 26px;
}
.banner .hd{
    position: absolute;
    bottom: 380px;
    right: 50%;
}
.banner .hd ul{
    overflow: hidden;
}

.banner .hd ul li {
    cursor: pointer;
    float: left;
    zoom: 1;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    margin: 5px;
    font-size: 12px;
    text-align: center;
    color: #964242;
}
.banner .hd ul .on {
    background-color: rgb(255,88,142);
    color: #fff;
} 



.new_right>div{
    overflow: hidden;
    float: left;
    width: 385px;
    height: 300px;
    background-color: #fff;
    margin-left: 15px;
}
.new_right>div h5{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    line-height: 44px;
    margin: 0 15px;
} 
.new_right>div span{
    color: #333;
    display: block;
    text-align: center;
    padding: 3px 0;
    float: left;
    border-bottom: 2px solid #2071bf;
}
.new_right>div label{
    font-size: 16px;
    float: right;
    margin-top: 6px;
    cursor: pointer;
    font-weight: 400;
    
}
.new_right>div label a{
    
    display: block;
}
.new_right ul{
    width: 348px;
    margin: 0 auto;
}
.new_right ul li{
    overflow: hidden;
    /* height: 39px;
    line-height: 39px; */
    padding-top: 16px;
    padding-bottom: 5px;
}
.new_right ul li a{
    float: left;
    color: #555;
    width: 260px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.new_right ul li em{
    float: right;
    color: #888;
    font-size: 14px;
    display: block;
}
.list .list_left{
    width: 884px;
    float: left;
}
.list .list_dl{
    width: 300px;
    min-height: 270px;
    background: #fff;
    float: right;
    position: relative;
}

.list_left .list_left_left{
    overflow: hidden;
    float: left;
    width: 362px;
    min-height: 270px;
    background-color: #fff;
    padding-bottom: 8px;
    box-sizing: border-box;
}
.list_left .list_right{
    overflow: hidden;
    float: right;
    width: 505px;
    min-height: 270px;
    background-color: #fff;
    padding-bottom: 8px;
    box-sizing: border-box;
}
.list_left .list_left_left h5{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    line-height: 44px;
    margin: 0 15px
}
.list_left .list_left_left span{
   	color: #333;
    display: block;
    text-align: center;
    padding: 3px 0;
    float: left;
    border-bottom: 2px solid #2071bf;
}
.list_left .list_left_left label{
    font-size: 16px;
    float: right;
    margin-top: 6px;
    cursor: pointer;
    font-weight: 400; 
}
.list_left .list_left_left label a{
    width: 20px;
}
.list_left_left ul{
    width: 320px;
    margin: 0 auto;
}
.list_left_left ul li{
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 4px;
}
.list_left_left ul li a{
    float: left;
    color: #555;
    width: 300px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.list_left .list_right h5{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    line-height: 44px;
    margin: 0 15px;
}
.list_left .list_right span{
    color: #333;
    display: block;
    text-align: center;
    padding: 3px 0;
    float: left;
    border-bottom: 2px solid #2071bf;
}
.list_left .list_right label{
    font-size: 16px;
    float: right;
    margin-top: 6px;
    cursor: pointer;
    font-weight: 400; 
}
.list_left .list_right label a{
    width: 20px;
}
.list_right ul{
    width: 480px;
    margin: 0 auto;
}
.list_right ul li{
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 4px;
}
.list_right ul li a{
    float: left;
    color: #555;
    width: 400px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.list_right ul li em{
    float: right;
    color: #888;
    font-size: 14px;
    display: block;
}
.list_dl h5{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    line-height: 44px;
    display: block;
    padding-bottom: 49px;
    margin: 0 15px;
}
.list_dl h5 span{
    color: #333;
    display: block;
    text-align: center;
    padding: 3px 0;
    float: left; font-weight: bold;
    border-bottom: 2px solid #2071bf;
}
.list_dl h5 span img{ display: none;
    width: 24px;
    height: 24px;
}
.list_dl>div .icon img{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    margin-top: 4px;
    display: block;
}
.list_dl .icon{
    float: left;
    width: 36px;
    height: 38px;
    border-right: 1px solid #b5c0d2;

}
.list_dl>div{
    overflow: hidden;
    width: 270px;
    margin: 16px auto;
}

.list_dl>div input{
    float: left;
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 2px;
    box-sizing: border-box;
    border: none;
    border:1px solid #fff;
    outline: none;
}
.list_dl .usename input{
    width: 222px;
}
.list_dl .usename{
    border: 1px solid #b5c0d2;
}
.list_dl .password{
    width: 160px;
    height: 36px;
    border: 1px solid #b5c0d2;
    float: left;
}
.list_dl .password input{
    width: 114px;
    height: 33px;
     outline: none;
}

.list_dl button{
    width: 123px;
    height: 36px;
    line-height: 36px;
    margin: -2px 10px;
}
.list_dl .dd{
    background: rgb(197,90,17);
    color: #fff;
    margin-left: 15px;
}
.list_dl .zz{
    background: rgb(47,85,151);
    color: #fff;
}
/* lists */ 
.list_s{
    margin: 30px auto;
}
.list_s>div{
    float: left;
    overflow: hidden;
    width: 390px;
    background: #ffffff;
    padding-bottom: 10px;
}
.list_s>div h5{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    line-height: 44px;
    margin: 0 15px;
}
.list_s>div span{
    color: #333;
    display: block;
    text-align: center;
    padding: 3px 0;
    float: left;
    border-bottom: 2px solid #2071bf;
}
.list_s>div label{
    font-size: 16px;
    float: right;
    margin-top: 6px;
    cursor: pointer;
    font-weight: 400; 
}
.list_s>div label a{
    width: 20px; 
}
.list_s .img{
    width: 90%;
    margin: 0 auto;
    height: 180px;
    overflow: hidden;
    margin-top: 10px;
}
.list_s>div ul{
    width: 90%;
    margin: 0 auto;
}
.list_s>div ul li{
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 4px;
}
.list_s>div ul li a{
    float: left;
    color: #555;
    width: 94%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.list_s .lists_center{
    margin-left:15px;
    margin-right:15px;
}
.list_s .lists_center ul li em{
    float: right;
    color: #888;
    font-size: 14px;
    display: block;
}
.list_s .lists_center ul li a {
    width: 95%;
}
.list_b{
    width: 788px;
    background: #ffffff;
    overflow: hidden;
    float: left;
}
.list_rr{
    width: 33.1%;
    background: #ffffff;
    float: right;
}

.list_b h5{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    line-height: 44px;
    margin: 0 15px;
}
.list_b h5 span{
    color: #333;
    display: block;
    text-align: center;
    padding: 3px 0;
    float: left;
    border-bottom: 2px solid #2071bf;
}
.list_b label{
    font-size: 16px;
    float: right;
    margin-top: 6px;
    cursor: pointer;
    font-weight: 400; 
}
.list_b label a{
    width: 20px;
}

.list_left_left .img{
    width: 320px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}
.img img{
    width: 100%;
    display: block;
}
.list_right .img{
    width: 480px;
    height: 140px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 10px;
}
.list_b .a{
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
}
.list_b .a a{
    display: block;
    color: #2055b3;
    border-radius: 5px;
    padding: 0 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 4px;
    float: left;
}
.list_b{
    color: #2055b3;
}
.list_b .a .current{
    background: #2071bf;
    color: #ffffff;
}
.list_b ul {
    width: 94%;
    margin: 0 auto;
    display: none;
}
.list_b ul li{
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 16px;
    position: relative;
    padding-left: 10px;
}
.list_b ul li::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #333333;
    position: absolute;
    top: 30%;
    left: 0px;
}
.list_b ul li a{
    float: left;
    color: #555;
    width: 86%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.list_b ul li em{
    float: right;
    color: #888;
    font-size: 14px;
}
.list_rr ul{
    display: none;
}
.list_rr .a{
    width: 95%;
    margin: 20px auto;
    overflow: hidden;
}
.list_rr .a a{
    display: block;
    color: #2055b3;
    border-radius: 5px;
    padding: 0 6px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 4px;
    float: left;
}
.list_rr{
    color: #2055b3;
}
.list_rr .a .current{
    background: #2071bf;
    color: #ffffff;
}
.list_rr ul {
    width: 94%;
    margin: 0 auto;
    display: none;
}
.list_rr ul li{
    overflow: hidden;
    padding-top: 3px;
    padding-bottom: 16px;
    position: relative;
    padding-left: 10px;
}
.list_rr ul li::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #333333;
    position: absolute;
    top: 30%;
    left: 0px;
}
.list_rr ul li a{
    float: left;
    color: #555;
    width: 70%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.list_rr ul li em{
    float: right;
    color: #888;
    font-size: 14px;
}
.list_rr h5{
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    line-height: 44px;
    margin: 0 15px;
}
.list_rr h5 span{
    color: #333;
    display: block;
    text-align: center;
    padding: 3px 0;
    float: left;
    border-bottom: 2px solid #2071bf;
}
.list_rr label{
    font-size: 16px;
    float: right;
    margin-top: 6px;
    cursor: pointer;
    font-weight: 400; 
}
.list_rr label a{
    width: 20px;
}
.public{
    background: #fff;
    padding: 12px 0;
}
.public>div{
    width: 96%;
    margin: 0 auto;
    border: 1px solid #888;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}
.public h3{
    float: left;
    color: #2055b3;
    font-size: 16px;
    border-right: 1px solid #888;
    padding: 0 10px;
    box-sizing: border-box;
}
.public>div>div{
    float: left;
}
.public div a{
    display: block;
    float: left;
    margin-left: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
    color: #333333;
    white-space: nowrap;
}
.public>div>div a::before{
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #333333;
    position: absolute;
    top: 48%;
    left: 0px;
}
.course{
    margin: 30px auto; 
}
.course>div{
    width: 48%;
}
.course .course_left{
    float: left;
}
.course .course_right{
    float: right;
}
.course .course_h{
    padding: 14px 0;
    width: 100%;
    background: rgb(192,19,13);
}
.course .course_h>div,.course ul li>div{
    margin: 0 auto;
    overflow: hidden;
    width: 96%;
}
.course .course_h span{
    float: left;
    display: block;
    color: #fff;
}
.course .course_h a{
    float: right;
    display: block;
    color: #ffffff;
}
.course ul li{
    overflow: hidden;
    padding: 14px 0;
}
.course ul li span{
    font-size: 14px;
    color: #333333;
    display: block;
    float: left;
}
.course ul li>div>div{
    float: right;
}
.course ul li a{
    color: #333333;
    font-size: 14px;
    margin-left: 10px;
}
.course ul .course_1{
    background: rgb(242,242,242);
}
.course_2{
    background: rgb(217,217,217);
}
.course_right .course_h{
    background: #2156b4;
}

.main ul li a{
    transition: .3s color;
}
.main ul li a:hover {
    color: #2055b3;
}
#vCode1{
    width:100px;
    height: 36px;
    border: 1px solid #ccc;
    float: right;
}
.list_dl .last{
    margin-bottom: 13px;
}