@charset "utf-8";
/* Base Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

:focus {
    outline: 0;
}

img {
    border: 0;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.none {
    display: none;
}

.hidden {
    visibility: hidden;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

html {
    width: 100%;
    margin: 0 auto;
}

/**全局样式**/
body {
    font: 16px/1 "Microsoft YaHei", "Simsun", arial, \5b8b\4f53;
    color: #393939;
    background: #f6f7f9;
}

/*背景样式*/
a {
    color: #393939;
    text-decoration: none;
}

a:hover {
    color: #0159b0;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
}

/**页面全局宽度**/


.mod30 {
    padding-bottom: 40px;
}

.mod30 .more_btn {
    width: 76px;
    height: 28px;
    line-height: 28px;
    margin: 15px auto;
    background-color: #26a95b;
    text-align: center;
    border-radius: 5px;
}

.mod30 .more_btn a {
    color: #fff;
    font-size: 12px;
}

.mod30 .post .tt .tit .title_en {
    background: url(../images/btline2.png) no-repeat 0 top;
}


.m30 {
    width: 435px;
    float: left;
}

.m30 .post {
    border: 1px solid #ced8ea;
    overflow: hidden;
}

.m30 .post .tt {
    border-top: 8px solid #0e3b92;
    background: url(../images/bt.png) no-repeat 0 0;
    height: 180px;
}

.m30 .post .tt .tit {
    color: #fff;
    margin-top: 26px;
    margin-left: 18px;
}

.m30 .post .tt .tit .title {
    background: url(../images/bt9.png) no-repeat 0 center;
    padding: 5px 0 5px 55px;
}

.m30 .news_list_item1 .news_title .date-d {
    background: #0e3b92;
}

.m40 {
    width: 435px;
    float: left;
    margin-left: 45px;
}

.m40 .post {
    border: 1px solid #ced8ea;
    overflow: hidden;
}

.m40 .post .tt {
    border-top: 8px solid #005c3f;
    background: url(../images/bt.png) no-repeat 0 0;
    height: 180px;
}

.m40 .post .tt .tit {
    color: #fff;
    margin-top: 26px;
    margin-left: 18px;
}

.m40 .post .tt .tit .title {
    background: url(../images/bt7.png) no-repeat 0 center;
    padding: 5px 0 5px 48px;
}

.m50 {
    width: 435px;
    float: right;
}

.m50 .post {
    border: 1px solid #ced8ea;
    overflow: hidden;
}

.m50 .post .tt {
    border-top: 8px solid #734291;
    background: url(../images/bt.png) no-repeat 0 0;
    height: 180px;
}

.m50 .post .tt .tit {
    color: #fff;
    margin-top: 26px;
    margin-left: 18px;
}

.m50 .news_list_item1 .news_title .date-d {
    background: #734291;
}

.m50 .post .tt .tit .title {
    background: url(../images/bt8.png) no-repeat 0 center;
    padding: 5px 0 5px 48px;
}


/* 上下日期+标题 */
.news_list_item1 {
    width: 100%;
    float: left;
    margin-top: 18px;
}

.news_list_item1 .news_title {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 20px;
}

.news_list_item1 .news_title .date {
    width: 80px;
    height: 80px;
    float: left;
    font-weight: bold;
    margin: 0 0 0 18px;
}

.news_list_item1 .news_title .date-d {
    height: 40px;
    line-height: 40px;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 28px;
    background: #025b3d;
}

.news_list_item1 .news_title .date-ym {
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 14px;
    background: #e7edfb;
}

.news_list_item1 .news_title .tit {
    width: 295px;
    float: left;
    line-height: 30px;
    padding-left: 15px;
    padding-top: 5px;
    font-size: 18px;
}

.news_list_item1 .news_title .tit a {
    font-weight: bold;
}


/**页头开始**/
#header {
    background: #347bd8 url(../images/hdbg.png) repeat-x top center;
}

#header .inner {
}

.head {
    width: 100%;
    height: 158px;
    overflow: hidden;
}

.head .sitetitle {
    float: left;
    margin-left: 20px;
    font-size: 34px;
    font-weight: bold;
    font-family: "黑体";
    color: #fff;
}

.sitelogo img{
   max-width: 80%;
}
.search-mb {
    height: 0;
    overflow: hidden;
    background: white;
}

