@charset "UTF-8";

/* 字体设置 */
@font-face { 
    font-family: "SourceHanSerifCN-Medium"; /* 字体名称 */
    src: url("./SourceHanSerifCN-Medium.woff"); /* 字体文件路径 */
    src: url("./SourceHanSerifCN-Medium.woff") format("woff"), 
    url("./SourceHanSerifCN-Medium.woff") format("truetype"); 
    font-style: normal; /* 字体风格 */
    font-weight: normal; /* 字体粗细 */    
}
/*统一样式表*/
html{
    height: 100%; 
}

body {
    margin:0 auto;
    padding:0;
    height: 100%;
    font-family: 'SourceHanSerifCN-Medium';
}

.font-win,.r-more,.f-yqlj .hd,.f-yqlj .bd {
    font-family: 'Microsoft YaHei',"microsoft yahei","微软雅黑";
}

body, h1, h2, h3, h4, h5, h6,form{margin: 0px; padding:0px}

h1, h2, h3, h4, h5, h6 { font-weight: normal}

ul { margin:0; padding:0; list-style:none }

li {margin:0; padding:0;}

a {text-decoration: none;color: #000;}

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

a:hover,h1 a:hover,.toutiao_xbox a:hover,.c-tt-content li a:hover,.r-mj-ul li a:hover {text-decoration: none !important;color: #0daded;}

a:active {text-decoration: none;}

.l-lunbo-txt a:hover {
    color: unset;
}

.ll-toutiao, .toutiao_xbox {
    font-size: 30px;
    font-weight: 900;
}

img { border:0;}

dl,p{margin:0; padding:0}

dl dd{margin:0}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
}

input:-internal-autofill-selected {
    background: unset !important;
    padding: 0 !important;
    appearance: none;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.e {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.e3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.noneMaxHeight { max-height: none!important; }

.lf{
    float:left;
}

.rt{
    float:right;
}

.clearfix {
    clear: both;
}

.centerWidth  {
    width: 1280px;
    /* padding-top: 178px; */
    margin: 0 auto;
}

.header .centerWidth,.footer .centerWidth,.centerWidth .centerWidth {
    padding: 0;
}

.wd900 {
    width: 900px;
    margin: 0 auto;
}

.wd340 {
    width: 340px;
    margin: 0 auto;
}

.box-sha {
    background-color: #ffffff;
	box-shadow: 3px 0px 8px 0px rgba(120, 120, 120, 0.16);
	border: solid 1px #fafafa;
    box-sizing: border-box;
}

.db {
    display: block;
}

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;
}

.t-ear {
    margin-top: -4px;
    display: inline-block;
    width: 20px;
    height: 18px;
    vertical-align: middle;
    background: url(../img/ear.png) no-repeat top center;
    background-size: 100% 100%;
}

.t-ear-play {
    background: url(../img/ear_play.png) no-repeat top center;
    background-size: 100% 100%;
}

.t-ear-end {
    background: url(../img/ear_end.png) no-repeat top center;
    background-size: 100% 100%;
}

/* 公共头部 */
.header {
    /* position: fixed; */
    background-color: #fff;
    width: 100%;
    /* z-index: 9999;
    top: 0;
    left: 0; */
}

.header-bg {
    box-sizing: border-box;
    height: 120px;
    background: url(../img/bg.png) no-repeat top center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.h-logo {
    display: inline-block;
    /* width: 369px; */
    width: 453px;
}
.h-logo img {
    width: 100%;
    height: auto;
}

.h-tool {
    /* width: 460px; */
    display: flex;
    align-items: center;

}

.h-search {
    display: inline-block;
    width: 170px;
	height: 32px;
	background-color: #ffffff;
	box-shadow: inset 0px 0px 6px 0px #62b3dd;
	border-radius: 15px;
}

.h-search > input {
    width: 130px;
    height: 30px;
    line-height: 30px;
    background: none;
    float: left;
}

.h-search-icon {
    float: left;
    display: inline-block;
    width: 17px;
	height: 17px;
    margin: 7px auto 0 12px;
    background: url(../img/h-search.png) no-repeat top center;
    cursor: pointer;
}

.h-ul {
    display: flex;
    align-items: center;
}

.h-ul > a {
    display: inline-block;
    height: 32px;
    margin-left: 5px;
}

.h-ul > a > img {
    width: auto;
    height: 100%;
    vertical-align: middle;
}

.h-menu {
    /* margin-top: 28px; */
    min-width: 1345px;
    width: 100%;
	height: 58px;
    line-height: 58px;
    background: url(../img/h-bg.png) no-repeat top center;
    background-size: 100% 100%;
    background-color: #fff;
    position: relative;
    /* font-weight: 700; */
}

.h-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.h-menu .nav {
    display: inline-block;
    font-size: 20px;
	height: 100%;
	letter-spacing: 0px;
	color: #ffffff;
    margin-right: 62px;
    margin-right: 43px;
    position: relative;
}

.h-menu  .nav > a {
    color: #fff;
}

.h-menu a:hover {
    text-decoration: none;
}

.h-menu  .nav > .icon {
    display: none;
    width: 100%;
    height: 14px;
    background: url(../img/h-m-active.png) no-repeat bottom center;
    /*background-size: 100% 14px;*/
    background-size: 48px 14px;
}

.h-menu  .nav.cur {
    font-size: 23px;
    font-weight: 600;
}

.h-menu  .nav.cur > .icon {
    display: inline-block;
    position: absolute;
    bottom: -3px;
    left: 0;
    z-index: 9;
}

.h-menu  .nav.last {
    margin-right: 39px !important;
}

.h-menu .nav-gl {
    float: left;
}

#zklm {
    vertical-align: middle;
}

.header .centerWidth {
    clear: both;
}

#qxzk,#qxsq {
    margin-left: 5px;
    cursor: pointer;
}

#qxsq {
    display: none;
}

