@charset "utf-8";

/* 格式化 */
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, input, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, article, aside, audio, canvas, figure, footer, header, mark, menu, nav, section, time, video { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal }
article, aside, dialog, figure, footer, header, hgroup, nav, section, blockquote { display: block; }
ul, ol { list-style: none; }
img { border: 0 none; vertical-align: top; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: none; }
table { border-collapse: collapse; border-spacing: 0; }
strong, em, i { font-style: normal; font-weight: normal; }
ins { text-decoration: underline; }
del { text-decoration: line-through; }
mark { background: none; }
input::-ms-clear { display: none !important; }
body { font: 10px/1.5 \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, "Hiragino Sans GB", STHeiti, "WenQuanYi Micro Hei", "Droid Sans Fallback", SimSun, sans-serif; background: #fff; }
a { text-decoration: none; color: #333; }
a:hover { text-decoration: underline; }

html,body { font-size:8px;}



/* 通用 */
.clearboth{clear:both}
.dispno { display: none;}
.box100p, .line_fs, .bot_rights { width:100%; min-width:1200px;}
.box1184 { margin:0 auto; width:1184px;}

.line_1, .line_4, .line_6, .line_0, .line_ch,.lm {overflow: hidden;margin:9rem auto;padding: 0 8px;width:1184px;}
.line_1 {margin-top: 0;}
.line_2 {overflow: hidden; background-image: linear-gradient(5deg, #e60012, #a40000);}
.line_3, .line_5 {overflow: hidden;display: -webkit-flex;display: flex; margin:9rem auto;padding: 0 8px; width:1184px;}
.line_3 {-webkit-flex-wrap: wrap;flex-wrap: wrap;}
.line_5 {-webkit-justify-content: space-between;justify-content: space-between;}
.lm{ margin:0 auto;width:1100px;}

.bgc_red { /* background-color: #ba1414;*/}
.pic_ilus { text-align: center;}
.pic_ilus img { margin: 0 auto; max-width: 100%;}
.box_all { overflow: hidden; width: 100%; min-width: 1200px;}

/* 首屏 */
.top { overflow: hidden; width: 100%; height: 80vh;background-repeat: no-repeat; background-position: top center; background-size: cover; position: relative; display: flex; justify-content: center; align-items: center;border-bottom:12px solid #ba1414;}
.img01 { max-width: 150vw; max-height: 100vh; z-index: 4;}
.img02 { position: absolute; bottom: -20%; right: -46.5%; width: 100%; z-index: 3;}
.img03 { position: absolute; bottom: -40%; left: -46.5%; width: 100%; z-index: 2;}

.topgd { width: 100vw; height: 0vh; position: fixed; bottom: -42.5%;z-index: 5;}

.banner { overflow: hidden;width: 1200px; min-width:1184px;margin-top:60px;}
.banner img { width: 100%;margin-bottom:50px;}


/* banner标题等根据屏幕大小缩放 */
@media screen and (max-height:900px){
  .banner{
   zoom:90%;
   -moz-transform:scale(90%);
   -moz-transform-origin:center top;
  /*-webkit-transform:scale(90%);
  -webkit-transform-origin:top center;*/
}
  .chapter-blank1{height:0px;}
  .chapter-blank2{height:0px;}
	#skPlayer .skPlayer-control{zoom:121%}
}

@media screen and (max-height:850px){
.banner{
   zoom:80%;
   -moz-transform:scale(80%);
  -moz-transform-origin:center top;
  /*-webkit-transform:scale(80%);
  -webkit-transform-origin:top center;*/
}
}
@media screen and (max-height:700px){
.banner{zoom:70%;
  -moz-transform:scale(70%);
  -moz-transform-origin:center top;
  /*-webkit-transform:scale(70%);
  -webkit-transform-origin:top center;*/
  }
}
@media screen and (max-height:600px){
.banner{zoom:60%;
  -moz-transform:scale(60%);
  -moz-transform-origin:top center;
  /*-webkit-transform:scale(60%);
  -webkit-transform-origin:top center;*/
  }
}



/* 隐藏导航 */

.aui-header-top { position:fixed; top:0; z-index:1; transition:all 0.5s ease-out;}

.aui-header-top.moveUp { top:-29px; transition:all 0.5s ease-out;}

.aui-header-nav { position:fixed; top:0; background-color:transparent; z-index:999; transition:all 0.5s ease-in-out;}

.aui-header-nav.moveDown { position:fixed; top:-72px; transition:all 0.5s ease-in-out;}

nav.nv_hid { overflow: hidden; left: 0; right: 0; margin: auto; width: 800px; max-width: 1184px; background-image: linear-gradient(to bottom, rgba(230,0,18,1), rgba(186,20,20,.9)); border-radius:0 0 16px 16px; font-size:2rem; font-weight: 500; line-height:1em; -moz-box-shadow:0 0 16px rgba(0,0,0,.2); box-shadow:0 0 16px rgba(0,0,0,.2);}

nav.nv_hid ul { display:-webkit-flex; display:flex; -webkit-justify-content: center; justify-content: center;}

nav.nv_hid ul li { color:#fff;}

nav.nv_hid ul li:last-child { margin-right:0;}

nav.nv_hid ul li a { display:block; padding: 20px; color:#fff; cursor: pointer; text-decoration:none; transition:background-color .3s,color .3s;}

nav.nv_hid ul li a:hover { background-color:#e60012; color: #fffac4;}


/* 导航 */
.nav_top { z-index: 999;}
.nav_top ul { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center;}

.nav_top ul li { color: #fff; font-size: 3.2rem; font-weight: 500; line-height: 1em;}

.nav_top ul li a { display: block; margin: 1rem 0.3rem; padding: 16px 34px; border-radius: 4px; color: #fff; text-decoration: none; transition: background-color .2s,color .2s; cursor: pointer;background-color: rgba(186, 20, 20, .5);}

.nav_top ul li a:hover { background-color: #e60012;color: #fffac4;}

/* 头条行 */
.bignews { margin: 0 auto 7rem; width: 1184px;text-align: center;}
.bignews a {color: #e60012;}
.bignews a:hover {color: #c00; text-decoration: none;}

.bignews h1 {color: #e60012; font-size: 5rem;font-weight: 600; line-height: 1.25em;}
.bigread_jd { margin-top: 2rem;line-height: 1.25em;}
.bigread_jd a {margin-right: 1em; font-size: 2.5rem;}
.bigread_jd a:last-child {margin-right: 0;}

.bigread_abs {display: block; margin-top: 2rem; margin-bottom: 3rem; color: #666; font-size: 2rem; text-align: left;}
.ch_focus0 { margin: 0 auto; padding: 32px; width: 1120px; background-color: #f4f4f4; border-radius: 4px;}
ul.list_focus0 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
ul.list_focus0 li { margin-top: 2rem; width: 49%; font-size: 2rem; line-height: 1.25em;}
ul.list_focus0 li:nth-child(1), ul.list_focus0 li:nth-child(2) { margin-top: 0;}
ul.list_focus0 li a {display: block; text-decoration: none;}
ul.list_focus0 li a:hover { color: #c00;}

.ch_focus { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 0 auto; width: 1184px;}
.bigpics { overflow: hidden; width: 580px; height: 396px; border-radius: 4px;}
.bigpics img { width: 100%; height: 396px;}
.bigpics a { text-decoration: none;}
.bigpics h3 { position: absolute; bottom: 0; padding: 16px 56px 16px 16px; width: 508px; background-color: rgba(230,0,18,.7); color: #fff; font-size: 2.5rem; line-height: 1.25em; transition: background-color .2s;}
.bigpics a:hover h3 { background-color: rgba(230,0,18,1);}
.swiper-container-ch1 { position:relative;overflow:hidden;list-style:none;padding:0;z-index:2}
.swiper-container-ch1 .swiper-pagination { bottom: 30px; right: -90%; width: auto; height: 0; color: #fff; font-size: 1.5rem; font-weight: lighter; line-height: 1em;}
.add-pagination-current { color: #fff45c; font-size: 2.5rem;}

section.focus_picnews { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; width: 564px; color: #e60012; font-size: 2rem;}
section.focus_picnews a { color: #e60012; text-decoration: none; transition: color .2s;}
section.focus_picnews a:hover { color: #a40000;}
section.focus_picnews h3 { margin-bottom: 2rem; font-size: 3rem; font-weight: bold; line-height: 1.25em;}
section.focus_picnews span { display: block; margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(230,0,18,.1); color: #f27982; font-size: 2rem; font-weight: normal;}
ul.list_focus1 {overflow-y: auto; max-height: 199px;}
ul.list_focus1 li { margin: 0 2rem 2rem 0; padding-left: 3rem; background-image: url(../images/dot1.svg); background-repeat: no-repeat; background-position: 0 3px; font-size: 2rem; font-weight:200; line-height: 1.25em;}
ul.list_focus1 li:last-child { margin-bottom: 0;}
ul.list_focus1::-webkit-scrollbar { width:8px; border-radius: 4px;}
ul.list_focus1::-webkit-scrollbar-button { display: none;}
ul.list_focus1::-webkit-scrollbar-track { background-color: rgba(230,0,18,.1); border-radius: 4px;}
ul.list_focus1::-webkit-scrollbar-thumb { background-color: rgba(230,0,18,.3); border-radius: 4px;}

/*每个栏目的小标签及颜色*/
.lm{}
h1 .spanl{border-radius:15px 0 0 15px; padding:3px 8px; font-size:18px; margin-right:15px;letter-spacing:1px;line-height: 120px;}
h1 .spanr{border-radius:0 15px 15px 0; padding:3px 8px; font-size:18px; margin-left:115px;color:#fff;line-height: 120px;}
.span-blue1{background:#0d7ba7;}
.span-blue2{background:#00326b;}
.span-blue3{background:#0b6ee7;}
.span-red{background:#de360a;}
.span-purple{background:#ae11c5;}
.span-yellow{background:#f38900;}

.bt_more1 { display: block; margin: 0 auto; padding: 0 1rem 1rem; width: 10rem; background-color: rgba(255,255,255,.5); border-radius: 0 0 6px 6px; font-size: 2rem; font-weight: bold; line-height: 1em; text-align: center;}
.bt_more1 a { display: block; padding: 1rem 0; background-color: rgba(230,0,18,.7); border-radius: 4px; color: #fff; text-decoration: none; transition: background-color .2s;}
.bt_more1 a:hover { background-color: rgba(230,0,18,1);}
.bt_more2 { display: block; margin: 5rem auto 0; width: 8rem; text-align: center;}
.bt_more2 a { display: block; padding: 1rem; width: 100%; background-color: rgba(48,131,199,.7); border-radius: 2rem; color: #fff; font-size: 2rem; font-weight: bold; line-height: 1em; text-decoration: none; transition: background-color .2s;}
.bt_more2 a:hover { background-color: rgba(48,131,199,1);}



/*热点*/
.rdbox{height:589px;width:1184px;margin:0 auto;margin-top: 39px;}
.rdbox h3{text-align:center;font-weight:500;padding-top:62px;padding-bottom:10px;font-size:36px;}
.rdbox ul{margin-left:90px;}
.rdbox li{position: relative;float:left;transition:all 0.6s;margin-right:13px;margin-bottom:13px;}
.rdbox li:hover{transform: scale(1.05);}
.rdbox li img{width:191px;height:240px;}
.rdbox li p{position: absolute;font-size: 16px; color: #fff;background: #0151a0;background-color: rgba(25, 92, 150, 0.6);padding: 10px 10px;text-align:center;line-height:26px;display: block; width:171px;margin:0;}
.rdbox li p.p1{bottom: 0;_bottom: 5px;}
.rdbox li p.p2{top:0;}



/*图片行*/
.ch_pics {margin: 3rem auto; width: 1184px;padding-top:130px;}
.ch_picsa h2 {display: block;margin-bottom: 3rem;width: 100%;font-size: 0;}
.ch_picsa h2 a {display: block;margin: 0 auto;width: 435px;height: 80px;background-image: url(../images/title_pic.png);background-repeat: no-repeat;background-position: 0 0;}

.pag_guan { margin: 0 auto; width: 100%; -webkit-justify-content: center; justify-content: center;}
.swiper-container0, .swiper-container1, .swiper-container2, .swiper-container3, .swiper-container4, .swiper-container5 { overflow: hidden; width: 100%;}
.swiper-slide { overflow: hidden;}
.swiper-pagination2, .swiper-pagination3 { display:-webkit-flex; display:flex;}
.my-bullet { display: block; margin: 0 .5rem 3rem; width: 3rem; height: 3rem; background-color: #facd89; border-radius: 50%; cursor: pointer; outline: none;}
.my-bullet-active { background-color: #eb6100; box-shadow: 0 0 1rem rgba(0,0,0,.2);}
ul.list_pic1 {}
ul.list_pic1 a { overflow: hidden; position: relative; display: block; border-radius: 4px; text-decoration: none;}
ul.list_pic1 h3 { position: absolute; width: 90.05%; bottom: 0px; padding: 6rem 5% 1.5rem; background-image:linear-gradient(to top, rgba(0,0,0,.9), rgba(0,0,0,0)); color: #fff; font-size: 2rem; line-height: 1.25em;}
ul.list_pic1 img { width: 100%;}


/*单栏目行*/
.ch_atc0 {width: 100%;}
.ch_atc0 h2 { margin: 0 auto 3rem; width: 55%;height: 80px;font-size: 0;}
.ch_atc0 h2 a {display: block;width: 100%;height: 100%;}
.ch_tt0 { background-image: url(../images/title1.png);background-repeat: no-repeat;background-position: center top;}

ul.list_atc0 { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-flex-wrap: wrap; flex-wrap: wrap;width: 93%;margin-left: 3%;margin-top: 20px;}
ul.list_atc0 li {margin-top: 2rem;padding-left: 0px; padding-top: 2rem; width: 46%; background-image: url(../images/dot01.png);background-repeat: no-repeat;background-position: 0 3rem; border-top: 1px dotted #aaa; font-size: 2.5rem; line-height: 1.25em;}
ul.list_atc0 li:nth-child(1), ul.list_atc0 li:nth-child(2) { margin-top: 0; border-top: none;}
ul.list_atc0 li a {text-decoration: none;transition: color .2s;color:#003449;font-size: 2.0rem;}
ul.list_atc0 li a:hover {color: #e60012;}

/*市场部分*/
.box-sc{margin: 0 auto ;min-width:1200px;}
/*市场部分*/


.pad_ch1 { padding: 10rem 0;}
.box-fzxc{height:750px;}
/* 栏目 */
h2.title_ch_du, h2.title_ch_jie, h2.title_ch_guan, h2.title_ch_mou, h2.title_ch_qiu, h2.title_ch_wang, h2.title_ch_baozhi { margin: 0 auto 6rem; width: 320px; height: 130px; background-repeat: no-repeat; background-position: 0 0;}
h2.title_ch_du { background-image: url(../images/navbt1b.png);}
h2.title_ch_jie { background-image: url(../images/navbt2b.png);}
h2.title_ch_guan { background-image: url(../images/navbt3b.png);}
h2.title_ch_mou { background-image: url(../images/navbt4b.png);}
h2.title_ch_qiu { background-image: url(../images/navbt5b.png);}
h2.title_ch_wang { background-image: url(../images/navbt6b.png);}
h2.title_ch_baozhi { background-image: url(../images/navbt7b.png);}
.ch_du, .ch_jie, .ch_qiu { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; margin: 0 auto; width: 1184px;}
.ch_du{margin-top:50px;}
.bigpics { overflow: hidden; width: 580px; height: 396px; border-radius: 8px;}
.bigpics img { width: 100%; height: 396px;}
.bigpics a { text-decoration: none;}
.bigpics h3 { position: absolute; bottom: 0; padding: 16px 56px 16px 16px; width: 508px; background-color: rgba(90,90,90,.7); color: #fff; font-size: 2.5rem; line-height: 1.25em; transition: background-color .2s, color .2s;}
.bigpics a:hover h3 { background-color: rgba(90,90,90,.8); color: #fff799;}
.swiper-container-ch1 { position:relative;overflow:hidden;list-style:none;padding:0;z-index:2}
.swiper-container-ch1 .swiper-pagination { bottom: 30px; right: -90%; width: auto; height: 0; color: #fff; font-size: 1.4rem; font-weight: lighter; line-height: 1em;}

section.focus_picnews { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; width: 564px; color: #fff; font-size: 2rem;padding-top:60px;}
section.focus_picnews a { color: #fff; text-decoration: none; transition: color .2s;}
section.focus_picnews a:hover { color: #fff297;}
section.focus_picnews h3 { margin-bottom: 2rem; font-size: 3rem; font-weight: bold; line-height: 1.25em;}
section.focus_picnews span { display: block; margin-bottom: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(255,255,255,.5); color: #777; font-size: 2rem; font-weight: normal;}
ul.list_focus1 {overflow-y: auto; max-height: 199px;}
ul.list_focus1 li { margin: 0 2rem 2rem 0; padding-left: 0rem; background-image: url(../images/dot1.svg); background-repeat: no-repeat; background-position: 0 3px; font-size: 2rem; font-weight:200; line-height: 1.25em;}
ul.list_focus1 li:last-child { margin-bottom: 0;}
ul.list_focus1::-webkit-scrollbar { width:8px; border-radius: 4px;}
ul.list_focus1::-webkit-scrollbar-button { display: none;}
ul.list_focus1::-webkit-scrollbar-track { background-color: rgba(0,0,0,.1); border-radius: 4px;}
ul.list_focus1::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.3); border-radius: 4px;}



/*金牛印记1*/
.pad_ch1 { padding: 10rem 0;}
.mar_b1 { margin-bottom: 10rem;}
.mar_b2 { margin-bottom: 5rem;}
.hdpicSwiper {overflow: hidden; position: relative; margin:0 auto;width: 100%; max-width: 1184px;}
h2.ch_ttpic {display: block;margin-bottom: 3rem;width: 100%;font-size: 0;}
h2.ch_ttpic a {display: block;margin: 0 auto;width: 435px;height: 80px;background-image: url(../images/title_hdpic.png);background-repeat: no-repeat;background-position: 0 0;}

.hdpicSwiper .swiper-slide {
		position: relative;
		background-color: #fff;
		font-size: 3rem;
		text-align: center;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.hdpicSwiper .swiper-slide img{display: block;width: 100%;height: auto;object-fit: cover;}
.hdpicSwiper .swiper-slide h3 {position: absolute;bottom: 0;display: block;padding: 5rem 2%;width: 96%;background-image:linear-gradient(to top, rgba(0,0,0,.7), rgba(0,0,0,0));color: #fff;font-size: 3rem;font-weight: 600;line-height: 1.25em;text-align: center;}
.hdpicSwiper .swiper-pagination-bullet-active{opacity:1;background:#fff}
.hdpicSwiper .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto;}
.hdpicSwiper .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto;}
/*金牛印记2*/
.ch_wyjb { overflow: hidden; position: relative; margin: 200px auto 280px auto;padding: 0 8px;width:1184px;}

.ch_wyjb .Swiper_wyjb { overflow: hidden; width: 100%;}
.ch_wyjb .swiper-slide{ overflow: hidden; width: 700px; height:478px;border-radius: 8px; background:#000;}
.ch_wyjb .swiper-slide a { display: block;}
.ch_wyjb .swiper-slide img { display: block; width:700px; height:478px; opacity:.4;}
.ch_wyjb .swiper-slide h3 { position: absolute; bottom:0px; display: block; padding: 2rem 2%; width:96%; background-color: rgba(29,82,162,.8); color: #fff; font-size:2.5rem; font-weight: 600; line-height: 1.25em; text-align:center; opacity:.6;}
.ch_wyjb .swiper-slide-active img,.ch_wyjb .swiper-slide-active h3{ opacity: 1;}

.swiper-button-prev3 {
	position: absolute;
	top: 203px;
	left: 8px;
	width: 40px;
	height: 72px;
	border-radius: 0 8px 8px 0;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #1d52a2 center 50%/50% 50% no-repeat;
	z-index: 999;
	cursor: pointer;
}

.swiper-button-next3 {
	position: absolute;
	top: 203px;
	right: 8px;
	width: 40px;
	height: 72px;
	border-radius: 8px 0 0 8px;
	background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #1d52a2 center 50%/50% 50% no-repeat;
	z-index: 999;
	cursor: pointer;
}

.vipSwiper { overflow: hidden; width: 100%;}
.vipSwiper .swiper-slide {
	 width: 410px; height: 380px;
      text-align: center;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(.6);
    }
.vipSwiper .swiper-slide-active,.swiper-slide-duplicate-active{ transform: scale(1);}
.vipSwiper .swiper-slide img {}



/*年终特刊*/
h2.ch_tt3 {display: block;margin-bottom: 3rem;width: 100%;font-size: 0;}
h2.ch_tt3 a {display: block;margin: 0 auto;width: 435px;height: 80px;background-image: url(../images/title3.png);background-repeat: no-repeat;background-position: 0 0;}

.ch_newspaper { overflow: hidden; position: relative; margin: 0 auto; width: 1184px;}
ul.list_newspaper li { overflow: hidden; border-radius: 4px; background-color: #fff;}
ul.list_newspaper li img { width: 100%; opacity: 1; transition: opacity .2s;}
ul.list_newspaper li a { position: relative; display: block;text-decoration: none;}
ul.list_newspaper li h3 { position: absolute; bottom: 0; display: block; padding: 6rem 0 2rem; width: 100%; background-image: linear-gradient(to top, rgba(250,98,9,1), rgba(250,98,9,0)); color: #fff; font-size: 2.25rem;font-weight: 600; line-height: 1.25em; text-align: center; transition: background-color .2s, color .2s;}
ul.list_newspaper li a:hover img { opacity: .8;}
ul.list_newspaper li a:hover h3 { background-image: linear-gradient(to top, rgba(255,131,59,1), rgba(255,131,59,0)); color: #fffac4;}
.s-b4 { top: 46%; padding: 2rem; background-color: rgba(255,255,255,.6); border-radius: 4px; transition:background-color .2s;}
.s-b4:hover { background-color: rgba(255,255,255,.9);}
.ch_newspaper .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23e60012'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}
.ch_newspaper .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23e60012'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}





h2.ch_tt1_1, h2.ch_tt1_2, h2.ch_tt1_3, h2.ch_tt2_1, h2.ch_tt2_2, h2.ch_tt3_1, h2.ch_tt3_2, h2.ch_tt4_1 {display: block; margin: 5rem auto; width: 100%;font-size: 0;}
h2.ch_tt1_1, h2.ch_tt2_1, h2.ch_tt3_1, h2.ch_tt4_1 { margin-top: ;}
h2.ch_tt1_1 a, h2.ch_tt1_2 a, h2.ch_tt1_3 a, h2.ch_tt2_1 a, h2.ch_tt2_2 a, h2.ch_tt3_1 a, h2.ch_tt3_2 a, h2.ch_tt4_1 a {display: block;margin: 0 auto;width: 600px;height: 80px;background-repeat: no-repeat;background-position: 0 0;}
h2.ch_tt1_1 a {background-image: url(../images/title1_1.png);}
h2.ch_tt1_2 a {background-image: url(../images/title1_2.png);}
h2.ch_tt1_3 a {background-image: url(../images/title1_3.png);}
h2.ch_tt2_1 a {background-image: url(../images/title2_1.png);}
h2.ch_tt2_2 a {background-image: url(../images/title2_2.png);}
h2.ch_tt3_1 a {background-image: url(../images/title3_1.png);}
h2.ch_tt3_2 a {background-image: url(../images/title3_2.png);}
h2.ch_tt4_1 a {background-image: url(../images/title4_1.png);}







/*视频行*/
h2.ch_ttvod {display: block;margin-bottom: 3rem;width: 100%;font-size: 0;}
h2.ch_ttvod a {display: block;margin: 0 auto;width: 435px;height: 80px;background-image: url(../images/title_vod.png);background-repeat: no-repeat;background-position: 0 0;}

.box_vod {width: 800px; max-width: 100%;height: 450px;}

.video-js, .insert-video video { width: 800px !important; height: 450px !important;}
.insert-video { text-align: left !important;}
.vjs-error-display.vjs-modal-dialog { display: none !important;}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before,.video-js .vjs-play-control .vjs-icon-placeholder,.vjs-icon-play{font-family:VideoJS !important;font-weight:bold !important;font-style:normal !important;}
.video-js .vjs-big-play-button{font-size:4em !important;line-height:2em !important;height:2em !important;width:2em !important;display:block !important;position:absolute !important;top:50% !important;left:50% !important;padding:0 !important;cursor:pointer !important;opacity:1 !important; border: none !important; background-color:rgba(0,0,0,.6) !important;border-radius:25% !important;transition:all .2s !important;}
.vjs-big-play-centered .vjs-big-play-button{top:50% !important;left:50% !important;margin-top:-1em !important;margin-left:-1em !important;}
.video-js .vjs-big-play-button:focus,.video-js:hover .vjs-big-play-button{border-color:#c00 !important;background-color:rgba(230,0,18,.9) !important;transition:all .2s !important;}
.vjs-controls-disabled .vjs-big-play-button,.vjs-error .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button{display:none !important;}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button{display:block !important;}

.vjs-paused .vjs-big-play-button,.vjs-paused.vjs-has-started .vjs-big-play-button { display: block !important;}

.list_vod {overflow-y: auto; width: 384px;height: 450px; background-color: #f4f4f4;}
.list_vod ul {}
.list_vod ul li {}
.list_vod ul li:last-child { margin-bottom: 0;}
.list_vod ul li a {display: -webkit-flex;display: flex;padding: 1rem 1rem 1rem 2rem;text-decoration: none;transition: background-color .2s;}
.list_vod ul li a:hover {background-color: #e60012;}
.list_vod ul li a img {margin-right: 2rem;width: 160px;height: 90px;border-radius: 4px;}
.list_vod ul li a h3 {font-size: 2rem;line-height: 1.25em;transition: color .2s;}
.list_vod ul li a:hover h3 {color: #fff;}
.list_vod ul li a time {display: inline-block;margin-top: 1rem;padding: 4px;background-color: #fff;border-radius: 4px;color: #9499a0; font-size: 1.5rem;line-height: 1em;transition: background-color .2s,color .2s;}
.list_vod ul li a:hover time {background-color: #f04b58;color: #ffdadd;}
.list_vod::-webkit-scrollbar { width:8px; border-radius: 4px;}
.list_vod::-webkit-scrollbar-button { display: none;}
.list_vod::-webkit-scrollbar-track { background-color: rgba(0,0,0,.05); border-radius: 4px;}
.list_vod::-webkit-scrollbar-thumb { background-color: rgba(0,0,0,.2); border-radius: 4px;}







/*标签栏目行*/
.bg_md {overflow: hidden;background-image: url(../images/bg_md.jpg);background-repeat: no-repeat;background-position: top center;}

#header {margin-bottom: 3rem;}
#header ul{display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
#header ul li{ width:30%;}
#header ul li a{display:block;width:100%;padding: 2rem 0;background-color:#ffe6e8;box-sizing: border-box;border: 1px solid #e60012; border-radius:4px;color:#e60012;font-size:2.5rem;font-weight:600;line-height:1em;text-align:center;text-decoration: none;}
#header ul li.active a{background:#e60012;color:#fff;}

#mainContainer>div{display:none;}
#mainContainer>div.active{display:block;}





/*底部版权*/
.bot_rights {overflow: hidden; padding: 5rem 0 3rem; background-color: #ba1414; color: #fff; text-align: center;}
.bot_rights span { display: block; font-size: 1.75rem; line-height: 1em;}
.bot_rights span p { margin-bottom: 2rem;}