.search-mb .search-input {
    border: 1px solid #e4e7ed;
}

/**站点名称**/
.head .search-box{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.head .slogan {
    margin-top: 10px;
}
.head .slogan img{
    width: 100%;
    max-width: 320px;
}
.head .search-pc {
    /*width: 310px;*/
    background: #fff;
    height: 40px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
 #searchForm  {
	display: flex;
	width: 100%;
}
.search-input {
    border: none;
    padding: 0 10px;
    width: 100%;
    font-size: 16px;
}

.search-button {
    display: block;
    width: 40px;
    height: 40px;
    border: none;
    background-image: url("../images/ss.png");
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0c58ba;
}

/* 导航 */
#nav {
    background-color: #d7e9f8;
}

.navbar {
    width: 100%;
    height: 65px;
    line-height: 65px;
}

/**导航区域背景**/
.navbar .navbox {
    margin: 0 auto;
}

#boxhdp {
    width: 100%;
    height: 480px; /* float: left; */
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

#img > li {
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    display: none;
}

#img > li img {
    width: 100%;
    height: 480px;
    overflow: hidden;
}

#img > .current {
    display: block;
}

#li {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 26px;
}

#li > li {
    width: 12px;
    height: 12px;
    background-color: #033e83;
    border-radius: 50%;
    margin: 0 7px;
    float: left;
    cursor: pointer;
}

#li > .on {
    background-color: #8598ae;
}

#an {
    display: block;
}

#an a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 226px;
    line-height: 226px;
    background: rgba(10, 67, 135, .3);
    font-size: 48px;
    font-family: 黑体;
    color: #fff;
    text-align: center;
}

#an .an-a2 {
    right: 0;
}

/* banner */
#banner {
    height: 480px;
}

#banner:hover .banner-button-prev, #banner:hover .banner-button-next {
    opacity: 1;
    cursor: pointer;
}

#banner .banner-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 226px;
    line-height: 226px;
    background: rgba(10, 67, 135, .3);
    font-size: 48px;
    font-family: 黑体;
    color: #fff;
    text-align: center;
    z-index: 99;
    opacity: 0;
}

#banner .banner-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 226px;
    line-height: 226px;
    background: rgba(10, 67, 135, .3);
    font-size: 48px;
    font-family: 黑体;
    color: #fff;
    text-align: center;
    z-index: 99;
    right: 0;
    opacity: 0;
}

#banner img {
    width: 100%;
    height: 100%;
}

/**标题栏新闻窗口**/

/* 主题色 */
.news-lunbo {
    height: 442px;
    position: relative;
}

.news-lunbo .news-button-prev, .news-lunbo .news-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 126px;
    line-height: 126px;
    background: rgba(10, 67, 135, .3);
    font-size: 38px;
    font-family: 黑体;
    color: #fff;
    text-align: center;
    z-index: 99;
}

.news-lunbo .news-button-next {
    right: 0;
}

.news-lunbo:hover .banner-button-prev, .news-lunbo:hover .banner-button-next {
    cursor: pointer;
}

.news-lunbo .swiper-pagination-news {
    position: absolute;
    width: 150px;
    bottom: 15px;
    right: 0px;
    left: auto;
    z-index: 50;
    display: flex;
    justify-content: right;
    padding-right: 10px;
}

.news-lunbo .swiper-pagination-news .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(255, 255, 255.6);
    width: 12px;
    height: 12px;
}

.news-lunbo .swiper-pagination-news .swiper-pagination-bullet-active {
    background: #1250a7;
}

.news-lunbo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-lunbo .swiper-slide {
    position: relative;
}

.news-lunbo .swiper-slide .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    line-height: 50px;
    background: rgba(52, 123, 216, 0.6);
    color: white;
    padding: 3px 13px;
    padding-right: 30px;
    padding-right: 30px;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news-content {

}

.m1_l {
    width: 50%;
    margin-right: 20px;
}

.m1_r {

}

.post .tt {
    display: inline-block;
    width: 100%;
}

/**标题栏**/
.post .tt .tit {
    display: inline-block;
    float: left;
    color: #444436;
}