.h-menu-expand {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 520px;
    background: url(../img/h-zk-bg.png) no-repeat top center;
    background-size: 100% 100%;
}

.h-expand-box {
    text-align: center;
}

.logo-sb {
    margin: 50px auto;
    position: relative;
}

.h-expand-close {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 18px;
	height: 18px;
    background: url(../img/h-cha.png) no-repeat top center;
    background-size: 100% 100%;
    cursor: pointer;
}

i.h-expand-close:hover { -webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);transform: rotate(360deg); }
i.h-expand-close { -webkit-transition: -webkit-transform 0.4s ease-out;-moz-transition: -webkit-transform 0.4s ease-out;transition: -webkit-transform 0.4s ease-out; }

.h-expand-ul li {
    display: inline-block;
    width: 160px;
    float: left; 
    margin-bottom: 20px;
}

.h-expand-ul li > a  {
    display: inline-block;
	color: #212121;
    font-size: 22px;
    line-height: 22px;
    min-width: 60px;
	height: 40px;
    line-height: 40px;
}

.h-expand-ul li.cur > a,.h-qxzk-ul li.cur > a,.h-expand-ul li:hover > a,.h-qxzk-ul li:hover > a {
    background: url(../img/h-zk-bg2.png) no-repeat top center;
    background-size: 100% 100%;
    color: #ffffff;
}

.h-expand-ul li.zk-bg3.cur > a,.h-qxzk-ul li.zk-bg3.cur > a,.h-expand-ul li.zk-bg3:hover > a,.h-qxzk-ul li.zk-bg3:hover > a {
    width: 101px;
    background: url(../img/h-zk-bg3.png) no-repeat top center;
    background-size: 100% 100%;
    color: #ffffff;
}

.h-qxzk-expand {
    display: none;
    position: absolute;
    z-index: 99;
    top: 39px;
    left: 0;
    width: 100%;
    padding-top: 14px;
    height: 244px;
    background: url(../img/h-qx-bg.png) repeat-x top center;
    background-size: 100% 100%;
}

.h-qxzk-ul {
    width: 1233px;
    margin: 40px auto;
    line-height: 50px;
}

.h-qxzk-ul li {
    display: inline-block;
    min-width: 60px;
    margin: 0 4px;
    text-align: center;
}

.h-qxzk-ul li a {
    font-size: 18px;
    color: #181717;
    min-width: 60px;
    line-height: 40px;
    height: 40px;
}

.h-qxzk-ul li.cur > a, .h-qxzk-ul li:hover > a{
    display: inline-block;
    /* font-size: 22px; */
}

/* 公共左侧 */
.mb27 {
    margin-bottom: 27px;
}

