*{
    padding: 0;
    margin: 0;
}
body{
    font-family: sans-serif;
    font-size: 16px;
    background-color: #ffffff;
    overflow-y: scroll;
    width: 100%;
    min-width: 1366px;
    position: relative;
}
ul{
    list-style-type: none;
}
.header{
    width: 80%;
    height: 100px;
    margin: 0 auto;
}
/*.logo{
    width: 504px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
}
.logo img{
    display: block;
    width: 504px;
    height: 60px;
}*/
.search{
    float: right;
    width: 300px;
    height: 100px;
    display: flex;
    align-items: center;
}
.search input{
    border: 1px solid #ff9900;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border-right: none;
    width: 220px;
    height: 30px;
    color: #000000;
    padding-left: 5px;
    outline: none;
}
.search_img{
/*    background-color: #f39a00;*/
    display: inline-block;
    width: 50px;
    height: 32px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    background-image: url('../img/searchimg.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.search input::-webkit-input-placeholder{
    color: #000000;
}
.search input::-moz-placeholder{
    color: #000000;
}

.nav{
    width: 100%;
    height: 50px;
    background-color: #ee9900;
    -webkit-box-shadow: 0px 0px 6px;
    -moz-box-shadow: 0px 0px 6px;
    box-shadow: 0px 0px 6px;
}
.nav ul,.subnav{
    display: block;
    width: 80%;
    margin: 0 auto;
}
.nav ul li{
    display: inline-block;
    width: 160px;
    height: 50px;
    float: left;
}
.nav ul li:hover{
    background-position: bottom;
    background-image: url(../img/nav_hover.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.nav ul li a{
    letter-spacing:2px;
    text-align: center;
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    text-decoration: none;
}
.subnav ul li{
    display: flex;
    align-items: center;
    height: 46px;
    width: 55px;
    text-align: center;
    float: left;
}
.subnav{
    height: 46px;
    padding-left: 80px;
}
.subnav ul li a{
    font-size: 14px;
    display: block;
    height: 18px;
    width: 100%;
    color: #666666;
    text-decoration: none;
    border-right: 1px solid #ddddee;
}
.subnav ul li:last-child a{
    border-right: none;
}
.subnav ul li:hover{
    background-image: url(../img/subnav_hover.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.subnav ul li:hover a{
    border: none;
}
.navimg{
    width: 100%;
/*    height: 700px;*/
    position: relative;
}
.navimg img{
    width: 100%;
}
.navimg span{
    display: block;
    position: absolute;
    bottom: 50px;
    right: 120px;
}
.navimg span a{
    font-size: 24px;
    text-decoration: none;
    color: #ee9900;
}
.content{
    width: 80%;
    margin: 0 auto;
}

.theme_active,.guest_share {
    margin-top: 60px;
}
.theme_active h2,.guest_share h2,.report_list h2,.action_list h2,.board_list h2,.live_show h2,.master_discuss h2{
    font-size: 18px;
    text-align: center;
    width: 110px;
    color: #ee9900;
    display: inline-block;
    border-bottom: 2px solid #ee9900;
}
.theme_art{
/*    text-indent: 32px;*/
    font-size: 16px;
    line-height: 32px;
    padding: 0 10px;
    margin-top: 20px;
}
.theme_art a{
    text-decoration: none;
    color: #ff9911;
}
.theme_art span{
    border-bottom: 1px solid #ee9900;
}
.theme_art img{
    width: 15px;
    height: 23px;
}

.video{
    width: 100%;
    height: 470px;
    margin: 20px auto; 
    background-color: #333333;
}
.main_video{
    width: 70%;
    height: 470px;
    float: left;
}
.video_list{
    float: right;
    width:30%;
    height: 470px;;
}
.video_list h5{
    text-align: center;
    font-weight: 200;
    display: inline-block;
    width: 50%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #e97e16;
    border-bottom: 3px solid #ee9900;
}
.video_list ul{
    border-top: 1px solid #666666;
}
.video_list ul li video{
    display: block;
    height: 64px;
    width: 120px;
    margin: 0 15px;
    background-color: #cccccc;
    float: left;
}
.video_list ul li img{
    display: block;
    height: 64px;
    width: 120px;
    margin: 0 15px;
    background-color: #cccccc;
    float: left;
}
.video_list ul li{
    margin: 15px 0;
    width: 100%;
    height: 64px;
    float: left;
}
.video_list ul li span{
    display: block;
/*    width: 300px;*/
/*    float: left;*/
    font-size: 14px;
    color: #555559;
}
.video_list ul li span.video_title{
    color: #bbbbbb;
}
.video_list ul li:hover video{
    border: 1px solid #ff9911;
}
.video_list ul li:hover span.video_title{
    color: #ff8502;
}
.video_list ul li:hover span{
    color: #999999;
}
/************************************嘉宾分享**************************************/
.share_div{
    margin-top: 50px;
}
.share, .share_div {
    width: 100%;
}

.share a {
    display: inline-block;
    position: relative;
    width: 31%;
    float: left;
    margin-bottom: 28px;
    border: 1px solid #f39a00;

}

.title {
    opacity: 0;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 40%;
/*    left: 25%;*/
    color: #fff;
    font-size: 16px;
}

.share a:hover img {
    opacity: 0.8;
}

.share a:hover .title {
    opacity: 1;
}

.share a img {
    width: 100%;
}

.share a span {
    text-align: center;
    width: 100%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color:#666666;
}

#luntan {
    width: 100%;
    border: 1px solid #f39a00;
}

.ml35 {
    margin-left: 3.5%;
}
.icon{
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    display: block;
    width: 70px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: -5px;
    background-image: url(../img/video_tips.png);
    background-repeat: no-repeat;
    background-size: contain;
}

/*----------------------------------------------------------*/

.action_list{
    width: 65%;
    float: left;
}
.action_content{
    margin-top: 20px;
    width: 100%;
    height: 560px;
    background-image: url(../img/action_content.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.action_content ul li{
    color: #000000;
    font-size: 16px;
    display: block;
    width: 100%;
    height: 50px;
    margin: 5px 0;
}
.action_content ul{
    padding-top: 10px;
}
.action_content ul li:first-child,.action_content ul li:nth-child(8){
    height: 30px;
}
.action_content ul li:first-child p,.action_content ul li:nth-child(8) p{
    height: 30px;
}
.action_content ul li:hover{
    border-left: 10px solid #ffa800;
    color: #ffffff;
}
.action_content ul li .name,.action_content ul li .a_time{
    display: block;
    width: 30%;
    float: left;
    text-align: right;
    margin: 5px 0;
}
.action_content ul li p{
    display: block;
    width: 65%;
    height: 30px;
    float: right;
}
.action_content ul li p span{
    display: block;
    margin: 5px 0;
}
.report_list,.board_list{
    float: right;
    width: 30%;
}
.report_list .more a{
    color: #747474;
    float: right;
    text-decoration: none;
}
.report_content,.board_content{
    margin-top: 20px;
}
.report_content ul li{
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.report_content ul li p{
    position: absolute;
    left: 0;
    bottom: 5px;
    display: block;
    width: 100%;
    background-color: rgba(99, 96, 87,0.5);
}
.report_content ul li:hover p span:nth-child(2){
    color: #ca963c;
}
.report_content ul li:hover p i{
    background-image: url(../img/personTips_hover.png);
}
.report_content ul li p i{
    margin-top: 5px;
    width: 32px;
    height: 32px;
    float: left;
    background-image: url(../img/personTips.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
}
.report_content ul li p span{
    display: block;
    float: right;
    width: 90%;
}
.report_content ul li p span:nth-child(2){
    color: #d9d9d9;
}
.report_content ul li p span:nth-child(3){
    color: #c4c0c0;
}
.report_content ul li .re1{
    width: 100%;
    height: 150px;
}

.board_content ul li {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
hr{
    height: 1px;
    border: none;
    border-top: 1px solid #e6e6e6;
}
.board_content ul li i{
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    background-image: url(../img/report.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-right: 5px;
}
.board_content ul li span{
    display: block;
    height: 32px;
    line-height: 32px;
    color: #747474;
}
.board_content ul li:hover i{
    background-image: url(../img/report_hover.png);
}
.board_content ul li:hover span{
    color: #ffb423;
}
.live_show{
    padding-top: 50px;
    height: 450px;
    clear: both;
}
.wrap{
    height: 300px;
    margin-bottom: 100px;
}
.master_discuss{
/*    margin-top: 50px;*/
}
.master_discuss .theme_art{
    margin-top: 20px;
}
.series {
    margin-top: 50px;
}

.series img {
    width: 32%;
    float: left;
    margin-bottom: 2%;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
}

.carousel {
    width: 90%;
    overflow: hidden;
}
.ml2 {
    margin-left: 2%;
}
.footer {
    width: 100%;
    height: 570px;
    position: relative;
    margin-top: 60px;
    background: #444;
}

.footer h3 {
    color: #fff;
    border-bottom-color: #fff;
}

.footer h5 {
    color: #B5B5B5;
    font-size: 10px;
}

.footer a {
    color: #B5B5B5;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
}

.footer_menu {
    width: 80%;
    margin: 0 auto;
}

.menu_bottom {
    width: 340px;
    float: left;

}

.menu_bottom li {
    width: 130px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.side_bottom {
    width: 260px;
    position: relative;
    float: left;
}
.copy {
    position: absolute;
    bottom: 20px;
    left: 50%;
    color: #B5B5B5;
    margin-left: -140px;
    font-size: 10px;

}

.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfloat {
    zoom: 1
}
.mt20 {
    margin-top: 20px;
}
.search_more{
    float: right;
    width: 104px;
    height: 24px;
    background-color: #ee9900;
    text-align: center;
    border-radius: 5px;
}
.search_more a{
    text-decoration: none;
    color: #ffffff;
    display: block;
    height: 24px;
    line-height: 24px;
}
