@charset 'utf-8';
/******样式清除******/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333333;
}
a,
span {
  vertical-align: top;
}
img {
  border: 0;
  vertical-align: middle;
}
input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}
button {
  padding: 0;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
}
textarea {
  outline: none;
  border: none;
  resize: none;
}
input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei";
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}
table tr td,
table {
  border-collapse: collapse;
}
body {
  font-size: 0;
  color: #000;
  font-family: "Microsoft YaHei";
}
/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.lf {
  float: left;
}
.rt {
  float: right;
}
.db {
  display: inline-block;
}
/*****边距调整****/
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
/****内容块居中***/
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}

/*
  * @Description: 主入口文件  
  * @Company: TRS  
  * @Date: 2019-11-20 14:36:58 
  * @LastEditors: xhy
 */
.auto {
  width: 1200px;
  margin: 0 auto;
}
.underline:hover {
  text-decoration: underline;
}
.underlines a:hover {
  text-decoration: underline;
}
.overflow,
.overflow a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.opacity:hover,
.opacity a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.scale a img {
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
}
.scale a img:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -o-transform: scale(1.02);
  -ms-transform: scale(1.02);
}
/*****新引入字体设置****/
@font-face {
  font-family: 'dsdigit';
  src: url(DS-DIGIT.TTF);
  font-weight: normal;
  font-style: normal;
}
/****头部****/
.xhy-ht {
  width: 100%;
  height: 39px;
  line-height: 39px;
  background: #f9f9f9;
  border-bottom: #cee0e3 1px solid;
}
.xhy-ht .xhy-htlt {
  height: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}