.mb25 {
    margin-bottom: 25px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.l-qx-dw {
    width: 900px;
    background: url('../img/l-qx-dwbg.png') no-repeat bottom center;
    background-size: 100% 15px;
    font-size: 23px;
    line-height: 28px;
    color: #0d1015;
    font-weight: 900;
    text-align: center;
    padding: 20px 0 28px;
}

.l-qx-dw > img {
    vertical-align: middle;
}

.l-box1 {
    position: relative;
    height: 378px;
    padding: 28px 25px;
    overflow: hidden;
}

.fade-icon {
    cursor: pointer;
    display: inline-block;
    width: 14px;
    height: 8px;
}

.fade-left {
    position: absolute;
    top: 10px;
    right: 150px;
    z-index: 98;
    background: url(../img/jt-up.png) no-repeat top center;
    background-size: 100% 100%;
}

.fade-left:hover {
    background: url(../img/jt-up-hover.png) no-repeat top center;
    background-size: 100% 100%;
}

.fade-right {
    position: absolute;
    bottom: 5px;
    right: 150px;
    z-index: 98;
    background: url(../img/jt-down.png) no-repeat top center;
    background-size: 100% 100%;
}

.fade-right:hover {
    background: url(../img/jt-down-hover.png) no-repeat top center;
    background-size: 100% 100%;
}

.l-lunbo {
    width: 573px;
	height: 322px;
    position: relative;
    overflow: hidden;
}

.l-lunbo-img {
    display: flex;
    width: 573px;
	height: 322px;
    overflow: hidden;
}

.l-lunbo-img img {
    width: 573px;
    height: 322px;
}

.l-lunbo-num {
    position: absolute;
    bottom: 14px;
    right: 17px;
    font-size: 0px;
}

.l-lunbo-num span {
    display: inline-block;
    width: 6px;
	height: 6px;
    border-radius: 3px;
    background: #fff;
    margin-left: 8px;
    cursor: pointer;
}

.l-lunbo-num span.cur {
    width: 28px;
	height: 6px;
	background-color: #00a5eb;
}

.l-lunbo-box {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility:hidden;
    transition: all .05s ease-in-out;
}

.l-lunbo-txt {
    width: 263px;
    height: 322px;
    overflow-y: hidden;
    position: relative;
}

.l-lunbo-txt a {
    display: block;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 21px 23px;
    min-height: 107px;
    background: url(../img/l-ttbg1.png) no-repeat top center;
    background-size: 100% 100%;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 1px;
    position: relative;
}

.l-lunbo-txt a.cur {
    background: url(../img/l-ttbg2.png) no-repeat top center;
    background-size: 100% 100%;
}

.l-lunbo-txt2 a {
    padding: 36px 20px;
    min-height: 161px;
}

.l-lunbo-1 {
    box-sizing: border-box;
    padding: 21px 23px;
    height: 322px;
    background: url(../img/l-ttg.png) no-repeat top center;
    background-size: 100% 100%;
}

.l-lunbo-1 a {
    padding: 0;
    height: auto;
    background: none;
    min-height: auto;
}

.l-lunbo-1 a.cur {
    background: none;
}

.l-1-intro {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin: 20px 0;
    padding-top: 20px;
    border-top: 1px solid #DCDCDC;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    
}


.l-qxmc {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    min-width: 44px;
    background: url(../img/l-qx-bg.png) no-repeat top center;
    background-size: 100% 100%;
    font-size: 14px;
    font-weight: 900;
    color: #fff;
    padding: 0 5px;
    text-align: center;
}

.l-date {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}

.l-tongyong {
    padding: 16px 18px;
}

.s-w238 {
    display: block;
    width: 238px;
    /* height: 134px; */
}

.s-w537 {
    display: block;
    width: 573px;
}

.s-w238 img {
    width: 100%;
    height: 100%;
}

.l-tit {
    padding-bottom: 23px;
    font-weight: 700;
    line-height: 33px;
    font-size: 20px;
    color: #000;
    display: block;
}

.s-w537 .l-tit {
    min-height: 80px;
    padding-top: 15px;
}

.l-tit-dantu {
    padding-bottom:0;
}

.l-inrto {
    color: #999999;
    font-size: 14px;
    font-weight: 500;
    margin-top: 6px;
}

.l-name {
    color: #0daded;
    cursor: pointer;
}

.l-ml {
    margin: 0 8px;
}

.l-yulan {
    background: url(../img/l-yulan.png) no-repeat right center;
    background-size: 21px 16px;
    padding-right: 26px;
    margin-right: 20px;
}

.l-share {
    display: inline-block;
    vertical-align: middle;
    width: 17px;
	height: 18px;
    background: url(../img/share.png) no-repeat top center;
    background-size: 100% 100%;
    float: right;
    margin-top: 2px;
    position: relative;
    cursor: pointer;
}

.l-share:hover .l-share-box,.l-share-box:hover {
    display: block;
}

.l-share-box {
    display: none;
    position: absolute;
    box-sizing: border-box;
    padding: 10px;
    bottom: 18px;
    right: -10px;
    z-index: 99;
    width: 80px;
	height: 70px;
	background-color: #ffffff;
	box-shadow: 1px 3px 8px 0px rgba(120, 120, 120, 0.16);
}

.l-share-box a.weixin, .l-share-box a.tsina {
    display: block;
    font-size: 14px;
    color: #666666;
    font-weight: 500;
    line-height: 26px;
    padding-left: 26px;
}

.l-share-box a.weixin {
    background: url(../img/weixin.png) no-repeat left center;
    background-size: 19px 16px;
}

.l-share-box a.tsina {
    background: url(../img/weibo.png) no-repeat left center;
    background-size: 16px 14px;
}

.weixin {
    position: relative;
}

.l-details-box {
	position: absolute;
    top: 50px;
	box-shadow: 0 0 10px #eee;
	border-radius: 5px;
	padding-top: 10px;
    z-index: 99999;
    background: #fff;
}

.l-details-box,.weixin:hover .l-details-box{
    display: none;
}

.l-details-box .details > img {
    text-align: center;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}

.l-details-text {
    display: inline-block;
	width: 160px;
	text-align: center;
	margin: 10px 0;
	font-size: 13px;
}

.l-video {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
	height: 24px;
    background: url(../img/play.png) no-repeat left center;
    background-size: 100% 24px;
    margin-right: 12px;
}

.l-video-con a {
    display: inline-block;
    width: 260px;
	height: 100%;
    /* margin-left: 28px; */
    margin-left: 40px;
}

.l-video-con a:first-child {
    margin-left: 0;
}

.l-video-con a > img {
    width: 100%;
    height: 100%;
}

.l-voice {
    display: inline-block;
    vertical-align: middle;
    /* background: url(../img/voice.png) no-repeat left center;
    background-size: 21px 19px;
    padding-left: 30px; */
    margin-left: 12px;
    margin-top: -3px;
    cursor: pointer;
}

.l-voice .t-ear {
    margin-right: 6px;
}

.l-pause {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/pause.png) no-repeat left center;
    background-size: 11px 16px;
    padding-left: 19px;
    margin-left: 23px;
}