/**标题字体**/
.post .tt .tit .title {
    display: block;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

/**标题图标**/
.post .tt .tit .title_en {
    background: url(../images/btline.png) no-repeat 0 top;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    height: 42px;
    line-height: 42px;
    color: #b3b3b3;
}

.post .tt .more_btn {
    display: inline-block;
    float: right;
    line-height: 92px;
}

/**更多按钮**/
.post .con {
    padding: 5px 0;
    margin: 0 auto;
}

.post .more_btn {
    font-size: 14px;
}

.post .more_btn a {
    color: #0056b7;
}


.m1 .post .tt .tit .title {
    background: url(../images/bt1.png) no-repeat 0 center;
    padding-left: 40px;
}

.m2 .post .tt .tit .title {
    background: url(../images/bt2.png) no-repeat 0 center;
    padding-left: 40px;
    color: #fff;
}

.m3 .post .tt .tit .title {
    background: url(../images/bt3.png) no-repeat 0 center;
    padding-left: 40px;
}

.m4 .post .tt .tit .title {
    background: url(../images/bt4.png) no-repeat 0 center;
    padding-left: 40px;
}

.m5 .post .tt .tit .title {
    background: url(../images/bt5.png) no-repeat 0 center;
    padding-left: 40px;
}

.m6 .post .tt .tit .title {
    background: url(../images/bt6.png) no-repeat 0 center;
    padding-left: 40px;
}


.news_list {
    width: 100%;
    float: left;
}

.news_list li {
    padding: 0 18px 0 22px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 5px solid #fff;
    margin-bottom: 10px;
}

.news_list .news_title {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #393939;
    padding: 8px 0 5px 0;
}

.news_list .news_abs {
    line-height: 24px;
    font-size: 16px;
    color: #969696;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    padding-bottom: 0;
    margin-bottom: 10px;
}

.news_list .news_date {
    background: url(../images/date.png) no-repeat 0 7px;
    font-size: 16px;
    color: #969696;
    padding: 8px 0 14px 30px;
}

.news_list li:hover {
    border-bottom: 5px solid #033e83;
}

.news_list li:hover .news_title {
    color: #0056b7;
}


.news_list_item {
    width: 100%;
    float: left;
}

.news_list_item li {
    border-left: 6px solid #444436;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px;
}

.news_list_item .news_title {
    line-height: 30px;
    font-size: 18px;
    color: #393939;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_list_item li:hover {
    background: #eaecf9;
    border-left-color: #033e83;
}


/**主体开始**/
#container {
}

#container1 .inner {
}


#container1 {
    background: url(../images/c1.png) no-repeat left bottom;
}

.mod1 {
    margin: 40px 0 65px 0;
}

.m1 {
    width: 100%;
    float: left;
}

.qq-sports-focus {
    margin: 0 auto;
    width: 595px;
    height: 525px;
    zoom: 1;
    position: relative;
}

/* .qq-sports-focus .cont li a:hover img { -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05); } */
.qq-sports-focus .cont li img {
    width: 595px;
    height: 525px;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform 0.2s ease-out;
}

.qq-sports-focus .cont {
    width: 595px;
    height: 525px;
    overflow: hidden;
}

.qq-sports-focus .cont li {
    width: 595px;
    height: 525px;
    overflow: hidden;
    position: relative;
}

.qq-sports-focus .cont li span {
    position: absolute;
    font-size: 20px;
    left: 0;
    bottom: 0;
    text-indent: 1em;
    color: #FFF;
    width: 100%;
    background: rgba(0, 86, 183, 0.4);
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}

.qq-sports-focus .tabs {
    height: 12px;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    overflow: hidden;
    display: none;
}

.qq-sports-focus .tabs li {
    float: left;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    text-indent: -999px;
    margin-right: 11px;
    background: #d9d9d9;
}

.qq-sports-focus .tabs li.current {
    float: left;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    margin-right: 11px;
    background: #a0a0a0;
}

.qq-sports-focus .prev, .qq-sports-focus .next {
    font-size: 40px;
    color: #fff;
    font-weight: 800;
    line-height: 112px;
    text-align: center;
    position: absolute;
    width: 38px;
    height: 112px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    z-index: 10;
    cursor: pointer;
    font-family: 'simsun';
    overflow: hidden;
}

.qq-sports-focus .prev a, .qq-sports-focus .next a {
    width: 38px;
    height: 112px;
    font-size: 30px;
    font-family: 黑体;
    font-weight: normal;
    display: inline-block;
    color: #fff;
    background-color: rgba(0, 86, 183, 0.4);
}