.xhy-ht .xhy-line {
  display: inline-block;
  width: 1px;
  height: 39px;
  background: #e4e4e4;
  margin-left: 16px;
}
.xhy-ht .xhy-wea {
  padding-left: 16px;
  font-size: 12px;
  color: #000;
}
.xhy-ht .xhy-wea .hightem {
  color: #f90000;
  padding: 0 3px;
}
.xhy-ht .xhy-wea .lowtem {
  color: #7bb5d0;
  padding: 0 3px;
}
.xhy-ht .xhy-wea .detail {
  font-size: 12px;
  color: #000;
}
.xhy-htr a {
  font-size: 14px;
  color: #666666;
}
.xhy-htr span {
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
}
.xhy-hbn {
  padding: 30px 0;
}
.xhy-logo {
  display: inline-block;
}
.xhy-study {
  display: inline-block;
  margin-left: 40px;
}
.xhy-hbra a {
  display: inline-block;
  font-size: 16px;
  color: #333333;
  padding-left: 30px;
  height: 22px;
  margin-left: 25px;
}
.xhy-hbra a.a1 {
  background: url(weixin.png) no-repeat;
}
.xhy-hbra a.a2 {
  background: url(weibo.png) no-repeat;
}
.xhy-hbra a.a3 {
  background: url(phone.png) no-repeat;
}
.xhy-search {
  margin-top: 20px;
}
.xhy-search input {
  padding: 0 20px;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #333;
  width: 350px;
  border: 1px solid #c6dcdf;
}
.xhy-search input::placeholder {
  color: #999999;
}
.xhy-search button {
  width: 60px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #1fa0e6 url(search.png) no-repeat center;
}
.xhy-nav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #008bd6;
}
.xhy-nav.navbg {
  background: #2bcfca;
}
.xhy-nul li {
  float: left;
}
.xhy-nul li a {
  display: inline-block;
  height: 100%;
  line-height: 50px;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
}
.xhy-nul li a:hover,
.xhy-nul li a.cur {
  font-size: 21px;
  background: url(navbg_03.png) repeat-x;
}
.tel {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.tel.xhy-rnone {
  display: none;
}
/*****尾部****/
.xhy-ft {
  background: #f8f8f8;
  border-top: 1px solid #eaeaea;
  padding: 30px 0;
}
.xhy-ftnc {
  margin-left: 40px;
  width: 368px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  padding-left: 40px;
}
.xhy-ftnc a {
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666666;
}
.xhy-flogo {
  margin-top: 30px;
}
.xhy-fma a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
}
.xhy.split {
  font-size: 14px;
  color: #666666;
  padding: 0 10px;
}
.xhy-fmes {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-top: 8px;
}
.xhy-flink {
  margin-top: 20px;
}
.xhy-flink a {
  display: inline-block;
  width: 124px;
  height: 54px;
  margin-right: 10px;
}
.ba0 {
  background: url(fimg1.png) no-repeat;
}
.ba1 {
  background: url(fimg2.png) no-repeat;
}
.ba2 {
  background: url(fimg3.png) no-repeat;
}
.ba3 {
  background: url(fimg4.png) no-repeat;
}
.xhy-fb {
  background: #505050;
}
.xhy-fbn {
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.xhy-fbn p {
  line-height: 25px;
}
/****左右浮动***/
.xhy-floatright {
  position: fixed;
  width: 48px;
  right: 10px;
  top: 30%;
}
.xhy-floatright a {
  width: 100%;
  height: 48px;
  display: inline-block;
  margin-bottom: 3px;
}
.xhy-floatright a:hover {
  /*opacity: 0.7;
  filter: alpha(opacity=70);*/
  background-color: #5cbced;
}
.xhy-floatright .floata0 {
  background: #169fe5 url(floatimg1.png) center no-repeat;
}
.xhy-floatright .floata1 {
  background: #169fe5 url(floatimg2.png) center no-repeat;
}
.xhy-floatright .floata2 {
  background: #169fe5 url(floatimg3.png) center no-repeat;
}
.xhy-floatright .floata3 {
  background: #169fe5 url(floatimg4.png) center no-repeat;
}
.xhy-floatright .floata4 {
  background: #169fe5 url(floatimg5.png) center no-repeat;
}
.xhy-floatleft {
  position: fixed;
  width: 100px;
  left: 10px;
  top: 30%;
  text-align: center;
}
.xhy-floatleft a {
  width: 100%;
  display: inline-block;
}
.xhy-floatleft button {
  margin-top: 10px;
  font-size: 16px;
  color: #666;
  padding-left: 20px;
  background: url(close_07.png) no-repeat 0 center;
}
.xhy-floatleft button:hover {
  text-decoration: underline;
}

/*
  * @Description: 主入口文件  
  * @Company: TRS  
  * @Date: 2019-11-20 15:07:02 
  * @LastEditors: jsj 
 */
/*公共部分位置*/
p.position {
  margin: 15px auto 23px;
  width: 1200px;
  height: 46px;
  background: #fff url(position.png) no-repeat 15px center;
  border: 1px solid #dfeaec;
  box-shadow: 0px 3px 0px 0px rgba(223, 234, 236, 0.75);
  color: #999999;
  font-size: 14px;
  line-height: 46px;
  box-sizing: border-box;
  padding-left: 45px;
}
p.position a {
  color: #999;
}
p.position a:hover {
  color: #007EAB;
  text-decoration: underline;
}
p.position span.sp {
  color: #007EAB;
  font-weight: bold;
}
/*公共页码*/
.yema {
  text-align: center;
  margin: 30px auto;
}
.yema a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #DADADA;
  font-size: 16px;
  color: #8F8E8E;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
}
.yema a:hover {
  background: #0099DC;
  border: 1px solid #0099DC;
  color: #fff;
}
.yema span {
  display: inline-block;
  color: #8F8E8E;
  font-size: 14px;
  margin-right: 10px;
  line-height: 32px;
}
.centerWidth {
  width: 1200px;
  margin: 0 auto;
}
/*概览页面样式*/
.gl_tit {
  border-bottom: 1px solid #DFEAEC;
}
.gl_tit a {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #008BD6;
  font-size: 22px;
  color: #fff;
}
.gl_ul {
  border-bottom: 1px solid #dfeaec;
  padding: 14px 0;
}
.gl_ul li a {
  padding-left: 13px;
  background: url(gl_libg.png) no-repeat left center;
  display: inline-block;
  font-size: 18px;
  line-height: 40px;
  color: #333;
  max-width: 900px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gl_ul li a:hover {
  font-weight: bold;
  color: #007EAB;
}
.gl_ul li span {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 40px;
}
/*通用细缆页面样式*/
.xlCont {
  width: 1198px;
  border: 1px solid #DFEAEC;
  margin-bottom: 37px;
}
.xlCont h1 {
  font-size: 36px;
  font-weight: bold;
  color: #007EAB;
  text-align: center;
  line-height: 46px;
  padding: 26px;
}
.xlCont .xl_autor {
  width: 1072px;
  margin: 0 auto;
  padding-bottom: 16px;
  border-bottom: 1px dashed #CED8DA;
}
.xlCont .xl_autor span {
  line-height: 32px;
  display: inline-block;
  font-size: 16px;
  color: #666;
}
.xlCont .xl_autor .xl_share img {
  margin-right: 7px;
}
.xlCont .xl_autor .xl_share a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.xlCont .xl_ImgP {
  margin-top: 30px;
  text-align: center;
}
.xlCont .xl_ImgP p {
  font-size: 18px;
  line-height: 45px;
  color: #3B3B3B;
  text-align: left;
  padding: 0 95px;
}
.xlCont .xl_ImgP p.imgDesc {
  text-align: center;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  padding: 10px 30px;
}
.xlCont .xl_reconmand {
  padding: 17px 90px 0 78px;
}
.xlCont .xl_reconmand .reconmand_tit {
  border-bottom: 1px solid #0093C8;
}
.xlCont .xl_reconmand .reconmand_tit a {
  display: inline-block;
  width: 130px;
  height: 46px;
  background: #0093C8;
  line-height: 46px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.xlCont .xl_reconmand ul.reconmand_cont li {
  border-bottom: 1px dashed #CED8DA;
}
.xlCont .xl_reconmand ul.reconmand_cont li a {
  display: inline-block;
  max-width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 48px;
  color: #333333;
  padding-left: 11px;
  background: url(xl_bg.png) no-repeat left center;
}
.xlCont .xl_reconmand ul.reconmand_cont li a:hover {
  text-decoration: underline;
}
.xlCont .xl_reconmand ul.reconmand_cont li span {
  font-size: 14px;
  line-height: 48px;
  color: #999999;
}
.xlCont .xl_reconmand ul.reconmand_cont li.bgn {
  border-bottom: none;
}
/*图片细缆页面样式*/
.banner-box .banner-img {
  width: 1200px;
  height: 660px;
  position: relative;
}
.banner-box .banner-img a {
  display: inline-block;
}
.banner-box .banner-img a img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner-box .banner-text {
  margin: 20px 0 0 28px;
  height: 100px;
  position: relative;
}
.banner-box .banner-text a {
  position: absolute;
  top: 0;
  left: 0;
}
.banner-box .banner-text .dy-num span.dy-index {
  font-size: 36px;
  color: #EE1712;
  line-height: 36px;
}
.banner-box .banner-text .dy-num span {
  color: #d3d3d3;
  font-size: 38px;
}
.banner-box .banner-text .dy-num span.dy-length {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  margin-top: 30px;
  color: #60625F;
}
.banner-box .banner-text p {
  font-size: 18px;
  color: #3B3B3B;
  line-height: 36px;
}
.banner-box .banner-text p.autor {
  color: #A3A3A3;
  font-size: 14px;
}
.imgs_block a {
  width: 203px;
  height: 143px;
  display: inline-block;
  background: url(lf_bg.png) no-repeat 10px 10px;
}
.imgs_block .img_block a {
  width: 200px;
  height: 130px;
  margin-right: 10px;
  background: none;
}
.imgs_block .img_block a img {
  width: 100%;
  height: 100%;
}
.imgs_block .img_block .img_collection {
  display: inline-block;
  width: 630px;
  height: 130px;
  overflow: hidden;
  position: relative;
}
.imgs_block .img_block .img_collection .img_coll_block {
  position: absolute;
  width: 110%;
  height: 100%;
  top: 0;
  left: 0;
}
.imgs_block .img_block a.cur {
  width: 192px;
  height: 122px;
  border: 4px solid #0099dc;
}
.imgs_block .img_block a.lfBtn {
  display: inline-block;
  width: 40px;
  height: 130px;
}
.imgs_block .img_block a.lfBtn img {
  width: 100%;
  height: 100%;
}
/*新闻频道页面样式*/
.newsBox,
.newsImg {
  position: relative;
  width: 740px;
  height: 430px;
  overflow: hidden;
}
.newsImg a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.newsImg a img {
  display: block;
  width: 100%;
  height: 100%;
}
.newsText {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: url(newsTit_bg.png) no-repeat left center;
}
.newsText a {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 100%;
  display: block;
  font-size: 22px;
  color: #fff;
  padding-left: 29px;
  line-height: 55px;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsText a:hover {
  text-decoration: underline;
}
.newsNum {
  position: absolute;
  right: 39px;
  bottom: 23px;
  font-size: 0;
}
.newsNum span {
  display: inline-block;
  margin-left: 9px;
  width: 9px;
  height: 9px;
  background: #fff;
  opacity: 0.9;
  border-radius: 50%;
}
.newsNum span.cur {
  background: #D11616;
}
.newsTab {
  width: 740px;
  margin-top: 23px;
}
.newsTab-list-bool {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #0093C8;
}
.newsTab-list-bool a {
  display: inline-block;
  width: 148px;
  height: 51px;
  line-height: 51px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.newsTab-list-bool a:hover {
  background: #0093C8;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.newsTab-list-bool li.cur a {
  background: #0093C8;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
.newsTab-list-bool li.hot a {
  text-align: left;
  padding-left: 63px;
  box-sizing: border-box;
  background: url(hot.png) no-repeat 34px center;
}
.newsTab-list-bool li.hot a:hover {
  background: #0093C8 url(hot_white.png) no-repeat 34px center;
}
.newsTab-list-bool li.cur.hot a {
  background: #0093C8 url(hot_white.png) no-repeat 34px center;
}
.newsTab-item {
  display: none;
}
.newsTab-item a:hover {
  text-decoration: underline;
}
.newsTab-item .news_tiao {
  padding-bottom: 18px;
  border-bottom: 1px solid #e3e3e3;
}
.newsTab-item .news_tiao .news_tit {
  padding: 24px 0 20px;
}
.newsTab-item .news_tiao .news_tit a {
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  color: #333333;
  font-weight: bold;
  width: 700px;
}
.newsTab-item .news_tiao .news_tit a.share {
  width: 20px;
  line-height: 20px;
}
.newsTab-item .news_tiao .news_tit a.share:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.newsTab-item .news_tiao .news_cont {
  font-size: 15px;
  color: #666666;
}
.newsTab-item .news_tiao .news_cont .news_img {
  width: 245px;
  height: 155px;
}
.newsTab-item .news_tiao .news_cont .news_detail {
  width: 435px;
  position: relative;
}
.newsTab-item .news_tiao .news_cont .news_detail span {
  position: absolute;
  top: 130px;
  left: 0;
  font-size: 14px;
  color: #999999;
}
.newsTab-item .news_tiao .news_detail1 a {
  font-size: 15px;
  color: #666;
  line-height: 30px;
}
.newsTab-item .news_tiao .news_detail1 .time {
  font-size: 14px;
  line-height: 38px;
  color: #999999;
}
.newsTab-item:first-child {
  display: block;
}
.clickMore {
  display: block;
  font-size: 14px;
  color: #9C9C9C;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-bottom: 1px solid #E3E3E3;
  margin-bottom: 29px;
}
a.clickMore:hover {
  font-weight: bold;
}
.w430 {
  width: 430px;
}
.tit_block {
  width: 430px;
  height: 40px;
  border-bottom: 2px solid #F0F5F6;
  position: relative;
}
.tit_block a.titile {
  position: absolute;
  left: 0;
  display: inline-block;
  line-height: 28px;
  padding-bottom: 12px;
  width: 70px;
  border-bottom: 2px solid #0093C8;
  font-size: 22px;
  color: #007EAB;
  font-weight: bold;
  text-align: center;
}
.tit_block a.titile:hover {
  text-decoration: underline;
}
.tit_block a.plus {
  display: inline-block;
}
.tit_block a.plus:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.new_yw {
  padding-bottom: 16px;
}
.new_yw a {
  display: block;
}
.new_yw a:hover {
  text-decoration: underline;
}
.new_yw .news_one {
  font-size: 22px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  padding: 14px 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new_yw .desc {
  font-size: 14px;
  line-height: 24px;
  color: #6d5555;
}
.new_yw .news_li {
  padding-left: 10px;
  background: url(dian.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 38px;
  color: #333;
}
.video_news {
  margin-top: 25px;
}
.video_news a {
  display: inline-block;
  position: relative;
}
.video_news a img {
  width: 205px;
  height: 130px;
}
.video_news a .video {
  position: absolute;
  top: 45px;
  left: 83px;
}
.video_news a .video img {
  width: 40px;
  height: 40px;
}
.video_news a p {
  width: 195px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  text-align: center;
  padding: 12px 5px;
}
.video_news a:hover img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.video_news a:hover p {
  text-decoration: underline;
}
.news_li {
  display: inline-block;
  max-width: 400px;
  padding-left: 10px;
  background: url(dian.png) no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 38px;
  color: #333;
}
a.news_li:hover {
  text-decoration: underline;
}
a.wm {
  display: block;
  margin-top: 5px;
}
a.wm img {
  width: 430px;
  height: 250px;
}
a.wm:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.rtNav {
  width: 48px;
  position: fixed;
}
.rtNav a {
  display: block;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #2493CF;
  margin-bottom: 2px;
}
.rtNav a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
}
.ml17 {
  margin-left: 17px;
}
.mr10 {
  margin-right: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mb15 {
  margin-bottom: 15px;
}
.mt4 {
  margin-top: 4px;
}

/*
  * @Description: 主入口文件  
  * @Company: TRS  
  * @Date: 2019-11-21 
  * @LastEditors: mjy
 */
.sp-head {
  margin-bottom: 40px;
}
.sp-head-t {
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.sp-head-t .tit {
  display: inline-block;
  width: 50%;
  text-align: center;
  color: #666666;
  font-size: 18px;
  background: #f3f3f3;
}
.sp-head-t .tit.cur {
  background: #0093c8;
  color: #fff;
  font-weight: bold;
}
.sp-head-tab {
  border: 3px solid #0093c8;
}
.sp-head-item {
  height: 200px;
  width: 1080px;
  padding: 30px 57px;
  display: none;
  position: relative;
}
.sp-head-item.show {
  display: block;
}
.sp-head-tab .box {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.sp-head-tab ul {
  width: 100%;
  height: 100%;
  position: relative;
}
.sp-head-tab ul.sw {
  width: 722px;
}
.sp-head-item li {
  width: 360px;
  height: 100%;
  float: left;
}
.sp-head-item li.sw {
  position: absolute;
  top: 0;
  left: 0;
}
.sp-head-item li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.sp-head-item li img {
  width: 180px;
  height: 200px;
  margin-right: 20px;
}
.sp-head-item li .intro {
  width: 142px;
  padding-top: 20px;
}
.sp-head-item li .intro .name {
  color: #333333;
  font-size: 18px;
  margin-bottom: 8px;
}
.sp-head-item li .intro .text {
  color: #666666;
  font-size: 14px;
  line-height: 32px;
}
.sp-head-item .btn {
  position: absolute;
  top: 118px;
  cursor: pointer;
  display: none;
}
.sp-head-item .btn.prev {
  left: 17px;
}
.sp-head-item .btn.next {
  right: 17px;
}
.sp-box {
  margin-bottom: 38px;
}
.sp-box-t {
  height: 58px;
  border-bottom: 2px solid #0093c8;
  background: #f9f9f9;
  line-height: 58px;
  padding: 0 20px;
  margin-bottom: 25px;
}
.sp-box-t .img1 {
  vertical-align: middle;
  margin-right: 12px;
}
.sp-box-t .tit1 {
  display: inline-block;
  color: #0093c8;
  font-size: 22px;
  font-weight: bold;
}
.sp-box-t2 {
  display: inline-block;
  margin-left: 22px;
}
.sp-box-t2 .tit {
  display: inline-block;
  text-align: center;
  width: 148px;
  height: 58px;
  color: #333333;
  font-size: 18px;
}
.sp-box-t2 .tit.cur {
  color: #fff;
  font-weight: bold;
  background: #0093c8;
}
.sp-box-t .more {
  color: #999999;
  font-size: 14px;
  float: right;
}
.sp-box-t .more:hover {
  font-weight: bold;
}
.sp-box-tab {
  overflow: hidden;
}
.sp-box-item {
  margin-left: -20px;
  display: none;
}
.sp-box-item.show {
  display: block;
}
.sp-box-item a {
  display: inline-block;
  width: 225px;
  position: relative;
  text-align: center;
  margin-left: 19px;
}
.sp-box-item a:hover img {
  opacity: 0.8;
  -moz-opacity: 0,8;
  filter: alpha(opacity=80);
}
.sp-box-item a:hover p {
  text-decoration: underline;
}
.sp-box-item a img {
  width: 225px;
  height: 140px;
}
.sp-box-item a p {
  color: #333333;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 18px;
}
.sp-box-item a .play {
  position: absolute;
  top: 50px;
  left: 92px;
  width: 40px;
  height: 40px;
  background: url(icon4.png) center no-repeat;
  z-index: 999;
}

.xhy-c1 {
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
}
.xhy-c1ul li {
  position: absolute;
  left: 0;
  top: 0;
}
.xhy-c1uldot {
  position: absolute;
  bottom: 0;
  right: 0;
}
.xhy-c1uldot li {
  cursor: pointer;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: url(dotbg.png) no-repeat;
  margin-left: 1px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.xhy-c1uldot li:hover,
.xhy-c1uldot li.cur {
  height: 21px;
  line-height: 25px;
  background: url(dotbgon.png) no-repeat;
}
.xhy-c2 {
  width: 100%;
  height: 60px;
}
.xhy-c2l {
  width: 595px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.more {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  width: 43px;
  height: 19px;
  line-height: 19px;
  background: #df0805;
  border-radius: 10px;
}
.xhy-c3l {
  width: 850px;
  height: 100px;
  padding-left: 40px;
  position: relative;
  /*background: url(toutiaologo.png) no-repeat left center;*/
}
.xhy-c3ltit {
  width: 100%;
  height: 70px;line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #008bd6;
  font-size: 50px;
  font-weight: bold;
}
.xhy-c3las{
  height: 30px;line-height: 30px;
}
.xhy-c3las a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  max-width: 195px;
}
/*.xhy-c3las a.xhy-maxw1 {
  max-width: 225px;
}
.xhy-c3las a.xhy-maxw2 {
  max-width: 170px;
}*/
.xhy-c3las span {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  padding: 0 8px;
}
.xhy-c3r {
  margin-right: 0px;
}
.xhy-c3rl {
  box-sizing: border-box;
  padding: 8px 10px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  width: 30px;
  height: 100px;
  display: inline-block;
  background: url(jiaodianlogo.png) no-repeat left center;
  margin-right: 15px;
}
.xhy-c3rr {
  display: inline-block;
  width: 265px;
}
.xhy-c3rr a {
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 34px;
  max-width: 100%;
  display: block;
}
.xhy-c4l {
  width: 435px;
}
.xhy-c4ltt {
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #169fe5;
  border-left: 4px solid #169fe5;
}
.xhy-c4ltul {
  font-size: 16px;
  color: #333;
  font-weight: 400;
}
.xhy-c4lta {
  display: inline-block;
  max-width: 95%;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
.xhy-c4ltul a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  line-height: 33px;
  max-width: 96%;
}
.xhy-c4lb {
  margin-top: 10px;
}
.xhy-c4ltt1 {
  color: #e02419;
  border-left: 4px solid #e02419;
}
.xhy-video {
  padding-left: 20px;
  background: url(play3.png) no-repeat left;
}
.xhy-c4r {
  width: 750px;
  height: 430px;
  position: relative;
  overflow: hidden;
}
.xhy-c4rtext {
  padding-right: 20px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  background: url(textbg.png) no-repeat;
}
.xhy-c4rtext a {
  display: inline-block;
  width: 70%;
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  padding-left: 20px;
  box-sizing: border-box;
}
.xhy-c4rtext span {
  font-size: 30px;
  color: #fff;
}
.xhy-c4rtext .sl {
  position: relative;
  top: -6px;
}
.xhy-c4rtext .sb {
  position: relative;
  top: 8px;
}
.xhy-c5l {
  width: 420px;
}
.xhy-c5lt {
  border-bottom: 1px solid #cee0e3;
  padding: 15px 0;
  box-sizing: border-box;
  position: relative;
  height: 59px;
}
.xhy-c5lt a {
  padding-left: 40px;
  font-size: 20px;
  color: #008bd6;
  font-weight: 400;
  display: inline-block;
  background: url(online.png) no-repeat left;
}
.xhy-c5lb {
  width: 420px;
  height: 225px;
  position: relative;
  margin-top: 20px;
}
.xhy-c5as {
  z-index: 6;
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 100%;
  /*background: url(c5bg.png) repeat-y;*/
  background-color: #0293d7;
}
.xhy-c5as a {
  display: inline-block;
  height: 37.5px;
  line-height: 37.5px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #333;
}
.xhy-c5as a:hover,
.xhy-c5as a.cur {
  width: 79px;
  background: url(c5hover.png) no-repeat;
  border-bottom: 0px solid #333;
  position: relative;
  /*width: 100%;
  background-color: #007eab;*/
}
.xhy-c5as a.cur::before{
  content: "";
  width: 75px;
  border-bottom: 1px solid #333;
  position: absolute;
  left:0;bottom: 0;
}
.xhy-c5items {
  width: 100%;
  height: 100%;
}
.xhy-c5items img {
  width: 420px;
  height: 225px;
}
.xhy-c5c {
  margin-left: 20px;
}
.xhy-c5lt1 a {
  background: url(tv.png) no-repeat left;
}
.xhy-c5tas {
  position: absolute;
  right: 0;
  bottom: -1px;
}
.xhy-c5tas a {
  display: inline-block;
  font-size: 15px;
  color: #333;
  font-weight: 400;
  width: 85px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #fff;
  padding-left: 0;
  box-sizing: border-box;
}
.xhy-c5tas a:hover,
.xhy-c5tas a.cur {
  color: #fb6c01;
  height: 45px;
  border-left: 1px solid #cee0e3;
  border-right: 1px solid #cee0e3;
  border-top: 1px solid #cee0e3;
  background: #fff;
  padding-bottom: 1px;
  box-sizing: border-box;
}
.xhy-c5r {
  width: 301px;
}
.xhy-c5lt2 a {
  background: url(broadcast.png) no-repeat left;
}
.xhy-c5rb {
  padding-top: 20px;
}
.xhy-c5rb a {
  display: inline-block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  padding-left: 30px;
  box-sizing: border-box;
  margin-top: 8px;
}
.xhy-c5rb a span {
  display: inline-block;
  color: #fff;
  overflow: hidden;
  height: 100%;
}
.xhy-c5rb a .t {
  font-size: 20px;
  font-weight: bold;
}
.xhy-c5rb a .t1 {
  font-size: 16px;
  padding: 0 0px 0 16px;
  font-weight: 600;
}
.xhy-c5rb a .t2 {
  width: 96px;
  font-size: 36px;
  text-align: right;
  font-family: "dsdigit";
}
.xhy-c5rb a .t3 {
  font-size: 16px;
  margin: 8px 0 0 5px;
}
.xhy-c5rb a:first-child {
  margin-top: 0;
}
.xhy-c5rb a.ca0 {
  background: url(c5rbg1.png) no-repeat;
}
.xhy-c5rb a.ca1 {
  background: url(c5rbg2.png) no-repeat;
}
.xhy-c5rb a.ca2 {
  background: url(c5rbg3.png) no-repeat;
}
.xhy-place {
  position: relative;
}
.xhy-play {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(play.png) no-repeat;
}
.xhy-c7 {
  width: 100%;
}
.xhy-c7l {
  width: 900px;
  background: #effbff;
  border: 1px solid #d5e9f9;
  padding: 20px;
  box-sizing: border-box;
}
.xhy-c7ll {
  width: 400px;
  height: 328px;
  background: #fff;
}
.xhy-c7llt {
  width: 100%;
  background: #d5e9f9;
  border: 1px solid #c3deed;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
}
.xhy-c7llt a {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  padding-left: 20px;
}
.xhy-c7llc {
  height: 28px;
  line-height: 28px;
  padding-left: 20px;
  box-sizing: border-box;
  background: #ebf4fb;
  border-left: 1px solid #c3deed;
  border-right: 1px solid #c3deed;
  border-bottom: 1px solid #c3deed;
}
.xhy-c7llc span {
  font-size: 14px;
  color: #333;
}
.xhy-c7llb {
  box-sizing: border-box;
  border-left: 1px solid #c3deed;
  border-right: 1px solid #c3deed;
  border-bottom: 1px solid #c3deed;
  width: 100%;
  height: 265px;
}
.xhy-c7lr {
  width: 430px;
}
.proshow {
  text-align: center;
  width: 180px;
  height: 47px;
  line-height: 42px;
  display: inline-block;
  background: url(proshow.png) no-repeat;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.xhy-c7lrb {
  margin-top: 15px;
}
.xhy-c7lrbr {
  width: 215px;
  display: inline-block;
}
.xhy-c7lrbr .xhy-firsta {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  line-height: 35px;
  margin-bottom: 10px;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
.xhy-c7lrbr .xhy-seconda {
  font-size: 14px;
  color: #a8a8a8;
  font-weight: 400;
}
.xhy-c7lrul {
  padding-top: 10px;
}
.xhy-c7lrul li {
  line-height: 38px;
}
.xhy-c7lrul li a {
  box-sizing: border-box;
  padding-left: 12px;
  max-width: 80%;
  display: inline-block;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  background: url(libg_03.png) no-repeat left center;
}
.xhy-c7lrul li a:hover {
  color: #000;
}
.xhy-c7lrul li span {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
}
.xhy-c7r {
  width: 300px;
  height: 381px;
  background: #fff;
  border-top: 1px solid #d5e9f9;
  border-bottom: 1px solid #d5e9f9;
  border-right: 1px solid #d5e9f9;
  box-sizing: border-box;
  padding: 15px 0;
}
.xhy-c7rb {
  height: 259px;
  width: 100%;
  margin-top: 25px;
  padding: 0 20px;
  box-sizing: border-box;
}
.xhy-c7rt {
  padding: 0 34px;
  text-align: center;
  box-sizing: border-box;
}
.xhy-c7rt a {
  width: 100%;
  font-size: 18px;
  color: #e02419;
  font-weight: bold;
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #d5e9f9;
}
.xhy-c7rt a .xhy-black {
  color: #333;
}
.xhy-car10 {
  width: 190px;
  height: 259px;
  margin-left: 25px;
}
.dailybtn {
  display: inline-block;
  width: 13px;
  height: 25px;
  margin-top: 120px;
  cursor: pointer;
}
.dailybtn.dailyleft {
  background: url(dailyleft.png) no-repeat;
}
.dailybtn.dailyright {
  background: url(dailyright.png) no-repeat;
  margin-left: 18px;
}
.xhy-c8l {
  width: 870px;
}
.xhy-c8litem {
  width: 420px;
  margin-right: 10px;
}
.xhy-c8litem.mr {
  margin-right: 20px;
}
.xhy-c8lit {
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #dfeaec;
}
.xhy-c8lit .xhy-c8tit {
  padding: 0 15px;
  color: #00a8e4;
  font-weight: bold;
  font-size: 20px;
  background: url(c8cur.png) no-repeat center bottom;
}
.xhy-c8lit .xhy-c8more {
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(c8more.png) no-repeat;
  margin-top: 10px;
}
.xhy-c8r {
  width: 300px;
}
.xhy-c8rt {
  margin-top: 4px;
  width: 100%;
  height: 41px;
  line-height: 41px;
  background: #effbff;
}
.xhy-c8rt a.xhy-c8rtt {
  color: #ea252c;
  font-size: 18px;
  font-weight: bold;
  background: url(tvicon.png) no-repeat 10px 2px;
  border-bottom: 1px solid #da181f;
  padding-left: 40px;
  padding-bottom: 9px;
  padding-right: 10px;
}
.xhy-c8rt a.all {
  font-size: 14px;
  color: #999;
  font-weight: 400;
  margin-right: 20px;
}
.xhy-c8rc {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #cee0e3;
  padding: 30px 20px 10px 20px;
  text-align: center;
}
.aimg3 {
  display: inline-block;
  position: relative;
}
.aimg3 .play3 {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background: url(play1.png) no-repeat;
}
.aimg3 .time {
  padding: 3px 10px 3px 24px;
  right: 10px;
  bottom: 11px;
  border-radius: 10px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background: #000 url(play4.png) no-repeat 16px center;
}
.xhy-c8tita {
  display: inline-block;
  width: 220px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  margin: 10px 0;
}
.xhy-c8rcul a {
  display: inline-block;
  font-size: 12px;
  color: #000;
  width: 240px;
  padding-left: 10px;
  line-height: 30px;
  background: url(play5.png) no-repeat left center;
}
.xhy-c8rb a {
  display: inline-block;
  margin-top: 20px;
}
.xhy-c9 {
  height: 80px;
}
.xhy-c10t {
  position: relative;
  width: 100%;
  height: 57px;
  background: url(c10tbg.png) no-repeat;
}
.xhy-c10b {
  width: 100%;
  height: auto;
  border: 1px solid #cee0e3;
  margin-top: -32px;
  box-sizing: border-box;
}
.xhy-c10b .xhy-c10bbox {
  position: relative;
  overflow: hidden;
  width: 1150px;
  height: 100%;
  margin-top: 35px;
  margin-left: 30px;
}
.xhy-c10b a {
  display: inline-block;
  width: 265px;
  height: 175px;
  position: relative;
  overflow: hidden;
  margin-right: 25px;
}
.xhy-c10b a .text {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  bottom: 15px;
  left: 24px;
  width: 208px;
}
.xhy-c10b a .play3 {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background: url(play1.png) no-repeat;
}
.xhy-c10b a:hover .text {
  text-decoration: underline;
}
.xhy-c10bas {
  position: absolute;
  left: 0;
  top: 0;
}
.xhy-c11 {
  width: 100%;
}
.xhy-c11 .xhy-c8litem.mr30 {
  margin-right: 25px;
}
.xhy-c11 .xhy-c8litem {
  width: 380px;
}
.xhy-c11 .xhy-c8litem .xhy-c7lrb a img {
  width: 195px;
  height: 115px;
}
.xhy-c11 .xhy-c8litem .xhy-c7lrbr {
  width: 180px;
}
.xhy-c12 {
  border: 1px solid #e0eef0;
  width: 100%;
  height: 150px;
}
.xhy-c12 .xhy-c12l {
  display: inline-block;
  width: 50px;
  height: 100%;
  background: url(zhuanti.png) no-repeat;
}
.xhy-c12 .xhy-c12c {
  padding: 20px;
  box-sizing: border-box;
}
.xhy-c12 .xhy-c12c a {
  display: inline-block;
  margin-right: 10px;
}
.xhy-c12box {
  position: relative;
  width: 1048px;
  height: 113px;
  overflow: hidden;
}
.xhy-c12car {
  position: absolute;
  left: 0;
  top: 0;
}
.xhy-c12r {
  font-size: 14px;
  color: #999;
  text-decoration: underline;
  line-height: 150px;
  margin-right: 10px;
}
.xhy-c13t {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f8f8f8;
  border-top: 2px solid #0093c8;
}
.xhy-c13tl {
  font-size: 20px;
  font-weight: bold;
  color: #169fe5;
  padding-left: 20px;
  background: url(c13tbg.png) no-repeat left center;
}
.xhy-c13b span {
  font-size: 16px;
  color: #007eab;
  padding: 0 10px;
}
.xhy-c13b a {
  font-size: 16px;
  color: #007eab;
}
.xhy-c13bl {
  position: relative;
  margin-right: 20px;
}
.xhy-c13bl .text1 {
  width: 250px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  background: url(xhy-c13bg.png) repeat-x;
}
.xhy-c13bc {
  width: 480px;
  position: relative;
}
.xhy-c13bc a {
  display: inline-block;
  width: 220px;
  height: 160px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.xhy-c13br a {
  margin-right: 0;
}
.xhy-c14all {
  font-size: 14px;
  color: #61c0cf;
  margin-right: 20px;
}
.xhy-c14c {
  margin-top: 15px;
}
.xhy-c14c a {
  display: inline-block;
  text-align: center;
  width: 125px;
  margin-right: 8px;
}
.xhy-c14c a p {
  margin-top: 4px;
  font-size: 14px;
  color: #333;
}
.xhy-c14c a:hover p {
  text-decoration: underline;
}
.xhy-cf {
  width: 100%;
}
.xhy-cfboder {
  height: 50px;
  box-sizing: border-box;
  border-bottom: 2px solid #dfeaec;
}
.xhy-cfas a {
  display: inline-block;
  font-size: 18px;
  color: #169fe5;
  line-height: 20px;
  padding: 10px 20px 0 20px;
  height: 50px;
  box-sizing: border-box;
  margin-right: 60px;
}
.xhy-cfas a:hover,
.xhy-cfas a.cur {
  font-weight: bold;
  background: url(cfcur.png) no-repeat center bottom;
  border-bottom: 2px solid #169fe5;
}
.xhy-cfitem {
  width: 100%;
  height: 120px;
  overflow-x: auto;
  margin: 20px 0;
  line-height: 30px;
}
.xhy-cfitem a {
  padding: 0 10px;
  font-size: 13px;
  color: #444;
}
.xhy-cfitem span {
  font-size: 13px;
  color: #444;
}

.tjh_content {
  width: 1200px;
  margin: 0 auto;
}
.tjh_zxzt {
  width: 1200px;
}
.tjh_header {
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #0093C8;
}
.tjh_title {
  width: 130px;
  height: 45px;
  float: left;
  background: #0093C8;
}
.tjh_title a {
  display: inline-block;
  line-height: 45px;
  width: 100%;
  height: 100%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}
.tjh_more {
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-top: 13px;
  float: right;
  background: url(tjh_more.png) no-repeat;
}
.tjh_imgs {
  width: 1200px;
}
.tjh_img {
  width: 370px;
  height: 210px;
  float: left;
  margin-left: 45px;
  margin-top: 30px;
}
.tjh_img:first-child {
  margin-left: 0;
}
.tjh_img a {
  display: inline-block;
  width: 370px;
  height: 170px;
}
.tjh_img a img {
  width: 100%;
  height: 100%;
}
.tjh_p {
  font-size: 18px;
  color: #333333;
  text-align: center;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tjh_img a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.tjh_p:hover {
  text-decoration: underline;
}
.tjh_wqzt {
  width: 1200px;
  margin-top: 30px;
}
.tjh_con {
  width: 1200px;
  background: url(tjh_line.png) 33px no-repeat;
  margin-top: 30px;
}
.tjh_timelist {
  float: left;
  width: 55px;
  margin-left: 10px;
}
.tjh_timelist li {
  margin-top: 20px;
}
.tjh_timelist li:first-child {
  margin-top: 0;
}
.tjh_time_a a {
  display: inline-block;
  width: 55px;
  height: 51px;
  font-size: 16px;
  color: #666666;
  line-height: 49px;
  background: url(tjh_timeicon2.png) no-repeat;
}
.tjh_time_cur a {
  background: url(tjh_timeicon.png) no-repeat;
  color: #ffffff;
}
.tjh_time_a span {
  display: inline-block;
  width: 51px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tjh_conlist {
  float: right;
}
.tjh_conlist li {
  width: 1110px;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  padding: 0 20px;
  background-color: #ffffff;
  margin-top: 15px;
}
.tjh_conlist li:nth-child(even) {
  background-color: #f6f6f6;
}
.tjh_conlist a {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  max-width: 500px;
  height: 100%;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tjh_conlist a:hover {
  text-decoration: underline;
}
.tjh_conlist span {
  font-size: 14px;
  color: #999999;
  float: right;
}

/*
 * @Author: yj 
 * @Date: 2019-11-22 16:45:34 
 * @Last Modified by: yj
 * @Last Modified time: 2019-11-23 14:47:02
 */
.yj-content {
  width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
  margin-bottom: 50px;
}
.yj-content .c1 {
  width: 100%;
  height: 430px;
}
.yj-content .c1 .L {
  float: left;
}
.yj-content .c1 .L .focusBox {
  width: 740px;
  height: 430px;
  overflow: hidden;
  text-align: left;
  position: relative;
  left: 0px;
  top: 0px;
}
.yj-content .c1 .L .focusBox .pic li {
  position: absolute;
  left: 0;
  bottom: 0;
}
.yj-content .c1 .L .focusBox .pic img {
  width: 740px;
  height: 430px;
}
.yj-content .c1 .L .focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 55px;
  width: 100%;
  background: #282926;
  filter: alpha(opacity=60);
  opacity: 0.6;
  overflow: hidden;
}
.yj-content .c1 .L .focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 55px;
  width: 100%;
  overflow: hidden;
}
.yj-content .c1 .L .focusBox .txt li {
  height: 55px;
  line-height: 55px;
  position: absolute;
  list-style-type: none;
  left: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yj-content .c1 .L .focusBox .txt li a {
  display: inline-block;
  color: #fff;
  padding: 0 0 0 30px;
  font-size: 22px;
  text-decoration: none;
  max-width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yj-content .c1 .L .focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 21px;
  right: 40px;
}
.yj-content .c1 .L .focusBox .num li {
  float: left;
  width: 8px;
  height: 8px;
  margin-left: 8px;
  cursor: pointer;
  background: url(yj-icon32.png) no-repeat;
}
.yj-content .c1 .L .focusBox .num li:hover {
  background: url(yj-icon33.png) no-repeat;
}
.yj-content .c1 .L .focusBox .num .cur {
  background: url(yj-icon33.png) no-repeat;
}
.yj-content .c1 .R {
  float: right;
}
.yj-content .c1 .R .rtitle {
  width: 430px;
  height: 40px;
}
.yj-content .c1 .R .rtitle .s {
  display: inline-block;
  width: 110px;
  color: #2bcfca;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  padding-bottom: 15px;
  border-bottom: 2px solid #2bcfca;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 0;
  background-color: #fff;
}
.yj-content .c1 .R .rtitle a {
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  background-color: #c1e1f5;
  width: 21px;
  height: 21px;
  margin-left: 299px;
}
.yj-content .c1 .R .rtitle a:hover {
  color: red;
}
.yj-content .c1 .R .rnews {
  width: 100%;
  margin-top: 31px;
}
.yj-content .c1 .R .rnews .rn1 {
  max-width: 400px;
  height: 50px;
}
.yj-content .c1 .R .rnews .rn1 a {
  display: inline-block;
  max-width: 430px;
  max-height: 54px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
}
.yj-content .c1 .R .rnews .rn1 a:hover {
  color: red;
}
.yj-content .c1 .R .rnews .rn11 {
  width: 430px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yj-content .c1 .R .rnews .rn11 a {
  display: inline-block;
  max-width: 430px;
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yj-content .c1 .R .rnews .rn11 a:hover {
  color: red;
}
.yj-content .c1 .R .rnews .rn2 {
  margin-top: 17px;
  width: 420px;
  height: 45px;
}
.yj-content .c1 .R .rnews .rn2 a {
  display: inline-block;
  max-width: 420px;
  max-height: 45px;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.yj-content .c1 .R .rnews .rn2 a:hover {
  text-decoration: underline;
}
.yj-content .c2 {
  width: 100%;
}
.yj-content .c2 .c2p {
  width: 100%;
}
.yj-content .c2 .c2p .c2pt {
  height: 72px;
  background: url(as-picline.png) no-repeat center;
  margin-top: 30px;
}
.yj-content .c2 .c2p .c2pt span {
  display: inline-block;
  width: 238px;
  height: 72px;
  margin-left: 19px;
  background: url(as-pict1.png) no-repeat;
}
.yj-content .c2 .c2p .c2pt .pt1 {
  background: url(as-pict2.png) no-repeat;
}
.yj-content .c2 .c2p .c2pt .pt2 {
  background: url(as-pict3.png) no-repeat;
}
.yj-content .c2 .c2p .c2pt .pt3 {
  background: url(as-pict4.png) no-repeat;
}
.yj-content .c2 .c2p .c2pt a {
  display: inline-block;
  width: 90px;
  height: 34px;
  margin-top: 15px;
  background-color: #ffffff;
  border-radius: 17px;
  border: solid 2px #def7f6;
  margin-left: 849px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  color: #44cbc7;
}
.yj-content .c2 .c2p .c2pt a:hover {
  color: #fff;
  background-color: #44cbc7;
}
.yj-content .c2 .c2p .cpic {
  width: 1176px;
  margin-left: 20px;
  margin-top: 30px;
}
.yj-content .c2 .c2p .cpic a {
  display: inline-block;
  width: 352px;
  height: 250px;
  margin-right: 50px;
}
.yj-content .c2 .c2p .cpic a img {
  height: 210px;
}
.yj-content .c2 .c2p .cpic a span {
  display: inline-block;
  width: 327px;
  font-size: 16px;
  font-weight: bold;
  color: #3b3b3b;
  padding-left: 26px;
  padding-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.yj-content .c2 .c2p .cpic a:hover span {
  color: red;
}
.yj-content .c2 .c2p .cpic .yj-pica2 {
  margin-right: 20px;
}
p.position span.xp {
  color: #44cbc7;
  font-weight: bold;
}


.pagetab{padding:40px 40px;}
.tabnav{margin: 0 -10px;margin-bottom: 15px;}
.tabnav li{
  display: block;
  width: 25%;
  float: left;position: relative;
  font-size: 18px;font-weight: bold;
  margin: 0;text-align: center;box-sizing: border-box;
  padding: 0 10px;
}
.tabnav li a{
  display: block;width: 100%;border-bottom: 1px solid #00a8e4;height: 40px;line-height: 40px;position: relative;color: #00a8e4;
}
.tabnav li.cur a{
  border-bottom: 4px solid #00a8e4;font-size: 20px;
}
.tabnav li.cur a::before{
  content: '';
  width: 0px;                           /*设置宽高为0，所以div的内容为空，从才能形成三角形尖角*/
  height: 0px;
  border-bottom: 5px solid #00a8e4;
  border-left: 5px solid transparent;    /*transparent 表示透明*/
  border-right: 5px solid transparent;
  position: absolute;bottom:0;left:50%;margin-left: -3px;
}
.tabcontent .tabItem{
  display: none;
}
.tabcontent .tabItem.cur{
  display: block;
}
.videolist{
  margin: 0 -10px;
}
.videolist li{
  width: 25%;
  padding: 0 10px;box-sizing: border-box;float: left;;
}
.videolist li a{display: block;margin-right: 0px;width: 100%;position: relative;}
.videolist li a p{position: absolute;left:0;right: 0;bottom: 0;background-color: rgba(0,0,0,0.6);
  color: #fff;font-size: 14px;height: 36px;line-height: 36px;padding: 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;}
.videolist li a img{width: 100%;height: 160px;}





.zhibowin{
  width: 100%;
}
.tvzhibovideo .pagetab{
  position: relative;box-sizing: border-box;
  width: 100%;padding: 0px;
}
.tvzhibovideo .tabnav{margin: 0px;}
.top_tabnav{
  width: 255px;
  float: right;
}
.top_tabnav a{
  display: block;
  width: 33.3%;
  float: left;
  padding: 0px;
  box-sizing: border-box;
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  color: #333;
  background: none;
}
.top_tabnav a.cur{
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  color: #fb6c01;
}
.zhibowin{
  margin-top: 20px;
  box-sizing: border-box;
  padding-left: 75px;
  position: relative;
}
.left_tabnav{
  width: 75px;position: absolute;
  left: 0;top:0;
  height: 100%;
  background-color: #008bd6;
}
.left_tabnav a{
  display: block;
  text-align: center;
  height: 105px;color: #fff;line-height: 105px;
  font-size: 14px;font-weight: bold;
  box-sizing: border-box;
  padding-top: 0px;
  margin: 0px 0;
  border-bottom: 1px solid #333;
}
.left_tabnav a.cur,
.left_tabnav a:hover{
  background-color: #1eb7cf;
}



.mayavideo ul li{
  width: 25%;float: left;
  box-sizing: border-box;
  padding: 0 10px;
}
.xhy-c10b_0,.xhy-c10b_1,.xhy-c10b_2,.xhy-c10b_3{
  width: 100%;
  height: 200px;
}





.xhy-c10b_0 .xhy-c10bbox_0,.xhy-c10b_1 .xhy-c10bbox_1,.xhy-c10b_2 .xhy-c10bbox_2,.xhy-c10b_3 .xhy-c10bbox_3 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.xhy-c10b_0 a,.xhy-c10b_1 a ,.xhy-c10b_2 a,.xhy-c10b_3 a,.xhy-c10b_4 a {
  display: inline-block;
  width: 274.5px;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-right: 0px;
}
.xhy-c10b a .text {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  bottom: 15px;
  left: 24px;
  width: 208px;
}
.xhy-c10b a .play3 {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  background: url(play1.png) no-repeat;
}
.xhy-c10b a:hover .text {
  text-decoration: underline;
}
.xhy-c10bas_0,.xhy-c10bas_1,.xhy-c10bas_2,.xhy-c10bas_3 {
  position: absolute;
  left: 0;
  top: 0;bottom: 0;
}
.mayavideo{
  padding: 40px 20px 20px;
  border:1px solid #ddd;
  margin-top: -32px;
}
.mayavideo ul>li>a{
  font-size: 20px;font-weight: bold;color: #008bd6;text-align: center;display: block;height:40px;line-height: 40px;border-bottom: 2px solid #008bd6;
  margin-bottom: 15px;
  position: relative;
}
.mayavideo ul>li>a::before{
  content: '';
  width: 0px;                           /*设置宽高为0，所以div的内容为空，从才能形成三角形尖角*/
  height: 0px;
  border-bottom: 5px solid #00a8e4;
  border-left: 5px solid transparent;    /*transparent 表示透明*/
  border-right: 5px solid transparent;
  position: absolute;bottom:0;left:50%;margin-left: -3px;
}
.mayavideo ul>li img{
  height: 100%;width:100%;
}
.mayavideo ul>li a span.text{
  display: block;
  position: absolute;
  bottom:0;height:36px;line-height: 36px;background-color: rgba(0,0,0,0.6);color: #fff;left:0;right: 0;padding: 0 10px;font-size: 14px;
}

.otherpiclist{
  background: url(noimage.jpg) center center no-repeat;
}