.l-ggw {
    width: 438px;
    height: 90px;
}

.l-big img {
    width: 100%;
    /* height: 475px; */
}

.l-jz-xx {
    box-sizing: border-box;
    padding: 36px 26px 0;
    width: 100.8%;
    height: 150px;
    background: url(../img/l-jz-bg.png) no-repeat top center;
    background-size: 100% 100%;
}

.l-jz-img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
}

.l-jz-gz {
    text-align: right;
}

.l-jz-txt .l-jz-name {
    font-size: 24px;
	color: #000000;
    font-weight: 700;
}

.l-jz-txt > span {
    line-height: 29px;
    color: #737373;
    font-size: 18px;
    font-weight: 700;
}

.l-jz-gz > span {
    font-size: 16px;
    color: #000;
    line-height: 19px;
    font-weight: 700;
}

.l3-play {
    display: block;
    position: relative;
}

.l3-play .icon {
    position: absolute;
    right: 10px;
    bottom: 12px;
    display: inline-block;
    width: 39px;
	height: 39px;
    background: url(../img/l3-play.png) no-repeat top center;
    background-size: 100% 100%;
}

.t-yiguanzhu,.t-guanzhu {
    cursor: pointer;
}

.t-yiguanzhu {
    display: none;
}

.l-tyjz-tit {
    font-size: 24px;
	color: #000000;
    font-weight: 700;
}

.l-tyjz-tit > img {
    width: 23px;
	height: 24px;
    margin-right: 13px;
}

.l-tyjz-con {
    display: inline-block;
    box-sizing: border-box;
    width: 179px;
	background-color: #ffffff;
	box-shadow: 0px 1px 8px 0px rgba(144, 144, 144, 0.16);
	border-radius: 6px;
    margin-top: 27px;
    margin-right: 60px;
    padding: 32px 42px 20px;
}

.l-tyjz-con .db > img {
    width: 94px;
	height: 94px;
    border-radius: 50%;
    box-shadow: 0px 3px 8px 0px 
		rgba(120, 120, 120, 0.32);
	border: solid 2px #ffffff;
}

.l-tyjz-con p {
    text-align: center;
}

.l-tyjz-con .name {
    width: 80px;
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    background: url(../img/l-jztc.png) no-repeat top center;
    background-size: 100% 100%;
    margin: 20px auto 15px;
}

.l-tyjz-con .jzjs {
    width: 84px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
    background: url(../img/l-jz-btn.png) no-repeat top center;
    background-size: 100% 100%;
    color: #fff;
}

/* .more-data .pub-con {
    display: none;
} */

.index-ll-more {
    cursor: pointer;
    width: 100%;
    height: 74px;
    line-height: 74px;
    color: #999;
    font-weight: 900;
    text-align: center;
    background: url(../img/f-jiazai-bg.png) no-repeat top center;
    background-size: 100% 100%;
}

