@charset "UTF-8";
/* CSS Document */
ul,li{
    list-style-type: none;
    margin:0px;
    padding:0px;
}
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
body{
    font-family: "微软雅黑";
    font-family:'Microsoft YaHei';
}
/*-------------- Reset CSS--------------end*/
.main{
    width:100%;
    padding: 20px 0px 0px 0px;
}
.left{

}
.right{

}
.right_top{
    height: 55px;
    line-height: 65px;
    border-bottom: 2px solid #4c8ec2;
}
.right_title{
    float:left;
    font-size:18px;
    color:#5589BB;
    font-weight:600;
}
.right_num{
    float:right;
}
.right_num_l{
    float:left;
    color:#333;
    padding:0px 2px 0px 0px;
}
.right_num_t{
    float:left;
    color:#333;
    padding:0px 2px 0px 0px;
}
.right_num_r{
    float:left;
    color:#9bbef6;
}
.right_list_img{
    /* float:left; */
    width:100%;
    /* border:1px solid transparent; */
}
.right_list_img img{
    width:100%;
    height:auto;
    border-radius: 8px;
}
.right_list_txt{
    /* float:left; */
    width:100%;
    color:#333;
    padding: 10px 0px 0px 0px;
}
.right_list_txt ul li{
    font-size:14px;
}
.right_list_txt ul li:last-child{
    margin:10px 0px 0px 0px;
    color:#999;
}
.right_list{
    /*
    height: 428px;
    overflow-y: auto;
    margin-top: 5px;
    */
}
/* .right_list > div{
    float: left;
    width: 20.7%;
    min-height: 86px;
    margin: 20px 2% 0px 0px;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    padding: 1%;
} */
.right_list > div{
    float: left;
    width: 23%;
    min-height: 246px;
    margin: 20px 2% 0px 0px;
    cursor: pointer;
    background-color: #fff;
    /* border: 1px solid #e1e1e1; */
    padding: 0px;
}
.right_list_select > .right_list_img{
    /* border:1px solid #2568f4; */
}
.right_list_select {
    /* background-color: #eaeff9 !important;
    border: 1px solid #a1b3d7 !important; */
}
.right_list_pub > .right_list_txt ul li a{
    color:#333;
    text-decoration: none;
    outline:none;
}
.right_list_select > .right_list_txt ul li a{
    color:#2568f4;
    font-weight:600;
    text-decoration: none;
    outline:none;
}
.right_list_select > .right_list_txt{
    color:#2568f4;
    font-weight:600;
}
.right_l_t > div {
    float: left;
    width: 23%;
    min-height: 266px;
    margin: 20px 2% 0px 0px;
    cursor: pointer;
    background-color: #fff;
    /* border: 1px solid #e1e1e1; */
    padding: 0px;
}

.right_l_t-en > div{
    width: 31% !important;
}

/*滚动条样式 开始*/
.custom-scroll{
    width:100%;
    height:520px;
    margin-top: 5px;
    overflow-y: auto;
}
.scrollbot-scrollbar-holder{
    width:15px !important;
    background-color:#e3e3e3 !important;
    border-radius: 15px !important;
}
.scrollbot-scrollbar-holder .scrollbot-scrollbar{
    width:15px !important;
    background-color:#6eaafb !important;
    border-radius: 15px !important;
}
/*滚动条样式 结束*/

.right_list_txt ul li:first-child{
    /* height: 24px; */
}

.col-video-title{
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 20px 0px 0px 0px;
    border: 1px solid #ccc;
    width: 100%;
    position:relative;
    padding: 0px 40px 0px 0px;
}
.col-video-title > ul > li{
    float:left;
    padding:20px 0px;
    border-radius: 10px;
    color:#666;
    font-size:16px;
    border-radius: 5px;
    cursor:pointer;
    text-align: center;
    letter-spacing: -1px;
    width: 27%;
}
.col-video-title > ul > li.primary{
    background-color: #1a6bcf;
    color:#fff;
}
/* .col-video-content{
    position:relative;
}
div.col-video-content > div{
    position:absolute;
    top:-10000px;
} 
div.col-video-content > div:first-child{
    top:0px;
}*/
.col-video-content{
    overflow: hidden;
}
div.col-video-content > div{
    margin-top:-10000px;
}
div.col-video-content > div:first-child{
    margin-top:0px;
}
div.col-video-content > div{
    float:left;
} 
.col-video-title > ul > li:first-child {
    width: 40%;
}

.col_tab_new {
    height: 65px;
    overflow: hidden;
}
.col_tab_swich{
    position:absolute;
    right:6px;
    top:20px;
    z-index: 100000;
}
.col_tab_swich > div{
    width: 30px;
    height: 30px;
    text-align: center;
}
.col_tab_down, .col_tab_up{
    cursor:pointer;
}