@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%; min-width:1400px;margin:0 auto;  }
/**全局样式**/
body { font:16px/1 "Microsoft YaHei","Simsun", arial,\5b8b\4f53; color:#393939; }/*背景样式*/
a {color:#393939; text-decoration:none;}
a:hover { color:#0159b0;}
.wrapper { width:100%; margin:0 auto;}
.wrapper .inner {width:1400px;margin:0 auto;} /**页面全局宽度**/

/**页头开始**/
#header {  background:#d7e9f8 url(../images/headbg.png) no-repeat top center; }
#header .inner {}
.head { width:100%; height:147px; overflow:hidden; } /**页头部分**/
.head .sitelogo{float:left;padding-top:35px; }
.head .sitelogo img { width: 100%; }
.head .sitetitle { width:500px; float:left; line-height: 147px; margin-left:20px;font-size:48px;font-weight:bold; font-family: "黑体"; color:#fff;} /**站点名称**/
.head .search { width: 310px;float:right;  height:45px; margin:50px 0 0 0; position:relative; }


/* 导航 */
.navbar {width:100%; height: 65px; line-height: 65px; } /**导航区域背景**/
.navbar .navbox { margin:0 auto;} /**导航窗口大小及位置**/
.navbar .navbox a {  padding:0 29px;  }

/* 图片切换 */
#banner { }
.lbt-focus { margin:0 auto; position:relative; width:100%; height:935px; overflow:hidden; zoom:1; }
.lbt-focus .conts { zoom:1; }
.lbt-focus .btns a { width:60px; height:90px; line-height:99em; overflow:hidden; margin:-60px 0 0; display:block; background:url(../images/ad_ctr.png) no-repeat; position:absolute; top:50%; z-index:10; cursor:pointer; opacity:0; filter:alpha(opacity=0); -webkit-transition:all .3s ease; }
.lbt-focus .btns .next { background-position:0 -90px; right:0; }
.lbt-focus .btns .prev { left:0; }
.lbt-focus:hover .next:hover, .lbt-focus:hover .prev:hover { opacity:1; filter:alpha(opacity=50); }
.lbt-focus:hover .next { opacity:0.8; filter:alpha(opacity=25); }
.lbt-focus:hover .prev { opacity:0.8;filter:alpha(opacity=25); }   
.lbt-focus .tabs {position: absolute; left: 50%;transform: translateX(-50%);  bottom: 20px;}
.lbt-focus .tabs li { width: 12px;height: 12px; background-color: #fff; border-radius: 50%; margin:0 7px; float: left; overflow:hidden; text-indent:-99em; cursor: pointer;}
.lbt-focus .tabs li.on { background-color: #033e83;}



/**标题栏新闻窗口**/
.post { }
.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:18px; font-weight:bold;   }
.post .more_btn a { color:#448fc9; }


.m1 .post .tt .tit .title { background:url(../images/bt1.png) no-repeat 0 center; padding-left: 48px; }
.m2 .post .tt .tit .title { background:url(../images/bt2.png) no-repeat 0 center; padding-left: 48px;  }
.m3 .post .tt .tit .title { background:url(../images/bt3.png) no-repeat 0 center; padding-left: 48px; }
.m4 .post .tt .tit .title { background:url(../images/bt4.png) no-repeat 0 center; padding-left: 48px;  }
.m5 .post .tt .tit .title { background:url(../images/bt5.png) no-repeat 0 center; padding-left: 48px; }
.m6 .post .tt .tit .title { background:url(../images/bt6.png) no-repeat 0 center; padding-left: 48px;  }





.news_list {  width: 100%;   float: left; }
.news_list li {  padding:0 18px 0 22px; height: 101px;}
.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; padding-bottom: 10px;}
.news_list li:nth-child(2n) { background: #eaecf9; }


.news_list_item {  width: 100%;   float: left; }
.news_list_item li { background: #eaecf9; border-left: 6px solid #3345d1; margin-bottom: 20px; padding:0 46px 0 18px; height:151px; }
.news_list_item .news_title { line-height: 30px; font-size: 18px; font-weight: bold; color: #393939; padding: 25px 0 20px 0;}
.news_list_item .news_abs { line-height: 24px; font-size: 16px; color: #969696; padding-bottom: 28px;}
.news_list_item li:hover { background: url(../images/btbg.png) no-repeat 0 0;}
.news_list_item li:hover .news_title { color: #fff;} 
.news_list_item li:hover .news_abs { color: #fff;} 





/**主体开始**/
#container { }
#container1 .inner {  }
.mod1 { margin: 40px 0 65px 0;}

.m1 { width: 100%; float: left; }
.m1_l { width:760px; float:left;   }
.m1_l img { width: 760px; height: 404px; }


.qq-sports-focus { margin:0 auto; width:760px; height:404px; 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:760px; height:404px; -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:760px; height:404px; overflow:hidden; }
.qq-sports-focus .cont li { width:760px; height:404px; 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%; line-height:52px; background:rgba(0,0,0,0.3); height:75px; line-height: 75px; cursor:pointer; }  
.qq-sports-focus .tabs { height:12px; position:absolute; bottom:-30px; left:50%; transform: translateX(-50%); z-index:99; overflow:hidden; }
.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:72px; text-align:center; position:absolute; width:36px; height:72px; top:50%; transform: translateY(-50%); display:block; z-index:10; cursor:pointer; font-family:'simsun'; overflow:hidden;display: none; }
.qq-sports-focus .prev a, .qq-sports-focus .next a { width:36px; height:72px; display:inline-block; color:#fff; background-color:rgba(0,0,0,0.6); }
.qq-sports-focus .prev a:hover, .qq-sports-focus .next a:hover { display:inline-block; color:#fff; background-color:rgba(0,0,0,0.8); }
.qq-sports-focus .prev { left:0; }
.qq-sports-focus .next { right:0; }

 



.m1_r { width:640px; float:right; }



#container2 { background:#eaecf9;  padding:45px 0 55px 0;  }



.m2 { width: 100%; float: left;  }
.m2_img { margin:20px 0 0 0;  display:block; float:left; position: relative; margin-right: 6px; width:345px; height:116px;  }
.m2_img a { display:inline-block;  position: absolute;   top: 18px; left: 25px; font-size: 28px; color: #fff; font-weight: bold;  word-spacing: 1px;}


.m2 .icon01 { background:url(../images/kj1.png) no-repeat 0 0;}
.m2 .icon02 { background:url(../images/kj2.png) no-repeat 0 0;}
.m2 .icon03 { background:url(../images/kj3.png) no-repeat 0 0;}
.m2 .icon04 { background:url(../images/kj4.png) no-repeat 0 0; margin-right: 0; }



.mod3 { margin: 70px 0 50px 0; }
.m3 { width: 660px; float: left; }




.m4 { width: 660px; float: right; }


.mod4 { margin: 70px 0 50px 0; }



/**页脚开始**/
#footer { background:#094386 url(../images/headbg.png) no-repeat 0 0; position: relative; }
#footer .inner { padding:20px 0; overflow: hidden; }

.foot_l { width:100%; float:left; }
.foot_l .foot_logo { width: 100%; float:left; }
.foot_l .foot_logo img { display: block;     margin: 0 auto;}
.foot_l .foot_banquan { width: 100%; float:left; margin-top: 20px; }
.foot_l .foot_banquan p { font-size:18px; line-height: 30px; text-align: center; color: #fff;}

.foot_r { width:335px; float:right; margin-top: 30px;  position: absolute; top:25px; right: 65px; }
.foot_r .ewm1 { width: 105px; float:left; margin-right: 20px;}
.foot_r .ewm1 img {  width: 108px; height: 108px;}
.foot_r .ewm1 span { display: block; text-align: center; color:#fff; font-size: 14px; line-height: 24px;}
.foot_r .ewm2 { width: 105px; float:left; }
.foot_r .ewm2 img {  width: 108px; height: 108px;}
.foot_r .ewm2 span { display: block;text-align: center; color:#fff; font-size: 14px; line-height: 24px;}


#container .inner { padding: 20px 0;}
/**列表页**/
.col_menu {width: 240px;float:left;  } 
.col_menu .col_menu_head { background:#286bcf; height:80px; line-height:80px;  text-align: center;  }/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {font-size: 16px;font-weight: bold;color:#fff;}/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {display:block;}/**栏目名称图标**/
/**栏目列表*/
/**一级栏目列表*/
.col_list ul li { height:40px; line-height:40px; border-bottom: 1px solid #eee; padding-left:10px; font-size:16px; text-align:center; }


/**栏目新闻**/
.col_news {width:1130px;float:right; } 
.col_news_box{ }
.col_news_head {padding-bottom:40px;  }
.col_metas .col_title { text-align:center;  position:relative; }  /**当前栏目**/
.col_metas .col_title h2 {display:inline-block;font-size:34px;line-height:60px; font-weight: normal; padding-bottom:16px; }   /**当前栏目名称**/
.col_metas .col_title h2:after {
    content: '';
    width: 68px;
    height: 4px;
    background-color: #3345d1;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.col_metas .col_path { display:inline-block; float:right; white-space:nowrap; } /**当前位置**/
.col_news_list { margin-top:7px;min-height:500px; }
.col_news_list>ul{ padding-bottom:60px; }
.col_news_list ul li { height:60px; line-height:60px;  }
.col_news_list ul li:nth-child(even) { background:#f0f1f4; }
.col_news_list ul li a {
    display: block;
    overflow: hidden;
    padding: 0 36px;
}
.col_news_list ul li .news_title { float:left; font-size: 18px;  font-weight: 400;    }
.col_news_list ul li .news_date { float: left;  font-size: 16px;  overflow: hidden; width: 120px; padding-left:36px; }








/**文章页**/
.infobox { margin:0 auto;}
.article { margin-top:30px; min-height:500px; }
.article h1.arti_title {line-height:88px;font-size:32px;font-family: "Microsoft YaHei";color:#282828;text-align:center;position:relative; } /**文章标题**/
.article h1.arti_title:after {
    content: '';
    width: 68px;
    height: 4px;
    background-color: #3345d1;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}
.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;}
.article .arti_metas span { margin:0 5px; font-size:14px; color:#787878;} /**文章其他属性**/
.article .arti_content {  line-height:2; font-size:18px; color:#333; }
.article .arti_content p {  line-height:2; font-size:18px!important; color:#333;    margin-bottom:15px; }
.article .arti_content img { max-width:840px; _width:expression(this.width > 940 ? "840px" : this.width); }  /**文章阅读部分图片大小限制**/
.article p {margin-bottom:15px;font-size:18px; color:#333; }


.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;} 

.infobox .article { max-width:1200px!important; margin:0px auto!important;}
.article { max-width:1200px!important; margin:0px auto!important;}
.infobox span { line-height:32px!important; font-size:18px!important; color:#393939!important; text-indent:36px!important;  font-family:"微软雅黑"!important; margin-bottom:30px!important; }


.m1_l img { width: 760px; height: 500px; }


.qq-sports-focus { margin:0 auto; width:760px; height:500px; 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:760px; height:500px; -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:760px; height:500px; overflow:hidden; }
.qq-sports-focus .cont li { width:760px; height:500px; overflow:hidden; position:relative; }


.lbt-focus { margin:0 auto; position:relative; width:100%; height:600px; overflow:hidden; zoom:1; }
.lbt-focus .conts ul { margin:0px auto;}
.lbt-focus .conts ul img { object-fit:cover;}



#footer { background:#094386 url(../images/headbg.png) repeat 0 0; position: relative; }
#footer .inner { padding:20px 0; overflow: hidden; }

.foot_l { width:60%; float:left; }
.foot_l .foot_logo { width: 100%; float:left; text-align:left; }
.foot_l .foot_logo img { display: block; height:60px; margin: initial;}
.foot_l .foot_banquan { width: 100%; float:left; margin-top: 20px; text-align:left;}
.foot_l .foot_banquan p { font-size:16px; line-height: 30px; text-align: center; color: #fff; text-align:left;}

.foot_r { width:238px; float:right; margin-top: 30px;  }
.foot_r .ewm1 { width: 105px; float:left; margin-right: 20px;}
.foot_r .ewm1 img { width:108px; height:108px; }
.foot_r .ewm1 span { display: block; text-align: center; color:#fff; font-size: 14px; line-height: 24px;}
.foot_r .ewm2 { width: 105px; float:left; }
.foot_r .ewm2 img { width:108px; height:108px; }
.foot_r .ewm2 span { display: block;text-align: center; color:#fff; font-size: 14px; line-height: 24px;}





#footer { background:#d7e9f8  url(../images/headbg.png) no-repeat center; position: relative; }
#footer .inner { padding:20px 0; overflow: hidden; }

.infobox iframe { width:95%!important;}
.infobox table td  {text-indent:0px!important; font-family:"微软雅黑"!important; margin-bottom:0px!important;}
.infobox table td div {text-indent:0px!important; font-family:"微软雅黑"!important; margin-bottom:0px!important;}
.infobox table td p {text-indent:0px!important; font-family:"微软雅黑"!important; margin-bottom:0px!important;}
.infobox table td span {text-indent:0px!important; font-family:"微软雅黑"!important; margin-bottom:0px!important;}