.index-ll-icon {
    width: 16px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background: url(../img/f-jiazai.png) no-repeat top center;
    background-size: 100% 100%;
    margin-left: 6px;
    margin-top: -2px;
}

.szContent figure.media {
    width:900px;
}

/* 公共右侧 */
.mb28 {
    margin-bottom: 18px !important;
}

.mb26 {
    margin-bottom: 26px !important;
}

.mb22 {
    margin-bottom: 22px !important;
}

.mr0 {
    margin-right: 0 !important;
}

.r-ty-tit {
    position: relative;
}

.r-ty-tit .r-more {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%); 	/* IE 9 */
    -moz-transform: translateY(-50%); 	/* Firefox */
    -webkit-transform: translateY(-50%); /* Safari 和 Chrome */
    -o-transform: translateY(-50%); 	/* Opera */
    transform: translateY(-50%);
}

.d-img > img{
    width: 101%;
    height: 146px;
}

.r-box1 {
    width: 100%;
    margin-bottom: 26px;
    padding: 22px 19px;
}

.r-bs-box {
    vertical-align: middle;
    font-size: 12px;
}

.r-bs-bg {
    display: inline-block;
    background: url(../img/r-ty-bg.png) no-repeat top center;
    background-size: 100% 100%;
    width: 64px;
	height: 22px;
    line-height: 22px;
    text-align: center;
	color: #ffffff;
    font-size: 12px;
    margin-left: 5px;
}

.r-ms-img {
    margin-top: -4px;
}

.r-bs-con {
    margin-top: 16px;
    width: 302px;
    height: 182px;
    background: url(../img/r-bxgs-bg.png?v=1.0) no-repeat top center;
    background-size: 100% 100%;
    position: relative;
}

.r-more {
    color: #332c2b;
    display: inline-block;
    vertical-align: middle;
    padding-right: 14px;
    background: url(../img/r-arrow.png) no-repeat right center;
    background-size: 6px 11px;
    line-height: 24px;
    font-size: 12px;
}

.bxgsImg {
    position: absolute;
    display: block;
    width: 228px;
    height: 128px;
    top: 42px;
    left: 16px;
    z-index: 9;
}

.bxgsImg > img {
    width: 100%;
    height: 100%;
}

.r-box2 {
    display: block;
    width: 100%;
	max-height: 400px;
    margin-bottom: 17px;
    padding: 20px 19px 13px 19px;
    font-size: 14px;
    font-weight: 500;
}

.r-ms-tit {
    font-size: 16px;
    color: #202222;
    line-height: 26px;
    padding: 14px 0 10px;
    border-bottom: 1px solid #eeeeee;
}

.r-ms-tit  .zxhh,.r-ms-tit > span {
    color: #0daded;
    font-weight: 700;
}

.r-ms-ul {
    margin: 8px 0 10px;
    font-weight: 500;
}

.r-ms-ul li {
    font-size: 15px;
    height: 34px;
    line-height: 34px;
    color: #000;
    position: relative;
}

.r-ms-ul li > a {
    display: inline-block;
    padding-left: 14px;
    max-width: 95%;
}

.r-ms-ul li::before {
    display: inline-block;
    position: absolute;
    top: 14px;
    content: "";
    line-height: 0;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: #00a5eb;
}

.r-ms-rx {
	height: 42px;
    background: url(../img/r-msztc-bg.png) no-repeat top center;
    background-size: 100% 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
}

.r-ms-rx > img {
    margin-right: 15px;
    vertical-align: middle;
}


.r-box3 {
    display: block;
    width: 100%;
    height: 100px;
    line-height: 26px;
    border:0 none !important;
}

.r-box3 > img {
    width: 100%;
    height: 100px;
}

.r-box4 {
    max-height: 254px;
    padding: 26px 19px 20px 19px;
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    line-height: 34px;
}

.r-qx-con {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    margin-top: 2px;
}

.r-qx-con li {
    padding: 6px 0;
}

.r-qx-con li a {
    display: block;
    height: 22px;
    line-height: 22px;
}

.r-qx-con li a > span {
    display: inline-block;
    padding: 0 6px;
    background: url(../img/r-qxtt-bg.png) repeat-x top center;
    background-size: 100% 100%;
    color: #ffffff;
    font-weight: 700;
    margin-right: 6px;
}

/** 快讯 **/
.r-kx-con {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    height: 46px;
    margin-top:10px;
    overflow-y: hidden;
}
.r-kx-con li {
    line-height: 22px;
    height: 60px;
}
.r-kx-con li a {
    display: inline-block;
    line-height: 22px;
    height: 100%;
    width: 280px;
    overflow-y: hidden;
}
.r-kx-con li::before {
    display: inline-block;
    vertical-align: top;
    content: "•";
    width: 10px;
    height: 100%;
    color: #00a5eb;
    font-size:12px;
}