.qq-sports-focus .prev a:hover, .qq-sports-focus .next a:hover {
    display: inline-block;
    color: #fff;
}

.qq-sports-focus .prev {
    left: 0;
}

.qq-sports-focus .next {
    right: 0;
}

#container2 {
    background: #347bd8  url(../images/c2.png) no-repeat 0 0;
    padding: 45px 0 55px 0;
}

.m2 {
    width: 100%;
    float: left;
}

.m5 {
    width: 100%;
    float: left;
    padding-bottom: 50px;
}

.m5 img {
    border-radius: 8px;
}


/*通知公告类样式*/
.news_list_date {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.news_list_date .news_title {
    width: 32%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
}

.news_list_date .news_title .date {
    width: 118px;
    background: url(../images/time.png) no-repeat 0 0;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
}

.news_list_date .news_title .date-d {
    display: block;
    padding-left: 33px;
    font-size: 28px;
}

.news_list_date .news_title .date-ym {
    display: block;
    padding-left: 23px;
    font-size: 14px;
    margin-top: 15px;
}

.news_list_date .news_title .tit {
    line-height: 30px;
    padding: 0 10px;
    font-size: 18px;
    flex: 1;
}

.news_list_date .news_title .tit a {
    font-weight: bold;
}

.news_list_date li:nth-child(3n) {
    margin-right: 0;
}


.media-list {
    position: relative;
}

.media-list .item {
    display: block;
    background: white;
}

.media-list .item .img-box {
    height: 267px;
    overflow: hidden;
}

.media-list .item .img-box img {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease;
}


#container3 {
    background: url(../images/c3.png) no-repeat right bottom;
}

.mod3 {
    margin: 70px 0 50px 0;
}

.mod3-item {
    flex: 1;
    margin-right: 20px;
}

#container4 {
    background: #d8ebf7;
    padding: 45px 0 55px 0;
}

#footer {
    background: #006eff url(../images/footbg.png) top center;
    box-sizing: border-box;
}

#footer .inner {
    padding: 20px 0 15px 0;
    overflow: hidden;
}

.foot {
    justify-content: space-between;
}
.foot_l{
    width: 50%;
}
.foot_l .foot_logo img {
    display: block;
    max-width: 400px;
}

.foot_l .foot_banquan {
    width: 100%;
    margin-top: 20px;
}

.foot_l .foot_banquan p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #fff;
}

.foot_c {
    width: 315px;
    float: left;
}

.foot_c h1 {
    font-size: 36px;
    color: #FFF;
    font-weight: normal;
}
.foot_r{
	    margin-top: 45px;
}
.foot_c div {
    height: 46px;
    line-height: 48px;
    border-bottom: 1px solid #a5a5a5;
}

.foot_c .icon_f1 {
    background: url(../images/icon_f1.png) no-repeat 0 17px;
}

.foot_c .icon_f1 a {
    color: #fff;
    padding-left: 30px;
}

.foot_c .icon_f2 {
    background: url(../images/icon_f2.png) no-repeat 0 17px;
}

.foot_c .icon_f2 a {
    color: #fff;
    padding-left: 30px;
}

.foot_c .icon_f3 {
    background: url(../images/icon_f3.png) no-repeat 0 24px;
}

.foot_c .icon_f3 a {
    color: #fff;
    padding-left: 30px;
}

.foot_r .ewm1 {
    width: 145px;
    float: left;
    background: #1f75da;
    padding: 5px;
}

.foot_r .ewm1 img {
    width: 145px;
    height: 145px;
}

.foot_r .ewm1 span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}


#list_banner {
    background: url(../images/col_list.jpg) no-repeat 0 0;
    height: 541px;
}

.col_news_head {
    padding-top: 400px;
}

.col_metas .col_title {
    display: inline-block;
    float: left;
}

/**当前栏目**/
.col_metas .col_title h2 {
    display: inline-block;
    font-size: 48px;
    font-weight: normal;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}

/**当前栏目名称**/
.col_metas .col_path {
    display: inline-block;
    float: left;
    white-space: nowrap;
    color: #fff;
    margin: 30px 0 0 30px;
}

