.wrap {
    width: 1200px;
    margin: 0 auto;
}
.Match {
    margin-top: 20px;
    height: 150px;
}

.Match * {
    box-sizing: border-box;
}

.Match_slide {
    position: relative;
    height: 150px;
}

.Match_slide .bd {
    width: 1121px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.Match_slide .bd ul {
    width: 102%;
    white-space: nowrap;
    overflow: hidden;
}

.Match_slide .bd ul li {
    display: inline-block;
    width: 210px;
    margin-right: 18px;
}

.Match_slide .bd ul li .Match_time {
    padding: 10px;
    width: 210px;
    line-height: 13px;
    font-size: 15px;
    color: #666666;
    overflow: hidden;
    background: #e6e6e6;
}

.Match_slide .bd ul li .Match_time span {
    float: left;
}

.Match_slide .bd ul li .Match_time .Match_house {
    margin: 0 22px 0 10px;
}

.Match_slide .bd ul li span.Match_end {
    float: right;
    font-size: 15px;
    font-weight: bold;
    color: #333333;
}

.Match_slide .bd ul li .Match_detail {
    height: 92px;
    padding: 10px 15px;
    overflow: hidden;
    background: #fff;
}

.Match_slide .bd ul li .Match_detail .details_1 {
    float: left;
}

.Match_slide .bd ul li .Match_detail .details_1 img {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto 3px;
    vertical-align: middle;
}

.Match_slide .bd ul li .Match_detail .details_2 {
    float: left;
    margin-left: 10px;
}

.Match_slide .bd ul li .Match_detail .details_2 span {
    display: block;
    font-size: 15px;
    color: #333333;
    margin: 9px 5px;
    max-width: 110px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.Match_slide .bd ul li .Match_detail .details_2 .vs, .Match_slide .bd ul li .Match_detail .details_3 .vs {
    font-size: 18px;
    color: #999999;
}

.Match_slide .bd ul li .Match_detail .details_2 .vs {
    height: 15px;
    line-height: 13px;
    display: none;
    margin: 13px 0;
}

.Match_slide .bd ul li .Match_detail .details_3 {
    float: right;
    text-align: center;
}

.Match_slide .bd ul li .Match_detail .details_3 span {
    display: block;
    font-size: 15px;
    margin: 9px 0;
    color: #333;
    font-weight: bold;
}

.Match_slide .bd ul li .Match_detail .details_3 .vs {
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #999999;
    margin: 13px 0px;
    display: none;
}

.Match_slide .bd ul li .Match_text {
    height: 25px;
    background: #9e9e9e;
    text-align: center;
}

.Match_slide .bd ul li .Match_text a {
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #fff;
}

.Match_slide .bd ul li .having {
    background: #14cc8f;
}

.Match_slide .bd ul li .having span {
    color: #fff;
}

.Match_slide .bd ul li .start {
    background: #ff6666;
}

.Match_slide .bd ul li .start span {
    color: #fff;
}

.Match_slide .prev, .Match_slide .prev2, .Match_slide .next {
    float: left;
    display: block;
    width: 30px;
    height: 150px;
    border: 1px solid #e6e6e6;
}

.Match_slide .next {
    float: right;
}

.Match_slide .prev, .prev2 {
    background: url(/static/images/s_left.png) no-repeat center;
}

.Match_slide .next {
    background: url(/static/images/s_right.png) no-repeat center;
}



* {
  margin:0;
  padding:0;
  box-sizing: border-box;
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
    background-color: #f8f8f8;
    font-size: 14px
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-wrap{flex-wrap: wrap;}

.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.row-reverse{display:flex;flex-direction: row-reverse;}

a{text-decoration:none;color: #222222;}
img{max-width: 100%;}

.wrap {
    position: relative;
    width: 1200px;
}
.auto{margin:0 auto;}
.pt20{padding-top: 20px;}
.mt10{margin-top: 10px}
.mt20{margin-top: 20px}
strong{font-weight: 400}
li{list-style-type: none;}

/**鍏叡鏍峰紡**/

/**澶撮儴鏍峰紡**/
.header {
  width: 100%;
  background:#171441;
}


.header-logo{
    width: 249px;
    height: 38px;
}
.header-logo a img{display: block;}
.first-nav{height: 65px;padding:12px 0;}
.header-nav a {
    overflow-wrap: break-word;
    color:#fff;
    font-size: 16px;
    text-align: left;
    white-space: nowrap;
    line-height: 40px;
    padding:0 30px 0 0;
}

.header-nav a.on {
  color: rgba(252, 41, 40, 1);
  background: url(../images/nav_under.png) no-repeat;
  background-position: bottom left;

  
}

.second-nav{
    background-color: rgba(229, 229, 229, 1);
    width: 100%;
    height: 40px;
}

.second-nav a{
    color: rgba(111, 111, 111, 1);
    font-size: 14px;
    line-height: 40px;
    padding-right: 30px;
}

.second-nav a.on{color: rgba(252, 41, 40, 1);}


/**涓讳綋鏍峰紡**/
.main {
    background: url(../images/bg.png) no-repeat top center;
    position: relative;
    margin-bottom: 20px;
}
.match_top{position: relative;}
.match_top .match {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    width: 232px;
    height: 160px;
    margin-left: 7px;
}

.match_top .match .match_zt {
    background-color: rgba(120, 119, 136, 1);
    border-radius: 5px;
    width: 232px;
    height: 28px;
}

.match_top .match .time {
    width: 70px;
    height: 10px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    line-height: 12px;
    margin: 10px 0 0 11px;
}

.match_top .match .zt {
    width: 48px;
    height: 13px;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 12px;
    font-weight: NaN;
    text-align: left;
    white-space: nowrap;
    line-height: 12px;
    margin: 9px 9px 0 94px;
}

.match_top .match .liansai {
    width: 111px;
    height: 18px;
    margin-top: 10px;
    height: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #A5A5A5;
}
.match_top .match .liansai:before{
    float:left;
    content:"";
    background-color: rgba(251, 188, 188, 1);
    width: 2px;
    height: 18px;
    margin-right:6px;
}
.match_top .match .match_qiudui{
    margin: 20px 10px;
}

.match_top .match .match_qiudui .vs{width: 40px;}
.match_top .match .match_qiudui .zhudui,.match_qiudui .kedui{text-align: center;overflow: hidden;}
.match_top .match .match_qiudui .zhudui img,.match_qiudui .kedui img{width: 35px;height: 35px;}
.match_qiudui .zhudui p,.match_qiudui .kedui p{
    width: 72px;
    overflow-wrap: break-word;
    color: rgba(34, 34, 34, 1);
    font-size: 12px;
    text-align: left;
    white-space: nowrap;
    margin-top: 1px;
    text-align: center;overflow: hidden;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

.match_top .swiper-container{overflow: hidden;}
.match_top .swiper-button-next:after, .match_top .swiper-button-prev:after{display: none}
.match_top .swiper-button-prev{background:url(../images/ico_left.png) no-repeat;width: 28px;height: 28px;margin-top: auto}
.match_top .swiper-button-next{background:url(../images/ico_right.png) no-repeat;width: 28px;height: 28px;margin-top: auto}
.match_top .swiper-button-prev{left:-30px;}
.match_top .swiper-button-next{right:-30px;}


.match_top .match.living .match_zt{background-color: #FC2928}



.lmtitle{width: 100%;margin-bottom: 10px;font-size: 18px;}
.lmtitle img{vertical-align: middle;}
.match_zhibo{width: 840px;}




.match_zhibo_list_main {
    background-color:#FFF;
    border-radius: 5px;
    height: 1250px;
    overflow: hidden;

}

.match_zhibo_list_main_liansai {
    width: 100%;
    padding: 20px 20px 0 20px;
    border-bottom: 1px solid #F5F7F9;
}

.match_zhibo_list_main_liansai a {
    overflow-wrap: break-word;
    color: rgba(34, 34, 34, 1);
    font-size: 16px;
    font-family: MicrosoftYaHeiUI;
    text-align: left;
    white-space: nowrap;
    margin-right:21px;
    padding:0 10px;
    line-height:1.8;

}
.match_zhibo_list_main_liansai a.on{border-bottom: 3px solid red}
.match_zhibo_list{width: 100%;padding:0px 20px;margin:10px auto;overflow-y:auto;max-height:1200px;}



.match_zhibo_list::-webkit-scrollbar {
	width: 10px;
    height: 10px;
}

/* 婊氬姩鏉¤建閬� */
.match_zhibo_list::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

/* 婊氬姩鏉℃粦鍧� */
.match_zhibo_list::-webkit-scrollbar-thumb {
    background-color: rgba(120, 119, 136, 1);
}

/* 榧犳爣鎮仠鍦ㄦ粴鍔ㄦ潯涓婄殑婊戝潡 */
.match_zhibo_list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}


.match_zhibo_list .datatime{background-color: rgba(245, 247, 249, 1);line-height: 28px;width: 100%;text-align: center;font-size: 12px;color: rgba(165, 165, 165, 1); }
.match_list_item{border-bottom:1px solid #F5F7F9;padding:15px 0;}
.match_list_item .r1{width: 98px;}
.match_list_item .r1 .time{color: rgba(34, 34, 34, 1);font-size: 16px;white-space: nowrap;line-height: 16px;}
.match_list_item .r1 .liansai{color: rgba(165, 165, 165, 1);font-size: 12px;margin: 5px 0 0 1px;}
.match_list_item .r1 .liansai a{color: rgba(165, 165, 165, 1);}
.match_list_item .r2 .name{font-size: 14px;color: #222222;text-align: right;width: 120px;}
.match_list_item .r2 .score{font-size: 18px;color: #222222;text-align: center;width:35px;text-align:center}
.match_list_item .r2 .pic{width: 68px;height: 34px;text-align: center;overflow: hidden;}
.match_list_item .r2 .pic img{ height: 34px;display: inline-block; }
.match_list_item .r3{font-size: 14px;color: #A5A5A5;width: 150px;text-align: center;}
.match_list_item .r4 .name{font-size: 14px;color: #222222;text-align: left;width: 120px;}
.match_list_item .r4 .score{font-size: 18px;color: #222222;text-align: center;width:35px;text-align:center}
.match_list_item .r4 .pic{width: 68px;height: 34px;text-align: center;overflow: hidden;}
.match_list_item .r4 .pic img{ height: 34px;display: inline-block; }
.match_list_item .r5{width:80px}
.match_list_item .r5 a{width: 80px;border: 1px solid #FC2928;border-radius: 5px; display: block;color: #FC2928;text-align: center;line-height: 32px;font-size: 14px;}
.match_list_item .r5.on a{background-color:#FC2928;color: #fff }




.rightside {width: 340px;}
.hot_match{width: 100%;}
.hot_match_main {background-color: rgba(255, 255, 255, 1);border-radius: 5px;height: 445px;padding:20px;}
.hot_match_item{border-radius: 5px;width: 90px;height: 90px;border: 1px solid rgba(245, 247, 249, 1);}
.hot_match_item a{display: block;display: flex;justify-content: center;flex-direction: column;width: 100%;height: 100%;}
.hot_match_item img {height: 50px;}
.hot_match_item p {text-align: center;color: rgba(0, 0, 0, 1);font-size: 12px;line-height: 1.8}

.hot_member{width: 100%;}
.hot_member_main {background-color: rgba(255, 255, 255, 1);border-radius: 5px;height: 547px;padding:20px;}
.hot_member_item{width: 70px;text-align: center;}
.hot_member_item .pic{ overflow: hidden; border-radius: 5px;width: 60px;height: 60px;border: 1px solid rgba(245, 247, 249, 1);border-radius: 50%;text-align: center;margin:0 auto;}



.hot_member_item a{display: block;display: flex;justify-content: center;flex-direction: column;width: 100%;height: 100%;}
.hot_member_item img {height: 60px;}
.hot_member_item p {text-align: center;color: rgba(0, 0, 0, 1);font-size: 12px;line-height:2;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}


.news_list{width: 840px;}
.news_list_main{background-color: #fff;border-radius: 5px;padding:20px;}
.news_list_item{width:390px}
.news_list_item .pic{width: 390px;height: 200px;margin-bottom: 9px;overflow: hidden;}
.news_list_item ul li{padding:8px 0;display: flex;justify-content: space-between;}
.news_list_item ul li a{overflow-wrap: break-word;color: rgba(34, 34, 34, 1);font-size: 14px;text-align: left;white-space: nowrap;}
.news_list_item ul li span {width: 33px;color: rgba(165, 165, 165, 1);font-size: 12px;text-align: right;}
.hot_video_main{background-color: #fff;padding:20px;border-radius: 5px;}
.hot_video_main li{height:64px;background:url(../images/bg_videos.png) no-repeat top right;border-bottom: 1px solid #F5F7F9;padding-right: 100px;margin-bottom: 7px;}
.hot_video_main li a{color: #222222;font-size:14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 1.8;}
.hot_video_main li:last-child{margin-bottom: 0px;border-bottom: 0}



.recommend_video_list{width: 840px;}
.recommend_video_main{background-color: #fff;border-radius: 5px;padding:10px;}
.recommend_video_main .recommend_video_item{width: 32%;}
.recommend_video_main .recommend_video_item .title{font-size: 14px;font-weight: 400;color: #222222;height:39px;position: relative;    text-align: justify;}
.recommend_video_main .recommend_video_item .title span{color: #A5A5A5;font-size: 12px;position: absolute;right:0;bottom:0;}
.recommend_video_main .recommend_video_item{margin-top: 10px;margin-bottom: 10px;}
.recommend_video_main .recommend_video_item .pic{display: flex;justify-content: center;align-items: center;width: 262px;height: 145px;overflow:hidden;}
.recommend_video_main .recommend_video_item .pic:before{content:""; display: block;width: 48px;height: 48px;position: absolute;background:url("../images/ico_video_big.png") no-repeat;}




.team_rank_main{background-color: #fff;border-radius: 5px;padding:20px 0;}
.team_rank_main .team_rank_match{border-bottom: 1px solid #F5F7F9;padding: 0px 20px;margin-bottom: 10px;padding-bottom: 10px}
.team_rank_main .team_rank_match span{font-size: 14px;text-align: center;flex:1;}
.team_rank_main .team_rank_match span.on{color:#FC2928;}
.team_rank_main .team_rank_score{padding:0px 20px 0px 20px;}
.team_rank_main .team_rank_score li{display: flex;justify-content: space-between;align-items: center;margin:9px 0;padding:0 5px;}
.team_rank_main .team_rank_score li span{font-size: 12px;text-align: center;}

.team_rank_main div.team_rank_score_name{background: #F5F7F9;line-height: 26px;padding:0 20px;display: flex;justify-content: space-between;}
.team_rank_main div.team_rank_score_name span:nth-child(1){width: 10%;text-align: center}
.team_rank_main div.team_rank_score_name span:nth-child(2){width: 40%;text-align: left}
.team_rank_main div.team_rank_score_name span:nth-child(3){width: 20%;text-align: center}
.team_rank_main div.team_rank_score_name span:nth-child(4){width: 20%;text-align: center}
.team_rank_main .team_rank_score li.team_rank_score_name span{text-align: center;font-size: 12px;color: #A5A5A5;}
.team_rank_main .team_rank_score li.team_rank_score_name span:nth-child(2){width: 40%;text-align: center}
.team_rank_main .team_rank_score li span img{vertical-align: middle;padding-right: 5px;height: 16px;}
.team_rank_main .team_rank_score li span:nth-child(1){width: 10%;text-align: center}
.team_rank_main .team_rank_score li span:nth-child(2){width: 40%;text-align: left}
.team_rank_main .team_rank_score li span:nth-child(3){width: 20%;text-align: center}
.team_rank_main .team_rank_score li span:nth-child(4){width: 20%;text-align: center}
.team_rank_main .team_rank_score li span i{width: 16px;height: 16px;line-height: 16px;text-align: center;font-weight: 600;font-style: normal;display: inline-block;}
.team_rank_main .team_rank_score li:nth-child(1) span i{background:#FF3927;color: #fff}
.team_rank_main .team_rank_score li:nth-child(2) span i{background:#FC7B44;color: #fff}
.team_rank_main .team_rank_score li:nth-child(3) span i{background:#FCCE31;color: #fff}


.footer{background: #292D35;font-size: 12px;font-weight: 400;color: #737373;text-align: center;padding:20px 0;line-height: 1.8;}
.footer a{color: #737373;}
.footer .links{border-bottom: 1px solid #3C3F47;font-size:14px;padding-bottom:8px;margin-bottom: 8px;}
.footer .links a{color: #A5A5A5;font-size:14px; }
.footer .links .friendlink span{color: #fff; }
.footer .links .senav a{padding-left: 15px;}


.friend{border-bottom: 1px solid #3C3F47;}



.dqwz{padding:20px 0;color:#A5A5A5;font-size:12px;width: 100%;display: block;}
.dqwz a{color: #A5A5A5;font-size:12px;}

/**鐩存挱鍒楄〃**/
.ny_leftside{width: 180px;background-color: #fff;border-radius: 5px;}

.ny_leftside .searchform{padding:10px;}
/*web-icons.min.css*/
@font-face {
    font-family: 'Web Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/web-icons.eot);
    src: url(../fonts/web-icons.eot) format('embedded-opentype'), url(../fonts/web-icons.woff2) format('woff2'), url(../fonts/web-icons.woff) format('woff'), url(../fonts/web-icons.ttf) format('truetype'), url(../fonts/web-icons.svg) format('svg')
}
[class*=" wb-"], [class^=wb-] {
position:relative;
display:inline-block;
font-family:'Web Icons';
font-style:normal;
font-weight:400;
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0);
transform:translate(0, 0);
text-rendering:auto;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}


.wb-search:before {
    content: "\f131";
    font-size:16px;
}







[class*=" fa-"], [class^=fa-] {
position:relative;
display:inline-block;
font-family:FontAwesome;
font-style:normal;
font-weight:400;
-webkit-transform:translate(0, 0);
-ms-transform:translate(0, 0);
-o-transform:translate(0, 0);
transform:translate(0, 0);
text-rendering:auto;
speak:none;
-webkit-font-smoothing:antialiased;
-moz-osx-font-smoothing:grayscale
}


@font-face {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2) format('woff2'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/fontawesome-webfont.svg) format('svg')
}
.fa-database:before {
    content: "\f1c0"
}

.fa-question:before {
    content: "\f128"
}
.fa-download:before {
    content: "\f019"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-comments-o:before {
    content: "\f0e6";
}
.fa-star-empty:before {
    content: "\f006";
}
.fa-eye:before {
    content: "\f06e"
}
.fa-star:before {
    content: "\f005";
}
.fa-user-o:before{
    content:"\f2c0";
}



.input-search {
    position: relative;
    background: #F3F3F3;
}
.input-search-btn+.form-control {
    padding-right: 50px;
}
.input-search .form-control {
    border-radius: 200px;
    border-radius: 5px;
    height: 36px;
    padding: 6px 15px;
     width: 100%;
}
.input-search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 10px;
    background: 0 0;
    border: none;
    border-radius: 0 200px 200px 0;
}

.ny_leftside .navlist dl{background-color: #F5F7F9}
.ny_leftside .navlist dl dt{padding:14px;border-bottom: 1px solid #F5F7F9;background-color: #fff;display: flex;justify-content: space-between;align-items: center;width: 100%;cursor: pointer;}
.ny_leftside .navlist dl dd{display: none}
.ny_leftside .navlist dl dd a{color: #666;padding:11px 0px 11px 28px;display: block;}
.ny_leftside .navlist dl.on dd{display: block;}
.ny_leftside .navlist dl.on dt{color: #FC2928}
.ny_leftside .navlist dl dd.on{background: #FEF0F0;}



.ny_rightside{width: 1000px}
.ny_rightside .match_zhibo{width: 100%;}
.ny_rightside .match_zhibo .match_zhibo_list_main{width: 100%;height:auto;}
.ny_rightside .match_list_item .r5{width:170px;display: flex;justify-content: space-between;justify-content: flex-end;}
.ny_rightside .match_list_item .r5 a{width: 80px;border: 1px solid #FC2928;border-radius: 5px; display: block;color: #FC2928;text-align: center;line-height: 32px;font-size: 14px;}
.ny_rightside .match_list_item .r5.on a{background-color:#FC2928;color: #fff }



.ny_newslist_leftside{width: 840px;border-radius: 5px;background-color: #fff}
.ny_newslist_leftside .senav{border-bottom: 1px solid #F5F7F9;padding:20px;}
.ny_newslist_leftside .senav a{font-size: 16px;color: #222222;padding:10px;}
.ny_newslist_leftside .senav a.on{border-bottom: 3px solid #FC2928}


.ny_newslist_leftside .newslist ul{padding:20px;}
.ny_newslist_leftside .newslist ul li:after{content:"";border-bottom: 1px solid #F5F7F9;display: block;margin:10px 0;width: 100%}
.ny_newslist_leftside .newslist ul li .pic{width: 160px;height: 105px;display:flex;justify-content: center;align-items: center;overflow: hidden;}
.ny_newslist_leftside .newslist ul li .pic img{height: 105px}
.ny_newslist_leftside .newslist ul li .text{padding:0px 0px 0px 10px;position: relative;width:calc(100% - 170px)}
.ny_newslist_leftside .newslist ul li .tit{font-size: 16px;color: #222222;line-height: 28px;padding-bottom:5px}
.ny_newslist_leftside .newslist ul li .desc{font-size: 12px;color: #656565;line-height: 1.5}
.ny_newslist_leftside .newslist ul li .st{font-size: 12px;color: #9B9B9B;position: absolute;bottom:5px;width:calc(100% - 10px)}


.ny_newslist_leftside .loadmore{font-size: 16px;color: #007AFF;margin:0 auto 20px auto;font-weight: 600;width: 100px;text-align: center;cursor: pointer;}
.ny_newslist_leftside .fenye{display:flex;justify-content: center;padding: 20px 0;}
.ny_newslist_leftside .fenye ul li{ display: inline-block;font-size: 12px;margin:0 3px;line-height: 1.5;}
.ny_newslist_leftside .fenye ul li a{font-size: 12px;color: #9B9B9B;display: block;padding:2px 6px;border:1px solid #9B9B9B;border-radius: 3px;}
.ny_newslist_leftside .fenye ul li a:hover{background-color: #007AFF;color:#fff;border:1px solid #007AFF;}
.ny_newslist_leftside .fenye ul li.active a{background-color: #007AFF;color:#fff;border:1px solid #007AFF;}



.ny_newslist_rightside{padding:0px 0px;}
.ny_newslist_rightside .hot_news_main{padding:10px 20px;background-color: #fff;border-radius: 5px;}
.ny_newslist_rightside .hot_news_main ul li{font-size: 14px;color: #222222;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;padding:8px 0;}
.ny_newslist_rightside .hot_news_main ul li span{width: 5px;height: 5px;border-radius: 50%;display: inline-block;background-color: #222222;vertical-align: middle;margin-right: 5px;}
.ny_newslist_rightside .hot_news_main ul li a{font-size: 14px;color: #222222;}


.match_tuijian_main{background-color: #fff;border-radius: 5px;}
.match_tuijian_main .qiudiu img{width: 24px;height: 24px;margin-right: 10px;vertical-align: middle;}
.match_tuijian_item{width: 100%;padding:20px 20px 20px 20px;position: relative;}

.match_tuijian_item .qiudiu{width: 60%}
.match_tuijian_item .qiudiu .zhudui{line-height: 32px}
.match_tuijian_item .qiudiu .kedui{line-height: 32px}
.match_tuijian_item .bifen .zhudui{line-height: 32px}
.match_tuijian_item .bifen .kedui{line-height: 32px}

.match_tuijian_item .info p{font-size: 12px;color: #A5A5A5;line-height: 1.8}
.match_tuijian_item .info .time{color:#222222;font-size:18px;font-weight: 600;padding-bottom: 6px;}
.match_tuijian_item:after{content:"";border-bottom: 1px solid #F5F7F9;display:block;bottom:0;width: 100%;position: absolute;}
.match_tuijian_item .info{width: 30%;text-align: right;}
.match_tuijian_item:hover{background-color:#FEF0F0; }







/*褰曞儚鍒楄〃*/
.luxianglist ul{padding:20px;}
.luxianglist ul li:after{content:"";border-bottom: 1px solid #F5F7F9;display: block;margin:14px 0;width: 100%}
.luxianglist ul li img{vertical-align: middle;margin-right: 10px;}

/*鏂囩珷鍐呭*/
.ny_article_content_leftside{width: 840px;}
.ny_article_content_leftside .newslist{background-color: #fff;padding:20px;border-radius: 5px;}
.ny_article_content_leftside .newslist ul{padding:0px;}
.ny_article_content_leftside .newslist ul li:after{content:"";border-bottom: 1px solid #F5F7F9;display: block;margin:10px 0;width: 100%}
.ny_article_content_leftside .newslist ul li .pic{width: 160px;height: 105px;display:flex;justify-content: center;align-items: center;overflow: hidden;}
.ny_article_content_leftside .newslist ul li .pic img{height: 105px}
.ny_article_content_leftside .newslist ul li .text{padding:0px 0px 0px 10px;position: relative;width:calc(100% - 170px)}
.ny_article_content_leftside .newslist ul li .tit{font-size: 16px;color: #222222;line-height: 28px;padding-bottom:5px}
.ny_article_content_leftside .newslist ul li .desc{font-size: 12px;color: #656565;line-height: 1.5}
.ny_article_content_leftside .newslist ul li .st{font-size: 12px;color: #9B9B9B;position: absolute;bottom:5px;width:calc(100% - 10px)}
.ny_article_content_leftside .article_content{background-color: #fff;padding:20px;border-radius: 5px;}
.ny_article_content_leftside .article_content .article_tit{font-size: 22px;font-weight: 600;line-height: 2;color: #222222;}
.ny_article_content_leftside .article_content .article_info{font-size: 12px;color: #A5A5A5;padding: 10px 0 20px 0;}
.ny_article_content_leftside .article_content .nr p{margin-bottom: 10px;line-height: 1.5;font-size: 14px;color: #222222}
.ny_article_content_leftside .article_content .nr .red{color: red;font-size: 18px;}
.ny_article_content_leftside .article_content .nr .red p{font-size: 16px;}
.ny_article_content_leftside .article_content .nr .red a{color: red;font-size: 16px;font-weight: 600}


.ny_shipinlist h2.title{font-size: 20px;color: #222222;width: 100%;padding-bottom: 20px;}
.ny_shipinlist .shipinlist{width: 340px;height: 520px;background: #2B2B2B;}
.ny_shipinlist .shipinlist .top{width: 100%;height: 38px;background: #3D3D3D;text-align: center;line-height: 38px;font-size:16px;color: #fff}
.ny_shipinlist .shipinlist_item{padding:10px;}
.ny_shipinlist .shipinlist_item a{display: flex;justify-content: space-between;}
.ny_shipinlist .shipinlist_item .pic{width: 130px;}
.ny_shipinlist .shipinlist_item .title{width:calc(100% - 140px);color: #BABABA;font-size:14px;line-height: 20px;display: flex;justify-content: space-between;flex-direction: column;}
.ny_shipinlist .shipinlist_item .strong{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ny_shipinlist .shipinlist_item .title .time{display: block;}


.w840{width: 840px;}
.w340{width: 340px;}
.bgwhite{background-color: #fff}

.ny_zhibo_article{width:100%;}
.ny_zhibo_article .top{background:url("../images/live-video-title-bg.png") top center no-repeat;height: 92px;display: flex;justify-content: space-between; }
.ny_zhibo_article .top .zhudui{display: flex;justify-content: space-between;width: 40%}
.ny_zhibo_article .top .qiudui_logo{width: 92px; height: 92px; overflow: hidden;display: flex;justify-content:center;align-items: center;}
.ny_zhibo_article .top .qiudui_logo img{height: 50px;}
.ny_zhibo_article .top .qiudui_name{font-size: 16px;color: #222222;width: 240px;text-align: center;font-size: 22px;font-weight: 600;line-height:92px;display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden; }

.ny_zhibo_article .top .qiudui_bifen{width: 40px;line-height:92px;font-weight: 600;font-size: 36px;}





.ny_zhibo_article .top .kedui{display: flex;justify-content: space-between;width: 40%;flex-direction: row-reverse;}
.ny_zhibo_article .top .zhuangtai{padding:20px 0;width: 10%;font-size: 14px;font-weight: 400;color: #A5A5A5;text-align: center;line-height: 25px;}

.match_main{ position: relative; }
.match_main .match_text{position: absolute;width: 100%;height: 100%;top:0;left:0;display: flex;justify-content: center;align-items: center;}

.match_main .match_text .qiudui{ width:30%;display: flex;justify-content: center;align-items: center;flex-direction: column;font-size: 20px;color: #fff}
.match_main .match_text .qiudui .qiudui_logo{height: 150px;}
.match_main .match_text .qiudui .qiudui_logo img{height: 150px;}
.match_main .match_text .qiudui .qiudui_name{line-height: 3}
.match_main .match_text .vs{ width:20%;display: flex;justify-content: center;align-items: center;flex-direction: column;font-size: 20px;color: #9B9B9B }
.match_main .match_text .vs img{padding:30px 0;}


.match_info{padding:20px;}
.match_info .t1{padding-bottom: 10px;font-size: 16px}
.match_info p{padding:2px 0;color: #656565;font-size: 14px;line-height: 1.5}
.match_info p a{color: #FC2928;font-size: 16px;}
.match_info p img{vertical-align: middle;margin-right: 5px;}





/*璧涗簨CSS*/
.match_main .match_information{width: 100%;background-color: #fff;border-radius: 5px;padding:20px;}
.match_main .match_information .match_logo{width:85px;height: 65px;display: flex;justify-content: center;align-items: center;border:0px dashed #ccc; }
.match_main .match_information .match_logo img{height: 100%}
.match_main .match_information .match_desc{width:calc(100% - 195px);display: flex;justify-content: space-between;flex-direction: column;padding:8px;}
.match_main .match_information .match_saiji{width:100px;height: 12px;font-size: 12px;color: #9B9B9B;}
.match_main .match_information .match_desc h3{font-size: 20px;font-weight: 400;color: #081E3B;line-height: 1}
.match_main .match_information .match_desc p{height: 12px;font-size: 12px;color: #9B9B9B;}
.match_more_tab{width: 100%;background-color: #fff;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;padding:20px 20px 0px 20px;display: flex;border-top:1px solid #F3F3F3;justify-content: space-between
}
.match_more_tab span{text-align: center;flex:1;padding-bottom: 15px;cursor: pointer;font-size: 16px;color: #222222}
.match_more_tab span.on{color:#FC2928;position: relative;  }
.match_more_tab span.on:after{border-bottom: 3px solid #FC2928;width:44px;display: block;content:"";position: absolute;bottom:0;left:50%;margin-left:-22px;}


.match_more_item{display: none}
.match_more_item.on{display: block;background-color: #fff;border-radius:5px;}




.match_more_item .newslist ul{padding:20px;}
.match_more_item .newslist ul li:after{content:"";border-bottom: 1px solid #F5F7F9;display: block;margin:10px 0;width: 100%}
.match_more_item .newslist ul li .pic{width: 160px;height: 105px;display:flex;justify-content: center;align-items: center;overflow: hidden;}
.match_more_item .newslist ul li .pic img{height: 105px}
.match_more_item .newslist ul li .text{padding:0px 0px 0px 10px;position: relative;width:calc(100% - 170px)}
.match_more_item .newslist ul li .tit{font-size: 16px;color: #222222;line-height: 28px;padding-bottom:5px}
.match_more_item .newslist ul li .desc{font-size: 12px;color: #656565;line-height: 1.5}
.match_more_item .newslist ul li .st{font-size: 12px;color: #9B9B9B;position: absolute;bottom:5px;width:calc(100% - 10px)}



.match_more_item .nomatch{width: 100%;height: 600px;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.match_more_item .nomatch p{color: #A5A5A5;font-size: 14px;line-height: 3}


.match_more_item .team_rank_main .team_rank_score li{display: flex;justify-content: space-between;align-items: center;margin:15px 0;padding:0 5px;}
.match_more_item .team_rank_main .team_rank_score li span{font-size: 16px;text-align: center;color: #222222}
.match_more_item .team_rank_main div.team_rank_score_name{background: #F5F7F9;line-height: 26px;margin:0 20px;padding:0;display: flex;justify-content: space-between;font-size: 12px;color: #A5A5A5;}
.match_more_item .team_rank_main div.team_rank_score_name span:nth-child(1){width: 10%;text-align: center}
.match_more_item .team_rank_main div.team_rank_score_name span:nth-child(2){width: 30%;text-align: left}
.match_more_item .team_rank_main div.team_rank_score_name span:nth-child(3){width: 10%;text-align: center}
.match_more_item .team_rank_main div.team_rank_score_name span:nth-child(4){width: 10%;text-align: center}
.match_more_item .team_rank_main div.team_rank_score_name span:nth-child(5){width: 10%;text-align: center}
.match_more_item .team_rank_main div.team_rank_score_name span:nth-child(6){width: 10%;text-align: center}
.match_more_item .team_rank_main div.team_rank_score_name span:nth-child(7){width: 10%;text-align: center}
.match_more_item .team_rank_main div.team_rank_score_name span:nth-child(8){width: 10%;text-align: center}
.match_more_item .team_rank_main .team_rank_score li.team_rank_score_name span{text-align: center;font-size: 12px;color: #A5A5A5;}
.match_more_item .team_rank_main .team_rank_score li.team_rank_score_name span:nth-child(2){width: 40%;text-align: center}
.match_more_item .team_rank_main .team_rank_score li span img{vertical-align: middle;padding-right: 5px;height: 24px;}
.match_more_item .team_rank_main .team_rank_score li span:nth-child(1){width: 10%;text-align: center}
.match_more_item .team_rank_main .team_rank_score li span:nth-child(2){width: 30%;text-align: left}
.match_more_item .team_rank_main .team_rank_score li span:nth-child(3){width: 10%;text-align: center}
.match_more_item .team_rank_main .team_rank_score li span:nth-child(4){width: 10%;text-align: center}
.match_more_item .team_rank_main .team_rank_score li span:nth-child(5){width: 10%;text-align: center}
.match_more_item .team_rank_main .team_rank_score li span:nth-child(6){width: 10%;text-align: center}
.match_more_item .team_rank_main .team_rank_score li span:nth-child(7){width: 10%;text-align: center}
.match_more_item .team_rank_main .team_rank_score li span:nth-child(8){width: 10%;text-align: center}
.match_more_item .team_rank_main .team_rank_score li span i{width: 24px;height: 24px;line-height: 24px;text-align: center;font-weight: 600;font-style: normal;display: inline-block;}
.match_more_item .team_rank_main .team_rank_score li:nth-child(1) span i{background:#FF3927;color: #fff}
.match_more_item .team_rank_main .team_rank_score li:nth-child(2) span i{background:#FC7B44;color: #fff}
.match_more_item .team_rank_main .team_rank_score li:nth-child(3) span i{background:#FCCE31;color: #fff}




.match_more_item .sheshou_rank_main{padding:20px 0;}
.match_more_item .sheshou_rank_score{padding:0px 20px;}
.match_more_item .sheshou_rank_main .sheshou_rank_score li{display: flex;justify-content: space-between;align-items: center;margin:15px 0;padding:0 5px;}
.match_more_item .sheshou_rank_main .sheshou_rank_score li span{font-size: 16px;text-align: center;color: #222222}
.match_more_item .sheshou_rank_main div.sheshou_rank_score_name{background: #F5F7F9;line-height: 26px;margin:0 20px;padding:0;display: flex;justify-content: space-between;font-size: 12px;color: #A5A5A5;}
.match_more_item .sheshou_rank_main div.sheshou_rank_score_name span:nth-child(1){width: 10%;text-align: center}
.match_more_item .sheshou_rank_main div.sheshou_rank_score_name span:nth-child(2){width: 35%;text-align: left}
.match_more_item .sheshou_rank_main div.sheshou_rank_score_name span:nth-child(3){width: 35%;text-align: left}
.match_more_item .sheshou_rank_main div.sheshou_rank_score_name span:nth-child(4){width: 20%;text-align: center}


.match_more_item .sheshou_rank_main .sheshou_rank_score li.sheshou_rank_score_name span{text-align: center;font-size: 12px;color: #A5A5A5;}
.match_more_item .sheshou_rank_main .sheshou_rank_score li.sheshou_rank_score_name span:nth-child(2){width: 40%;text-align: center}
.match_more_item .sheshou_rank_main .sheshou_rank_score li span img{vertical-align: middle;padding-right: 5px;height: 24px;}
.match_more_item .sheshou_rank_main .sheshou_rank_score li span:nth-child(1){width: 10%;text-align: center}
.match_more_item .sheshou_rank_main .sheshou_rank_score li span:nth-child(2){width: 35%;text-align: left}
.match_more_item .sheshou_rank_main .sheshou_rank_score li span:nth-child(3){width: 35%;text-align: left}
.match_more_item .sheshou_rank_main .sheshou_rank_score li span:nth-child(4){width: 20%;text-align: center}


.match_more_item .sheshou_rank_main .sheshou_rank_score li span i{width: 24px;height: 24px;line-height: 24px;text-align: center;font-weight: 600;font-style: normal;display: inline-block;}
.match_more_item .sheshou_rank_main .sheshou_rank_score li:nth-child(1) span i{background:#FF3927;color: #fff}
.match_more_item .sheshou_rank_main .sheshou_rank_score li:nth-child(2) span i{background:#FC7B44;color: #fff}
.match_more_item .sheshou_rank_main .sheshou_rank_score li:nth-child(3) span i{background:#FCCE31;color: #fff}













.match_more_item .qiudui{padding:20px;}
.match_more_item .qiudui .qiudui_item{width:23%;margin:1%;display: flex;justify-content: space-between;}
.match_more_item .qiudui .qiudui_item .pic{ width: 64px;height: 64px;background: #F5F7F9;padding:7px;}
.match_more_item .qiudui .qiudui_item .pic img{ width: 50px;height: 50px;border:1px dashed #ccc;}
.match_more_item .qiudui .qiudui_item .title{ width:calc(100% - 74px);text-align: left;}
.match_more_item .qiudui .qiudui_item .title p{font-weight: 600;color: #000;line-height: 2}
.match_more_item .qiudui .qiudui_item .title .t2{font-size: 12px;color: #656565;font-weight: 400;padding-top: 10px;}








.ny_newslist_leftside{width: 840px;border-radius: 5px;background-color: #fff}
.ny_newslist_leftside .senav{border-bottom: 1px solid #F5F7F9;padding:20px;}
.ny_newslist_leftside .senav a{font-size: 16px;color: #222222;padding:10px;}
.ny_newslist_leftside .senav a.on{border-bottom: 3px solid #FC2928}





.match_analysis .senav{border-bottom: 1px solid #F5F7F9;padding:20px 20px 0px 20px;display: flex;}
.match_analysis .senav span{font-size: 16px;color: #222222;padding:10px;flex:1;text-align: center;cursor:pointer;}
.match_analysis .senav span.on{border-bottom: 3px solid #FC2928}

.match_analysis .item{display: none}
.match_analysis .item.on{display: block}

.match_analysis .tabmain .sqfx{padding:20px;}
.match_analysis .tabmain .bszr{padding:20px;}
.match_analysis .tabmain .jstj{padding:20px;}
.match_analysis .tabmain .bcsk{padding:20px;}


.zhibo_btn a{font-size:16px;width: 120px;height: 44px;background: #FC2928;border-radius: 5px;display: inline-block;text-align:center;line-height: 44px;color: #fff;margin:0 5px 0px 0px;}



.sqfx_top{display: flex;justify-content:space-between;width:100%;border-bottom: 1px solid  #F5F7F9;padding:20px 0; }
.sqfx_top .qiudui{width: 40%;display: flex;justify-content: center;align-items: center;}
.sqfx_top img{width: 50px;height: 50px;margin:0px 10px;}

.sqfx_box{width: 100%;font-size: 16px;font-weight: 400;color: #656565;position: relative;line-height: 26px;display: flex}
.sqfx_box:before{content:"";width: 4px;height: 26px;background: #A5A5A5;margin-right: 10px;display: inline-block;}





.sqfx .sqfx_box_match1 .sqfx_box_item{ position: relative;width: 100%;display:flex;justify-content: space-between;align-content: center;padding:10px 0;align-items: center;border-bottom: 1px solid  #F5F7F9; }
.sqfx .sqfx_box_match1 .sqfx_box_item .time{ width:10%;display: flex;font-size: 12px;color: #A5A5A5;}
.sqfx .sqfx_box_match1 .sqfx_box_item .qiudu_sf{width: 60%;display: flex;justify-content: space-between;}
.sqfx .sqfx_box_match1 .sqfx_box_item .qiudui{ width:40%;display: flex;font-size: 14px;color:#222222;}
.sqfx .sqfx_box_match1 .sqfx_box_item .qiudui .qiudui_logo{height: 35px;width:35px;display: flex;justify-content:center;align-items: center;padding:0 20px;}
.sqfx .sqfx_box_match1 .sqfx_box_item .qiudui .qiudui_logo img{height: 35px;}
.sqfx .sqfx_box_match1 .sqfx_box_item .qiudui .qiudui_name{display: flex;justify-content:center;align-items: center;}
.sqfx .sqfx_box_match1 .sqfx_box_item .vs{ width:20%;display: flex;justify-content: center;align-items: center;flex-direction: column;font-size: 20px;color: #9B9B9B }
.sqfx .sqfx_box_match1 .sqfx_box_item .liansai{width:10%;display: flex;justify-content: center;align-items: center;font-size: 12px;color: #A5A5A5 }





.sqfx_box_match2{width: 100%}
.sqfx_box_match2 .matchs{width: 46%;}
.sqfx_box_match2 .qiudui{width: 30%;display: flex;flex-direction: column;align-items: center;font-size: 14px;color:#222222;}
.sqfx_box_match2 .qiudui .qiudui_logo{height: 35px;width:35px;display: flex;justify-content:center;}
.sqfx_box_match2 .qiudui .qiudui_logo img{height: 35px;}
.sqfx_box_match2 .qiudui .qiudui_name{text-align: center;padding-top:15px;}



.sqfx_box_match2 .match_info{width:76px;text-align: center;padding:0;color: #A5A5A5;text-align: justify;}
.sqfx_box_match2 .match_info .time{display: flex;justify-content: space-between;}
.sqfx_box_match2 .match_info .vs{display: flex;justify-content: space-between;padding:5px 0;font-size: 20px}
.sqfx_box_match2 .match_info .liansai{text-align: center;}



.sqfx_box_match2 .matchs-row{padding:10px 0;}











/*瓒崇悆鐞冨憳*/
.nyqy_leftside .qy_information{}
.qy_main .qy_information{width: 100%;background-color: #fff;border-radius: 5px;padding:20px;}
.qy_main .qy_information .qy_logo{width:85px;height: 65px;display: flex;justify-content: center;align-items: center;border:1px dashed #ccc; }
.qy_main .qy_information .qy_desc{width:100px锛沝isplay: flex;justify-content: space-between;flex-direction: column;padding:8px;}
.qy_main .qy_information .qy_qyxx{width:570px;height: 12px;font-size: 12px;color: #9B9B9B;padding-left:70px;}
.qy_main .qy_information .qy_qyxx ul li{width:31.3333%;margin:1%;}
.qy_main .qy_information .qy_qyxx ul{display: flex;flex-wrap: wrap}
.qy_main .qy_information .qy_desc h3{font-size: 20px;font-weight: 400;color: #081E3B;line-height: 1;padding-bottom: 10px}
.qy_main .qy_information .qy_desc p{height: 12px;font-size: 12px;color: #9B9B9B;}
.qy_more_tab{width: 100%;background-color: #fff;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;padding:20px 20px 0px 20px;display: flex;border-top:1px solid #F3F3F3;justify-content: space-between
}
.qy_more_tab span{text-align: center;flex:1;padding-bottom: 15px;cursor: pointer;font-size: 16px;color: #222222}
.qy_more_tab span.on{color:#FC2928;position: relative;  }
.qy_more_tab span.on:after{border-bottom: 3px solid #FC2928;width:44px;display: block;content:"";position: absolute;bottom:0;left:50%;margin-left:-22px;}
.qy_more_tab_main{width:100%;padding:20px;border-radius: 5px;background-color: #fff}




.qy_more_tab_main .qy_rank_main{line-height: 28px;text-align: center;font-size: 12px;color: rgba(165, 165, 165, 1);}
.qy_more_tab_main .qy_rank_score{padding:0px 20px 0px 20px;}
.qy_more_tab_main .qy_rank_score li{display: flex;justify-content: space-between;align-items: center;margin:9px 0;padding:0 5px;border-bottom: 1px solid #F5F7F9;}
.qy_more_tab_main .qy_rank_score li span{font-size: 12px;text-align: center;flex:1;}
.qy_more_tab_main div.qy_rank_score_name{background: #F5F7F9;line-height: 26px;padding:0 20px;display: flex;justify-content: space-between;}
.qy_more_tab_main div.qy_rank_score_name span{width: 10%;text-align: center;flex:1;}



.qy_more_tab_main .qy_zhjl_main ul li{display: flex;justify-content:space-between;align-items:center;color: #222222;font-size: 14px;padding:10px 40px;}
.qy_more_tab_main .qy_zhjl_main ul li .time{font-size: 14px;color: #A5A5A5;}
.qy_more_tab_main .qy_zhjl_main ul li .team1 img{height: 35px;margin-right:10px;}
.qy_more_tab_main .qy_zhjl_main ul li .team2 img{height: 35px;margin-right:10px;}
.qy_more_tab_main .qy_zhjl_main ul li .team1{font-size: 14px;color: #222222;display: flex;align-items: center;}
.qy_more_tab_main .qy_zhjl_main ul li .team2{font-size: 14px;color: #222222;display: flex;align-items: center;}



.qy_qyry_main ul li{display: flex;justify-content:space-between;padding: 10px 40px;border-bottom: 1px solid #F5F7F9;}
.qy_qyry_main ul li .name{width: 30%;display: flex;align-items: center;color: red}
.qy_qyry_main ul li .info{width: 60%;display: flex;line-height: 26px;}








.qy_more_item{display: none}
.qy_more_item.on{display: block}










/*鐞冮槦*/
.nyqd_leftside .qy_information{}
.qd_main .qd_information{width: 100%;background-color: #fff;border-radius: 5px;padding:20px;}
.qd_main .qd_information .qd_logo{width:85px;height: 65px;display: flex;justify-content: center;align-items: center;border:1px dashed #ccc; }
.qd_main .qd_information .qd_desc{width:calc(100% - 195px);display: flex;justify-content: space-between;flex-direction: column;padding:8px;}
.qd_main .qd_information .qd_saiji{width:100px;height: 12px;font-size: 12px;color: #9B9B9B;}
.qd_main .qd_information .qd_desc h3{font-size: 20px;font-weight: 400;color: #081E3B;line-height: 1}
.qd_main .qd_information .qd_desc p{height: 12px;font-size: 12px;color: #9B9B9B;}
.qd_more_tab{width: 100%;background-color: #fff;border-bottom-left-radius: 5px;border-bottom-right-radius: 5px;padding:20px 20px 0px 20px;display: flex;border-top:1px solid #F3F3F3;justify-content: space-between
}
.qd_more_tab span{text-align: center;flex:1;padding-bottom: 15px;cursor: pointer;font-size: 16px;color: #222222}
.qd_more_tab span.on{color:#FC2928;position: relative;  }
.qd_more_tab span.on:after{border-bottom: 3px solid #FC2928;width:44px;display: block;content:"";position: absolute;bottom:0;left:50%;margin-left:-22px;}



.right{ width:340px; float:right; overflow:hidden; margin-top:10px;}
.midtitle{/* margin-bottom:20px;*/ float:left; background:url(../images/midtitle_bg.png) no-repeat; width:100%; height:24px; padding-bottom:10px; line-height:24px;  border-bottom:1px #eeeeee solid;margin-top: 15px;}
.midtitle h2{font-size: 20px;float: left; padding-left:15px; font-weight:normal; margin-top: -1px;}
.midtitle h2 a{ color:#545454;}
.midtitle span{ background:url(../images/more_2.png) no-repeat right; font-size:12px; float:right; width:50px;}
.midtitle span a{ font-size:12px; color:#666666;}

.tmidtitle{/* margin-bottom:20px;*/ float:left; background:url(../images/midtitle_bg.png) no-repeat; width:100%; height:24px; padding-bottom:10px; line-height:24px;  border-bottom:1px #eeeeee solid;margin-top: 15px;}
.tmidtitle h2{font-size: 20px;float: left; padding-left:15px; font-weight:normal; margin-top: -1px;}
.tmidtitle h2 a{ color:#545454;}
.tmidtitle span{ background:url(../images/more_2.png) no-repeat right; font-size:12px; float:right; width:50px;}
.tmidtitle span a{ font-size:12px; color:#666666;}

.teamtab{width:340px; float:left; background:#fafafa; border:1px solid #eeeeee; border-top:none; margin-bottom:20px;}
.teamtab #title{float:left; width:100%;}
.teamtab #title span{float:left;width:50%; display:block;height:46px; line-height:46px;color:#333;background:#F5F5F5;text-align:center;cursor:pointer;border-top:1px solid #eeeeee;}
.teamtab #title span.on{background:#FAFAFA; border-top:2px solid #D93757;}
.teamtab #con{background:#fff;float:left; width:100%;}

.teamtab #con ul{display:none;padding:10px}
.teamtab #con ul.on{display:block}
.teamtab #con ul a{ display:inline-block; width:32%; overflow:hidden; margin-bottom:15px; text-align:center;color: #151615;}
.teamtab #con ul a .img{ width:100%; height:66px; display:block; overflow:hidden;}
.teamtab #con ul a .img img{ width:50px;}
.teamtab #con ul a .txt{ font-size:14px; display:block;width:100%; height:16px; line-height:16px; overflow:hidden;}
.rbox_ty{ /*border:10px solid #fafafa; float:left;*/ width:340px; /*margin-bottom:20px;*/background: #fff;}
.rbox_ty .list_sc{ width:86%; margin:10px 7% 0; border-bottom:1px solid #eeeeee; float:left; padding-bottom:10px;}
.rbox_ty .list_sc:last-child{ border-bottom:none;}
.rbox_ty .list_sc .list_sc_zb{ font-size:14px;margin-top: 10px;}
.rbox_ty .list_sc .list_sc_zb a{ color:#006BB7; margin-right:15px;}
.r_newslist{width:100%; float:left; margin-bottom:20px;}
.r_newslist li{ border-bottom:1px solid #eeeeee; padding-bottom:10px; margin-bottom:10px; float:left; height:58px; width:100%;}
.r_newslist li:last-child{ border-bottom:none;}
.r_newslist li .img{width:103px;height:58px; overflow:hidden; float:left; margin-right:15px; position:relative;}
.r_newslist li .img img{ width:103px; min-height:58px;}
.r_newslist li .img i{ position:absolute; top:0; left:0; background:url(../images/icon_play.png) no-repeat center center; width:103px; height:58px;}
.r_newslist li .txt .tt{ height:32px; line-height:16px; overflow:hidden; margin:1px 0 8px;font-size:14px;}
.r_newslist li .txt .des{ font-size:12px; color:#999999;}
.r_qy{ padding:5px;}
.r_qy a.mnav_p{ display:inline-block;width:32%; height:100px;overflow: hidden;margin-bottom: 15px; text-align:center;color: #151615;}
.r_qy a.mnav_p:nth-child(4n){ margin-right:0;}
.r_qy a.mnav_p .img{ margin:0 auto;/*width:75px;*/ height:75px; /*overflow:hidden;*/ border-radius:80px; /*background:#f5f5f5;border:1px solid #eeeeee;*/}
.r_qy a.mnav_p .img img{ height:75px; }
.r_qy a.mnav_p .txt{ margin:8px auto; font-size:14px;line-height: 22px;}
.jj_list{ width:840px; height:450px;; overflow:hidden;position: relative; margin-bottom: 13px;}
.section-focus-pic{height:100%;width:100%;overflow:hidden;position:relative;}
.section-focus-pic .item{position:absolute;top:0;left:840px;width: 100%;height:100%;}
.section-focus-pic .pages{width:840px;height:420px;}
.section-focus-pic .controler{position:absolute; bottom: 0; right: 47%;}
.section-focus-pic .controler b{cursor:pointer;width:11px;height:11px;display:block;overflow:hidden;text-indent:20px; background:url(../images/point_h.png) no-repeat;float:left;margin:0 0 0 10px;}
.section-focus-pic .controler b.down{ background:url(../images/point_w.png) no-repeat;}
.jj_list .item li{ width:270px; height:200px; overflow:hidden; float:left; margin-right:15px; margin-bottom:12px;}
.jj_list .item li:nth-child(3n){ margin-right:0;}
.jj_list .item li .img{ width:270px; height:153px; overflow:hidden; margin-bottom:3px; position:relative;}
.jj_list .item li .img i{position:absolute; left:13px; bottom:13px; background:url(../images/icon_play.png) no-repeat center center; width:30px; height:30px;}
.jj_list .item li .img span{position:absolute; right:13px; bottom:13px; background: url(../images/tag_bg.png) repeat-x; height:22px; line-height:20px;padding: 0 10px; color:#fff; font-size:12px;}
.jj_list .item li .img img{ width:270px; min-height:153px;}
.jj_list .item li .txt{ width:270px; height:40px; line-height:20px; font-size:15px; overflow:hidden;}
.bigtitle{ margin-bottom:20px; float:left;}
.bigtitle h2,.bigtitle h1{background:url(../images/bigtitle_bg.png) no-repeat;font-size: 18px;float: left; width: 170px; height: 47px; line-height: 47px; text-align: center; color: #fff; text-indent: -8px; margin-right: -25px; font-weight:normal}
.bigtitle h2 a,.bigtitle h1 a{ color:#fff;}
.bigtitle span{ overflow: hidden;font-size: 16px; color: #016bb7; padding: 5px 0 5px 50px; margin-bottom: 2px; border-bottom: 2px solid #d33556; height: 33px; line-height: 33px; width: 630px; float: left; background: url(../images/more_1.png) no-repeat right 17px; text-align:right; text-indent:-10px; padding-right:15px;}
.bigtitle span a{ font-size:12px; color:#666666;}

.lx_list{width:100%; float:left; margin-bottom:15px;}
.lx_list li{ border-bottom:1px solid #eeeeee; padding-bottom:15px; margin-bottom:15px; float:left; height:96px; width:100%;}
.lx_list li:last-child{ border-bottom:none;}
.lx_list li .img{width:170px;height:96px; overflow:hidden; float:left; margin-right:15px; position:relative;}
.lx_list li .img img{ width:170px; min-height:96px;}
.lx_list li .img i{ position:absolute; top:0; left:0; background:url(../images/icon_play.png) no-repeat center center; width:170px; height:96px;}
.lx_list li .txt .tt{ height:26px; line-height:26px; overflow:hidden; margin:15px 0 10px;}
.lx_list li .txt .tt a{font-size:24px;}