.r-box5 {
    box-sizing: border-box;
    padding: 19px;
    width: 340px;
    background: url(../img/r-mj-bg2.png) no-repeat bottom;
    background-size: 100% auto;
    box-shadow: 3px 0px 8px 0px rgba(120, 120, 120, 0.16);
    border: none;
}

/* .r-box5 .r-more {
    margin-top: 12px;
} */

ul.r-mj-ul {
    margin-top: 10px;
}

.r-mj-con {
    /* height: 175px; */
    /* background-color: #f6f6f6; */
    margin: 12px auto 14px;
    /* padding: 13px 12px; */
    box-sizing: border-box;
}

.r-mj-ul li {
    line-height: 16px;
    display: inline-block;
    padding: 5px 0;
}

.r-mj-ul li::before {
    display: inline-block;
    content: '•';
    vertical-align: top;
    line-height: 24px;
    width: 5px;
    height: 24px;
}

.r-mj-ul li a {
    padding-left: 5px;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    display: inline-block;
    width: 270px;
}

.r-mj-ul li:first-child {
    border-top: 0;
    padding-top: 0;
}

.r-mj-rt {
    position: relative;
}

.r-mj-rt > a {
    width: 100%;
    display: block;
    /* font-size: 16px;
    line-height: 20px;
    font-weight: 900; */
}

.r-mj-rt > a > img {
    width: 304px;
    height: 172px;
    margin-bottom: 4px;
    object-fit: cover;
}

.r-mj-rt .r-name {
    display: block;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    width: 304px;
    text-align: center;
    position: absolute;
    bottom: 9px;
    height: 30px;
    background: rgba(255, 255, 255, .6);
}

.r-mjrw {
    font-weight: 900;
    font-size: 16px;
    color: #000000;
}

.r-mjrw li {
    width: 59px;
    float: left;
    margin-left: 21px;
    text-align: center;
}

.r-mjrw li:first-child {
    margin-left: 0;
}
.r-mjrw a {
    display: block;
}
.r-mjrw a > img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-sizing: border-box;
    object-fit: cover;
    border: 2px solid #6fd5f2;
}

.r-mjrw a > span {
    display: block;
}

.r-box6 {
    padding: 21px 19px;
}

.r-box6 .r-more {
    margin-top: 8px;
}

.r-wht-con > img {
    margin-top: 15px;
    display: block;
    width: 302px;
}

.r-box7 {
    padding: 25px 19px;
}

.r-qxqw-box {
    padding-bottom: 10px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 5px;
}

.r-qxqw-ul li {
    float: left;
    width: 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    color: #000000;
}

.r-qxqw-ul li.specialTown {
    width: 80px; 
}

.r-box8 {
    padding: 25px 19px 10px 19px;
    min-height: 300px;
}

.r-zt-lunbo {
    position: relative;
}

.r-zt-lunbo .fade-num {
    display: none !important;
    position: absolute;
    top: 153px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.r-zt-lunbo .fade-num span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 4px;
}

.r-zt-lunbo .fade-num span.cur {
    width: 36px;
	height: 8px;
	background-color: #ffffff;
}

.r-zt-con-lunbo {
    position: relative;
    height: 225px;
    overflow: hidden;
}

.r-lanmu-lunbo { width: 100%; height:100px; overflow:hidden; }
.r-lanmu-lunbo div { display: inline-flex; }
.r-lanmu-lunbo img { width:340px; cursor: pointer; }

.r-zt-con {
    display: block;
    text-align: center;
    color: #1a1a1a;
    font-weight: 900;
    font-size: 16px;
    line-height: 24px;
}

.r-zt-con > img {
    width: 100%;
    margin: 15px auto 10px;
}

.r-zt-con > span {
    width: 100%;
    display: inline-block;
    white-space: pre-wrap;
    word-wrap: break-all;
}

.r-box9 {
    padding: 25px 19px;
    height: 190px;
}

.r-tl-box {
    padding-bottom: 13px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 4px;
}

/* 公共右侧2 */
.r-more2 {
    background: url(../img/r-more.png) no-repeat right center;
    background-size: 6px 11px;
}

.ty-box {
    padding: 26px 20px;
}

.r-app {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: 100%;
    height: 102px;
    padding: 7px;
    box-shadow: 0px 3px 8px 0px 
    rgba(120, 120, 120, 0.16);
}

.r-app .icon {
    border-radius: 14px;
    width: 88px;
	height: 88px;
    margin: 0 auto;
}