/**当前位置**/
.col_metas .col_path a {
    color: #fff;
}

.col_menu_con {
    float: right;
    margin-top: 10px;
}

.col_menu_con .col_list li {
    float: left;
    margin-left: 30px;
    color: #fff
}

.col_menu_con .col_list li a {
    background: none;
    color: #fff;
    border: none;
    font-size: 18px !important;
}

.col_menu_con .col_list li:hover {
    color: #ffcc00;
}

.col_menu_con .col_list li a:hover {
    color: #ffcc00;
}


#container {
    background: url(../images/c3.jpg) no-repeat bottom center;
}

#container .inner {
    padding: 40px 0 60px;
}

/**列表页**/

/**栏目新闻**/
.col_news {
    width: 100%;
    float: left;
}

.col_news_box {
}

.col_news_list {
    margin-top: 7px;
    min-height: 500px;

}

.col_news_list li {
    border-bottom: 1px solid #ccc;
    overflow: hidden;
    padding: 40px 0;
    display: flex;
}

.col_news_list .news_date {
    width: auto;
    float: left;
    font-weight: bold;
}

.col_news_list .news_date .date-d {
    line-height: 40px;
    color: #0e3b92;
    display: block;
    text-align: center;
    font-size: 48px;
    border-bottom: 1px solid #0e3b92;
    padding-bottom: 20px;
}

.col_news_list .news_date .date-ym {
    line-height: 40px;
    display: block;
    text-align: center;
    font-size: 14px;
    margin-top: 18px;
}

.col_news_list .news_title {
    flex: 1;
    margin-left: 30px;
}

.col_news_list .news_title .news_tit {
    display: block;
    line-height: 30px;
    font-size: 24px;
}

.col_news_list .news_title .news_sum {
    display: block;
    color: #666;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 60px;
    margin-top: 20px;
}

.pb_sys_common {
    margin-top: 40px !important;
}

.content-banner {
    background: url("../images/col_list.jpg");
    background-size: cover;
    height: 500px;
    width: 100%;
    padding-bottom: 70px;
    box-sizing: border-box;
}

.content-banner-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}

.content-nav {
    display: flex;
    align-items: center;
    color: white;
}

.content-nav h1 {
    font-size: 48px;
    font-weight: normal;
    color: #fff;
    border-bottom: 2px solid #fff;
    padding-bottom: 20px;
}

.content-nav .current {
    margin-left: 30px;
    display: flex;
    align-items: center;
}

.content-nav .current a {
    color: white;
}

.content-nav .current a:hover {
    color: #ffcc00
}

.content-nav-list {
    margin-top: 30px;
}

.content-nav-list ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;

}

.content-nav-list ul a {
    color: white;
    font-size: 20px;
    font-weight: 500;
    margin-left: 40px;
    display: block;
    position: relative;
    padding-left: 20px;
}

.content-nav-list ul a:before {
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: white;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
}

.content-nav-list ul a:hover {
    color: #ffcc00
}

/**文章页**/
.infobox {
    margin: 0 auto;
    margin-top: 60px;
}

.article {
    margin-top: 30px;
    min-height: 500px;
}

.article h1.arti_title {
    line-height: 60px;
    font-size: 32px;
    font-family: "Microsoft YaHei";
    color: #333;
    text-align: center;
}

/**文章标题**/
.article .arti_subtitle {
    line-height: 40px;
    font-size: 24px;
    color: #282828;
    font-family: "Microsoft YaHei";
    text-align: center;
}

/**文章副标题**/
.article .arti_metas {
    padding: 10px;
    text-align: center;
    color: #666;
}

.article .arti_metas span {
    margin: 0 5px;
    font-size: 14px;
    color: #787878;
}

/**文章其他属性**/
.article .arti_content {
    line-height: 2;
    font-size: 18px;
    color: #333;
    border-top: solid 4px #e4e4e4;
    padding-top: 90px;
    margin-top: 40px;
}