.r-app .wenan {
    display: inline-block;
    width: 122px;
    margin: 20px 20px 0 14px;
    line-height: 24px;
    font-size: 15px;
    text-align: center;
    font-weight: 900;
}

.r-app .wenan p:first-child {
    font-size: 18px;
}

.r-app .erweima {
    display: inline-block;
    width: 63px;
	height: 63px;
	background-color: #ffffff;
	box-shadow: 0px 1px 9px 0px rgba(137, 130, 131, 0.46);
	border-radius: 10px;
    margin: 13px auto 0;
}
 
 
.r-ty-con > img {
    vertical-align: middle;
    width: 100%;
    height: 170px;
    margin: 15px auto;
}

.r-ty-con > span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #000;
    font-weight: 700;
}

.r-ztce-con .r-ty-con > img {
    margin: 30px auto 15px;
}

.r-ztce-con .r-ty-con > span {
    color: #1a1a1a;
    line-height: 24px
}

/* 公共右侧3 */
.r-rmwz-box {
    padding: 24px 20px 0;
    background: url(../img/r-rmwz-bg.png) no-repeat -5px -5px;
    background-size: 104% 151px;
}

.r-rmwz-ul1 li {
    margin-top: 23px;
    padding-bottom: 19px;
    border-bottom:1px solid #dfdfdf;
}

.r-rmwz-ul1 .r-rmwx-img {
    position: relative;
    display: block;
    width: 100%;
    height: 170px;
}

.r-rmwz-ul1 .r-rmwx-img > img {
    width: 100%;
    height: 170px;
    margin-bottom: 18px;
}

.r-rmwz-ul1 .r-rmwx-img > span {
    position: absolute;
    left: -8px;
    top: -7px;
    z-index: 9;
    display: inline-block;
    width: 54px;
    height: 38px;
    background: url(../img/r-wz-bg1.png) no-repeat top center;
    background-size: 100% 100%;
    line-height: 34px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

.r-rmwz-ul1 li a {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #000;
}

.r-rmwz-ul2 {
    margin-top: 5px;
}

.r-rmwz-ul2 li {
    padding: 20px 0 15px;
    border-top:1px solid #dfdfdf;
}

.r-rmwz-ul2 li:first-child {
    border-top: 0;
}

.r-rmwz-ul2 li > span {
    width: 36px;
	height: 22px;
    display: inline-block;
    background: url(../img/r-wz-bg2.png) no-repeat top center;
    background-size: 100% 100%;
    line-height: 22px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    font-weight: 700;
    margin-top: 2px;
}

.r-rmwz-ul2 li > a {
    display: block;
    width: 253px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    font-size: 15px;
}

/* 列表图鼠标移进效果 */
.l-tongyong > a.l-big {
    display: block;
}
.l-tongyong > .l-video-con a, .l-tongyong > a.s-w238, .l-tongyong > a.l-big {
    overflow: hidden !important;
}
.l-tongyong > .l-video-con a img, .l-tongyong > a.s-w238 img, .l-tongyong > a.l-big img {
    transition: transform 0.8s ease;
    -webkit-transition: transform 0.8s ease;
}
.l-tongyong > .l-video-con a img:hover, .l-tongyong > a.s-w238 img:hover, .l-tongyong > a.l-big img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

/* 公共右侧3 */
.r-ty-box {
    /*
    background: url(../img/r3-bg.png) no-repeat -5px -5px;
    background-size: 104% 151px; */
    padding: 21px;
    background: url(../img/r3-bg.png) no-repeat -5px -5px;
    background-size: 104% 100%;
    box-shadow: none;
    border: none;
}

.r-ty-box .lf > img {
    vertical-align: middle;
}

.r3-ul li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #000000;
    line-height: 26px;
    padding-bottom: 24px;
    padding-top: 24px;
    border-top: 1px solid #dfdfdf;
}

.r3-ul li:first-child {
    padding-top: 16px;
    border-top: none;
}

.r3-ul li a > img {
    width: 100%;
    height: 170px;
}

.r3-ul li a > p {
    margin-top: 10px;
}

/* 公共底部 */
.footer {
    min-width: 1345px;
    width: 100%;
    min-height: 480px;
    background: url(../img/f-bg.png) no-repeat top center;
    background-size: 100% 100%;
    padding-bottom: 20px;
    position: relative;
    border-radius: 20px 20px 0px 0px;
}

.f-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 19px;
	height: 19px;
    background: url(../img/f-close.png) no-repeat top center;
    background-size: 100% 100%;
    cursor: pointer;
}

.f-tool {
    margin: 25px auto 30px;
}

.f-tool .tools {
    display: inline-block;
    color: #292423;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    margin-right: 38px;
    cursor: pointer;
}

.f-tool .tools > img {
    margin-right: 10px;
    vertical-align:middle;
}

.f-tool .tools:last-child {
    margin-right: 4px;
}

.f-tool .szb  {
    position: relative;
}

.f-tool .szb .dgbox {
	position: absolute;
	top: 28px;
	left: 0;
	background: #fff;
	width: 80px;
	height: 192px;
	z-index: 99;
	display: none;
}

.f-tool .szb:hover .dgbox {
	display: block;
}

.f-tool .szb:hover .dgbox {
	display: block;
}

.f-tool .szb .dgbox a {
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px dashed #eaeaea;
	margin-left: 0 !important;
	text-align: center;
}

.f-yq-tit {
    font-size: 22px;
    line-height: 33px;
	color: #00a5eb;
    font-weight: 900;
}

.f-yqlj .hd {
    width: 569px;
}

.f-yqlj .hd li {
    display: inline;
    cursor: pointer;
    font-size: 18px;
	color: #171d1f;
    font-weight: 700;
    line-height: 33px;
    margin-left: 20px;
}

.f-yqlj .hd li:first-child {
    margin-left: 0;
}

.f-yqlj .hd li.on {
    color: #00a5eb;
}

.f-yqlj .bd {
    margin-top: 22px;
}

.f-yqlj .bd ul {
    display: none;
}

.f-yqlj .bd ul li {
    display: inline-block;
    float: left;
    margin-right: 32px;
    line-height: 26px;
    white-space: nowrap;
}

.f-yqlj .bd ul li a {
    
    white-space: nowrap;
    font-size: 14px;
}

.f-morefs {
    text-align: center;
    margin: 32px auto;
}

.f-morefs img {
    margin-left: 88px;
    vertical-align: middle;
}

.f-morefs img:first-child {
    margin-left: 0;
}

.f-copyright {
    width: 1345px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    font-size: 12px;
    line-height: 26px;
}

.f-lef {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 245px;
    top: 30px;
}

#backToTop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 10px;
    width: 51px;
	height: 51px;
    background: url(../img/totop.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 99;
    cursor: pointer; 
}

h1,.toutiao_xbox a {
	font-size: 30px;
	text-align: center;
	overflow: hidden;
    color: #121111;
    font-weight: 900;
}

h1 a {
    color: #121111;
}

/* 正文内容 */

.mt27 {
    margin-top: 27px;
}

#pc_toutiao1 {
    margin: 25px auto;
}

.toutiao_xbox {
    margin-bottom: 15px;
}

.toutiao_xbox p {
    display: block;
    margin: 15px auto;
}

.c-tt-box {
    width: 100.8%;
    box-sizing: border-box;
    padding: 17px 51px 40px;
    /* height: 194px; */
    background: url(../img/home/bgbg.png) no-repeat top center;
    background-size: 100% 100%; 
}

.c-tt-pannel {
    width: 100%;
    height: 22px;
    position: relative;
    overflow: hidden;
    margin-top: 24px;
}

.c-tt-ul {
    height: 100%;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
	width: auto;
	top: 0;
	left: 0;
	white-space: nowrap;
}

.c-tt-ul li {
    position: relative;
    display: inline-block;
    margin-right: 63px;
}

.c-tt-ul li::before {
    display: inline-block;
    position: absolute;
    top: 8px;
    content: "";
    line-height: 0;
    width: 4px;
	height: 4px;
    border-radius: 4px;
	background-color: #00a5eb;
}

.c-tt-ul li a {
    padding-left: 23px;
    font-size: 18px;
}

.c-tt-ul.tt3 li a {
    color: #818181;
}

.c-tt-box2 {
    margin: 20px auto 0;
    text-align: center;
    position: relative;
}

.oneHot {
    min-height: 48px;
    display: none;
}

.c-tt-content {
    /* width: 940px; */
    width: 100%;
    margin: 0 auto;
    font-weight: 900;
    /* min-height: 48px; */
    overflow: hidden;
    position: relative;
}

.c-tt-content li {
    position: absolute;
    width: 100%;
}

.c-tt-content li a {
    /* font-size: 30px; */
    font-size: 26px;
    color: #1b1c1e;
    line-height: 48px;
}

.icon-qh {
    position: absolute;
    right: 68px;
    /* top: 36px; */
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
	height: 28px;
    background: url(../img/home/icon-qh.png) no-repeat top center;
    background-size: 100% 100%;
    cursor: pointer;
}

img.isload {
    object-fit: cover;
}
img.vertical-img {
    object-fit: contain;
}