.article .arti_content p {
    line-height: 2;
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.article .arti_content img {
    max-width: 840px;
    _width: expression(this.width > 940 ? "840px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article p {
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}


.article .arti_content2 {
    line-height: 2;
    font-size: 18px;
    color: #333;
    margin-top: 40px;
}

.article .arti_content2 p {
    line-height: 2;
    font-size: 18px;
    color: #333;
    margin-bottom: 30px;
}

.article .arti_content2 img {
    max-width: 840px;
    _width: expression(this.width > 940 ? "840px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article p {
    margin-bottom: 15px;
    font-size: 18px;
    color: #333;
}

.ul_d li {
    float: left;
    width: 330px;
    height: 200px;
    position: relative;
    margin-left: 20px;
}

.ul_d li p {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
}

.infobox .arti_content p {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content p.vsbcontent_img {
    margin: 0px auto !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content p span {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content p a {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content p span a {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}


.infobox .arti_content .v_news_content p {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
    background: #f6f7f9 !important;
}

.infobox .arti_content .v_news_content p.vsbcontent_img {
    margin: 0px auto !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content .v_news_content p span {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
    background: #f6f7f9 !important;
}

.infobox .arti_content .v_news_content p a {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content .v_news_content p span a {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.article .arti_content img {
    max-width: 800px;
    _width: expression(this.width > 940 ? "800px" : this.width);
    height: auto !important;
}

.article .arti_content img {
    max-width: 800px;
    _width: expression(this.width > 940 ? "800px" : this.width);
    height: auto !important;
}

.infobox .article {
    max-width: 1200px !important;
    margin: 0px auto !important;
}
.article img{
    max-width: 100% !important;
    margin: 0;
}
.article {
    max-width: 1200px !important;
    margin: 0px auto !important;
}


.infobox .arti_content p {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content p.vsbcontent_img {
    margin: 0px auto !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content p span {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content p a {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content p span a {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}


.infobox .arti_content .v_news_content p {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content .v_news_content p.vsbcontent_img {
    margin: 0px auto !important;
    text-align: center !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content .v_news_content p span {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content .v_news_content p a {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.infobox .arti_content .v_news_content p span a {
    line-height: 32px !important;
    font-size: 18px !important;
    color: #393939 !important;
    text-indent: 36px !important;
    font-family: "微软雅黑" !important;
    margin-bottom: 30px !important;
}

.article .arti_content img {
    max-width: 800px;
    _width: expression(this.width > 940 ? "800px" : this.width);
    height: auto !important;
}

.article .arti_content img {
    max-width: 800px;
    _width: expression(this.width > 940 ? "800px" : this.width);
    height: auto !important;
}


.qq-sports-focus {
    margin: 0 auto;
    width: 660px;
    height: 445px;
    zoom: 1;
    position: relative;
}

/* .qq-sports-focus .cont li a:hover img { -webkit-transform:scale(1.05); -moz-transform:scale(1.05); -ms-transform:scale(1.05); -o-transform:scale(1.05); transform:scale(1.05); } */
.qq-sports-focus .cont li img {
    width: 660px;
    height: 445px;
    -webkit-transition: transform .2s ease-out;
    -moz-transition: transform .2s ease-out;
    -ms-transition: transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: transform 0.2s ease-out;
}

.qq-sports-focus .cont {
    width: 660px;
    height: 445px;
    overflow: hidden;
}

.qq-sports-focus .cont li {
    width: 660px;
    height: 445px;
    overflow: hidden;
    position: relative;
}

.news_list {
    width: 100%;
    float: left;
}

.news_list li {
    padding: 0 18px 0 22px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 5px solid #fff;
    margin-bottom: 10px;
}

.news_list .news_title {
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #393939;
    padding: 8px 0 5px 0;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.news_list .news_date {
    background: url(../images/date.png) no-repeat 0 4px;
    font-size: 16px;
    color: #969696;
    padding: 5px 0 5px 30px
}

.news_list li:hover {
    border-bottom: 5px solid #347bd8 ;
}

.news_list li:hover .news_title {
    color: #0056b7;
}
.m2 .tt .more_btn .more_text{
    display: none;
}
.m2 .tt .more_btn .more_text.active{
    display: block;
}
.m2 .tt .title:hover{
    cursor: pointer;
}
.m2 .tt .title.active{
    color: #ff8d00 !important;
}
.tit .tag-title{
    display: flex;
}
.tit .tag-title .title{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin: 15px 0;
}
.tit .tag-title .title:nth-child(2){
    margin-left: 35px;
}
.m2 .a_list{
    display: none;
}
.m2 .a_list.active{
    display: block;
}
