html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
div,
ul,
ol,
li,
video,
section,
header,
form,
button,
input,
textarea,
table,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    color: #312130;
    background-color: #fff;
    font: normal 14px/24px "\5FAE\8F6F\96C5\9ED1", "Microsoft YaHei", Arial, sans-serif;
    width: 100%;
    min-width: 1200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

iframe {
    display: block;
}

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

img {
    vertical-align: middle;
    border: 0;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    border: none;
}

input:focus {
    border: none;
    outline: none;
}
input:-webkit-autofill {
  box-shadow:0 0 0 1000px transparent inset !important;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
-webkit-text-fill-color: #333 !important;
  transition: background-color 5000s ease-in-out 0s !important;
}
a {
    color: #312130;
    outline: none;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #b70000;
}

video {
    border: none;
    object-fit: fill;
}
@font-face {
    font-family: "icons";
    src: url('//at.alicdn.com/t/c/font_3970403_kl9xu0u2rt8.woff2?t=1679499014049') format('woff2'),
         url('//at.alicdn.com/t/c/font_3970403_kl9xu0u2rt8.woff?t=1679499014049') format('woff'),
         url('//at.alicdn.com/t/c/font_3970403_kl9xu0u2rt8.ttf?t=1679499014049') format('truetype');
  }
.mt20 {
    margin-top: 20px;
}
.icons {
    font-family: "icons" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-shouye1:before {
    content: "\e604";
}

.icon-nickname:before {
    content: "\e618";
}

.icon-xiajiantou:before {
    content: "\e649";
}

.icon-tel:before {
    content: "\e6a9";
}

.icon-arrow-right-bold:before {
    content: "\e687";
}

.icon-sanjiaodown:before {
    content: "\e6b5";
}

.icon-24gf-fileText:before {
    content: "\eac4";
}
body.stop-scrolling {
    overflow: initial;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mt40 {
    margin-top: 40px;
}

.w12 {
    width: 1350px;
    margin: 0 auto;
}

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

.clearfix {
    display: inline-block;
}

.header {
    height: 112px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.header .w12{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo{
    width: 260px;
}
.header .logo img{
    width: 100%;
}
.header .w12 {
    height: 112px;
    display: flex;
    align-items: center;
}

.h-search{
    width: 390px;
    margin-left: 124px;
    margin-top: 30px;
}
.h-search .search{
    width: 100%;
    height: 40px;
    border: 1px solid #aaa;
    border-radius: 10px;
    color: #999;
    outline: none;
}
.h-search .search form{
    padding: 0 20px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.h-search .search-input{
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #999;
}
.h-search .search form a{
    display: block;
    width: 23px;
    height: 22px;
    color: #999;
    font-size: 14px;
    margin-left: 10px;
    background: url(../images/search.jpg) no-repeat;
    text-indent: -9999px;
}
.h-menu{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.h-menu .h-menu-items{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin: 0 5px;
    position: relative;
    padding: 0px 10px 0;
    border: 1px solid #fff;
}
.h-menu .h-menu-items>a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    font-size: 12px;
}
.h-menu .h-menu-items:hover {
    border: 1px solid #fde9ea;
    border-radius: 5px;
    box-shadow: 0 0 5px #fde9ea;
}
.h-menu .h-menu-items a img{
    height: 26px;
}
.h-menu .h-menu-items ul{
    display: none;
    position: absolute;
    top: 60px;
    padding: 12px 0;
    left: -74px;
    z-index: 1000;
    border-radius: 20px;
    border: 1px dashed #ec525c;
    width: 220px;
    font-size: 16px;
    background: #fff;
}
.h-menu .h-menu-items ul::before{
    display: block;
    content: '';
    background: url(../images/wx3j.jpg) no-repeat;
    height: 7px;
    width: 10px;
    position: absolute;
    top: -7px;
    left: 103px;    
}
.h-menu .h-menu-items ul li{
    line-height: 45px;
    height: 45px;
    padding-left: 50px;
}
.h-menu .h-menu-items ul li em{
    font-size: 16px;
    border-bottom: 1px dashed #e1e3e2;
    padding-bottom: 10px;
}
.h-menu .h-menu-items ul li.wb{
    background: url(../images/wblogo.jpg) no-repeat 12px 7px;
}
.h-menu .h-menu-items ul li.wx{
    background: url(../images/wxlogo.jpg) no-repeat 15px 6px;
}
.h-menu .h-menu-items ul li:last-child em{
    border-bottom: none;
}
.h-menu .h-menu-items ul .wxCode{
    display: none;
    width: 60%;
    margin: 0 auto;
}
.h-menu .h-menu-items ul .wxCode img{
    width: 100%;
}

.nav{
    height: 48px;
    line-height: 48px;
    background: #4880bd;
}
.nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 48px;
}
.nav ul li{
    width: calc(1350px / 9);
    text-align: center;
    height: 48px;
}
.nav ul li.on,.nav ul li:hover,.sibcatgory a:hover{
    background-color: #2c65a3;
    text-decoration: none;
}
.nav ul li a{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.sibcatgory{
    display: none;
    position: relative;
    top: -3px;
    z-index: 999;
    background-color: #4880bd;
}
.sibcatgory a{
    display: block;
    color: #fff;
    font-weight: normal !important;
}
.allAd{
	position:relative;
}
.allAd span{
	position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    z-index: 100;
    padding: 0 4px;
}
.homeAd .homeAd-items{
    height: 90px;
}
.homeAd .homeAd-items a{
    display: block;
    height: 100%;
    background-color: #bbb;
}
.homeAd-items a img,.indexNewsItem-r-ad a img,.indexAd2 a img,.indexNewsItem2-rAd a img,.article-n-r-rAd a img{
    width: 100%;
    height: 100%;
}
.index-tag{
    display: flex;
    justify-content: space-between;
}
.index-tag a{
    color: #aaa;
	font-size:18px;
	margin-top:5px;
}
.index-toutiao .w12{
    height: 136px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #b90000;
    position: relative;
}
.index-toutiao .index-toutiao-tit{
    width: 88px;
    height: 115px;
}
.index-toutiao .index-toutiao-tit img{
    position: absolute;
    left: -1px;
    top: -1px;
    height: 134px;
    width: 100px;
}
.index-toutiao-n{
    width: 1162px;
}
.index-toutiao-n a{
    color: #b70000;
}
.index-toutiao-n h1{
    line-height: 48px;
    padding-bottom: 6px;
    color: #4880bd;
    font-weight: bold;
    font-size: 44px;
    text-align: center;
}
.index-toutiao-n h1 a{
    color: #4880bd;
    white-space: nowrap;
    text-overflow: clip;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.index-toutiao-n p{
    font-size: 20px;
    line-height: 30px;
    color: #9e9e9e;
}
.index-toutiao-more{
    width: 34px;
    height: 100%;
    background-color: #ebebeb;
    writing-mode:vertical-rl;
    text-align: center;
    padding-right: 4px;
}
.index-toutiao-more a{
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #b70000;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}
.index-toutiao-more a:hover{
	text-decoration: none;
	color: #f60;
}
.index-News-Video .w12{
    display: flex;
    justify-content: space-between;
}
.index-News-Video-l{
    width: 510px;
}
.index-News-Video-l ul{
    margin: 0 0 23px;
}
.index-News-Video-l li{
    line-height: 49px;
    font-size: 23px;
    white-space: nowrap;
    overflow: hidden;
}
.index-News-Video-l li.frist{
    font-weight: bold;
    font-size: 24px;
}
.index-News-Video-r{
    width: 822px;
}
.index-News-Video-r1{
    position: relative;
    width: 822px;
    height: 406px;
}

.banner,.banner_pic {
    position: relative;
    overflow: hidden;
}
.banner a.btn_next, .banner a.btn_prev {
    display: block;
    width: 14px;
    height: 29px;
    overflow: hidden;
    margin-top: 0;
    text-indent: -9999px;
    outline: 0;
    position: absolute;
    bottom: 14px;
    z-index: 9;
}
.banner a.btn_prev {
    right: 180px;
    background-image: url(../images/left1.png);
}
.banner a.btn_prev:hover {
    background-image: url(../images/left2.png);
}
.banner a.btn_next {
    right: 15px;
    background-image: url(../images/right1.png);
}
.banner a.btn_next:hover {
    background-image: url(../images/right2.png);
}
.banner, .banner_pic, .banner_pic li img {
    height: 406px;
}
.banner_pic li img:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.banner_pic ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 99999px;
    height: 406px;
}
.banner_pic ul li {
    float: left;
    width: 822px;
}
.banner_pic li img {
    width: 100%;
    height: 406px;
    border-radius: 10px 10px 0 0;
}

.banner_pic li img {
    object-fit: cover;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.banner_info, .banner_info_bg {
    position: absolute;
    bottom: 0;
    height: 56px;
    overflow: hidden;
}

.banner_info {
    left: 10px;
    width: 580px;
    z-index: 2;
    text-align: left;
    color: #fff;
    bottom: 5px;
    height: auto;
}
.banner_info li {
    display: none;
    padding: 0 10px;
	height: 38px;
    line-height: 38px;
    height: auto;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner_info li a {
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    font-size: 19px;
}
.banner_info li.current {
    display: block;
}

.banner_info_bg {
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
    border-radius: 0 0 10px 10px;
}
.banner_info, .banner_info_bg {
    position: absolute;
    bottom: 0;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
}

.banner_info_bg {
    background: url(../images/U435P4T47D50044F24533DT20220420150936.png) repeat-x center bottom;
    height: 95px;
    background-color: unset;
    border-radius: 0;
}

.banner_pages {
    position: absolute;
    right: 36px;
    bottom: 17px;
    height: 20px;
    overflow: hidden;
}
.banner_pages ul {
    float: right;
    width: 150px;
    text-align: center;
}
.banner_pages li {
    margin-left: 14px;
    display: inline-block;
    height: 7px;
}
.banner_pages li span {
    display: inline-block;
    width: 7px;
    height: 7px;
    overflow: hidden;
    text-indent: -9999px;
    cursor: pointer;
    background: #c2c2c2;
    border-radius: 7px;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.banner_pages li.current span, .banner_pages li.current span:hover, .banner_pages li span:hover {
    background: #f4303e;
    width: 18px;
}
.blockNone {
    display: none;
}
.video_wrapper{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 822px;
    height: 406px;
}

.video_inner_wrapper video {
    width: 100%;
    height: 406px;
    background: #cccccc;
}
.video_wrapper span.close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    width: 30px;
    height: 30px;
    background: url(../images/U435P4T47D50141F24534DT20220511111333.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
}



.index-News-Video-l li.titlebg:before{
    display: inline-block;
    content: '';
    width: 6px;
    height: 24px;
    background-color: #d0232b;
    vertical-align: -4px;
    margin-right: 6px;
}
.index-News-Video-r2{
    display: flex;
    ;justify-content: space-between;
    margin-top: 10px;
}
.index-News-Video-r2-videos{
    width: 266px;
    height: 146px;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
}
.index-News-Video-r2-videos span{
    position: absolute;
    left: 10px;
    top: 100px;
    display: block;
    content: '';
    width: 50px;
    height: 36px;
    background: url(../images/play.png) no-repeat;
}
.index-News-Video-r2-videos img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
    margin-bottom: 6px;
}
.index-News-Video-r2-videos a{
	line-height: 28px;
    font-size: 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.indexAdSwiper{
    position: relative;
    height:90px;
}
.indexAdSwiper .w12{
    position: relative;
    height: 90px;
}
.indexAdSwiper .w12 .ad-span,.indexAdSwiper .ad-span{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    z-index: 100;
    padding: 0 4px;
}
.indexAdSwiper .w12 .swiper-ad{
    height: 100%;
}
.indexAdSwiper .swiper-slide img{
    width: 100%;
    height: 100%;
}
.indexNewsItem .w12,.indexNewsItem2 .w12{
    display: flex;
    justify-content: space-between;

}
.indexNewsItem{
    margin-bottom: 20px;
}
.indexNewsItem-l{
    width: 871px;
}

.indexNewsItemTit{
    height: 48px;
    line-height: 48px;
    background: url(../images/bg2.jpg) repeat-x center;
}
.indexNewsItemTit h3{
    display: inline-block;
    background: #fff;
    padding-right: 30px;
    font-size: 30px;
    font-weight: bold;
}
.indexNewsItemTit h3:before{
    display: inline-block;
    content: '';
    width: 6px;
    height: 28px;
    background-color: #d0232b;
    vertical-align: -3px;
    margin-right: 12px;
}
.indexNewsItemTopCont{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.indexNewsItemTopCont-l{
    width: 300px;
}
.indexNewsItemTopCont-l img{
    width: 100%;
    height: 200px;
}
.indexNewsItemTopCont-r{
    width: 552px;
}
.indexNewsItemTopCont-r h4,.indexNewsItem2-ls h4{
    font-size: 24px;
    line-height: 44px;
    font-weight: bold;
    margin-top: -8px;  
}
.indexNewsItemTopCont-r p,.indexNewsItem2-ls p{
    font-size: 21px;
    color: #9e9e9e;
    line-height: 40px;
    margin-top: 4px;
}
.indexNewsItemBtms{
    width: 48%;
}
.indexNewsItemMid li,.indexNewsItemBtms ul li{
    line-height: 48px;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
}
.indexNewsItemBtms ul li a{
    white-space: nowrap;
    overflow: hidden;
}
.indexNewsItemMid li a{
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
}
.indexNewsItemMid li span{
    color: #9e9e9e;
}
.indexNewsItemBtm{
    display: flex;
    justify-content: space-between;
}

.indexNewsItem-r{
    width: 450px;
}

.indexNewsItem-r-tit{
    line-height: 48px;
    background-color: #4880bd;
}
.indexNewsItem-r-tit h5{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-left: 20px;
}

.indexNewsItem-r-div ul{
    padding: 8px 0;
}
.indexNewsItem-r-div ul li{
    line-height: 48px;
    font-size: 19px;
    white-space: nowrap;
    overflow: hidden;
}
.indexNewsItem-r-div ul li span,
.indexNewsItem2-rs li span{
    display: inline-block;
    width: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #eaeaea;
    border-radius: 5px;
    color: #a09f9d;
    margin-right: 10px;
}
.indexNewsItem-r-div ul li:nth-child(1) span,
.indexNewsItem2-rs li:nth-child(1) span{
    background-color: #d71425;
    color: #fff;
}
.indexNewsItem-r-div ul li:nth-child(2) span,
.indexNewsItem2-rs li:nth-child(2) span{
    background-color: #f06500;
    color: #fff;
}
.indexNewsItem-r-div ul li:nth-child(3) span,
.indexNewsItem2-rs li:nth-child(3) span{
    background-color: #ffc430;
    color: #fff;
}
.indexNewsItem-r .hotvideo li,
.rhotVideo li{
    background: url(../images/v.png) no-repeat left center;
    background-size: 24px;
    padding-left: 30px;
}
.indexNewsItem-r-ad{
    background-color: #999;
    height: 250px;
}
.indexAd2{
    height: 90px;
    background-color: #999;
}

.indexNewsItem2-l{
    width: 875px;
}
.indexNewsItem2-l-tit{
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.indexNewsItem2-l-tit h3,.article-like h3{
    display: inline-block;
    background: #fff;
    padding-right: 30px;
    font-size: 30px;
    font-weight: bold;
}
.indexNewsItem2-l-tit h3 a{
    color: #4f81bd;
}
.indexNewsItem2-l-tit h3:before,.article-like h3:before {
    display: inline-block;
    content: '';
    width: 6px;
    height: 28px;
    background-color: #d0232b;
    vertical-align: -3px;
    margin-right: 10px;
}
.indexNewsItem2-l-tit span{
    font-size: 20px;
}
.indexNewsItem2-l-tit span a{
    padding: 0 4px;
}
.indexNewsItem2-ls-items{
    margin: 22px 0;
}
.indexNewsItem2-ls-items p{
    margin-top: 6px;
}
.indexNewsItem2-ls-items p a{
    color: #b70000;
}
.indexNewsItem2-ls-items .p-ifo{
    margin-top: 10px;
    color: #727272;
}
.indexNewsItem2-ls-items .p-ifo span{
    font-size: 18px;
    line-height: 40px;
    background: #e6e6e6;
    color: #808080;
    padding: 6px 14px;
    border-radius: 4px;
    margin-right: 12px;
}
.indexNewsItem2-r{
    width:410px;
}
.index-right{
	width:450px;
}
.indexNewsItem2-rs ul{
    padding-top: 10px;
}
.article-n .indexNewsItem2-rs ul{
     
}
.indexNewsItem2-rs li{
    font-size: 19px;
    line-height: 44px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-right .indexNewsItem2-rs li:before{
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #b70000;
    margin-right: 10px;
    vertical-align: middle;
}

.indexNewsItem2-rAd{
    height: 250px;
    background-color: #727272;
    margin: 20px 0;
}
.flink .w12{
    border: 1px solid #e6e6e6;
}
.flink-tit{
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background: url(../images/tit2a.gif) repeat-x;
    background-size: 100%;
}
.flink-tit h3{
    font-size: 21px;
    line-height: 40px;
    color: #666;
    font-weight: bold;
}
.flink-n {
    padding: 20px 10px;
    color: #666;
}
.flink-n a{
    color: #666;
    font-size: 18px;
    padding: 0 4px;
}

.footer .w12{
    border: 1px solid #e6e6e6;
    border-top: 0;
}
.footer .ftnav{
    height: 32px;
    line-height: 32px;
    background: #4880bd;
    display: flex;
    justify-content: center;
    color: #fff;
}
.footer .ftnav a{
    color: #fff;
    padding: 0 16px;
}
.copyright{
    line-height: 22px;
    margin: 16px 0;
    text-align: center;
    color: #999;
    font-size: 12px;
}
.footer .tail {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}
.footer .tail a {
    margin: 0 6px;
}



/** 图集 **/
.bannerwarp{position:relative;  margin:0 auto 30px; display:flex;z-index:998;height:auto;text-align:center;justify-content:space-between;}
#banner{position:relative;width:1100px;-ms-flex-negative:0;flex-shrink:0;background:#fff;-ms-flex-negative:0;flex-shrink:0;display:flex;}
.bannerwrap{width:1100px;height:800px;overflow:hidden;}
#bannerlist li{width:1100px;height:800px; cursor:zoom-in;border:1px solid #ddd;}
#bannerlist li img{ width:100%; }
.btnwrap{text-align:center;overflow:hidden;position:relative;}
.small_box{width:160px;height:800px;overflow:hidden;}
.small_list{position:relative;width:160px;height:760px;overflow:hidden;}
.small_list ul{height:800px;overflow:hidden;width:160px;}
.small_list ul li{overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:8px;width:160px;height:120px;padding:2px;border:1px solid #e6ecf2;cursor:pointer;}
.small_list ul li img{display:block; width: 100%; max-width:100%;max-height:100%;}
.small_list ul li.on{border: 2px solid #cd131c;opacity:1;}

.arrow{display:block;width:160px;height:20px;text-align:center;color:#fff;cursor:pointer;position:relative;}
#prev:after{content:'';position:absolute;left:40%;top:6px;width:16px;height:16px;border-right:4px solid #bbb;border-bottom:4px solid #bbb;transform:rotate(225deg);-webkit-transform:rotate(225deg);}
#next:after{content:'';position:absolute;left:40%;right:0;bottom:0;top:-8px;width:16px;height:16px;border-right:4px solid #bbb;border-bottom:4px solid #bbb;transform:rotate(45deg);-webkit-transform:rotate(45deg);}


.current_img_desc_wrapper {
    margin: 0 20px 18px 0;
    color: #333333;
    font-size: 16px;
    overflow: hidden;
	display: flex;
}
.current_img_desc_wrapper .page {
    border-left: 20px solid #cd131c;
    background: #cd131c;
    color: #ff7c82;
    font-size: 20px;
    margin-right: 18px;
    padding-right: 10px;
    height: 66px;
    line-height: 66px;
    width: 73px;
}
.current_img_desc_wrapper .page span.current {
    font-size: 40px;
    color: #fff;
}
.current_img_desc_wrapper p {
    line-height: 30px;
    width: 1135px;
    text-indent: 2em;
}
.current_img_desc_wrapper p.editor {
    font-size: 14px;
    color: #8f8f8f;
    text-align: right;
}



/*art*/
.artPosition .w12{
	background:#fff;
}
.artPosition .w12 p{
    margin-top: 20px;
	border:1px solid #e6e6e6;
    padding: 8px;
    font-size: 18px;
}
.article-n{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.article-n-l{
    width: 915px;
}
.article-n-l h1{
    font-size: 29px;
    line-height: 46px;
    font-weight: bold;
    text-align: center;
    color: #444;
}
.article-ifo{
    width: 90%;
    margin: 20px auto;
    font-size: 18px;
    color: #999;
    text-align: center;
}
.article-ifo span{
    display: inline-block;
    margin-right: 10px;
}
.article-n-l-box{
    padding: 30px 14px;
    border: 1px solid #e6e6e6;
}
.article-cont-box{

}
.article-cont p{
    font-size: 22px;
    color: #555;
    line-height: 48px;
}
.article-cont p,.article-cont div p{
    margin-top: 10px;
}
.article-cont p img,.article-cont p video{
	max-width:800px;
}
.article-write{
    font-size: 16px;
    margin-top: 20px;
    text-align: right;
}
.article-share{
    font-size: 16px;
    margin-top: 20px;
	display: flex;
    align-items: center;
    justify-content: flex-end;
}
.article-share .social-share a:hover,{
	text-decoration: none;
}
.article-share .social-share a .wechat-qrcode .help p{
	font-size:16px
}
.article-like{
    margin-top: 30px;
}

.article-n-r{
    width: 410px;
}
.article-n-r .indexNewsItem2-rs{
    margin-bottom: 20px;
}
.article-n-r-rAd{
    background-color: #999;
    width: 410px;
    height: 700px;
}

/* list */
.list-n{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.tupian-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.tupian-lists{
    width: 24%;
    height: 208px;
    margin-bottom: 18px;
    overflow: hidden;
    margin-right: 18px;
}
.tupian-lists:nth-child(4n){
    margin-right: 0;
}
.tupian-lists a{
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}
.tupian-lists a img{
    width: 100%;
    height: 208px;
    transition: all 1.3s;
}
.tupian-lists a:hover img{
    transform: scale(1.2);
}
.tupian-lists a h3{
    font-size: 18px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 2%;
    color: #fff;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    bottom: 0px;
    z-index: 999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;    
}
.list-n-l{
    width: 900px;
}
.pagenum{
    font-size: 16px;
    text-align: center;
    margin: 30px auto;
}
.pagenum .pagination{
    display: flex;
    justify-content: center;
}
.pagenum .pagination li{
    margin-right: 10px;
    text-align: center;
    padding: 5px 10px;
    color: #666;
    background: #f2f2f2;
    border-radius: 5px;
}
.pagenum .pagination li.active{
    padding: 5px 10px;
    background: #c72a2a;
    margin-right: 10px;
    border-radius: 5px;
}
.pagenum .pagination li.active a{
    color: #fff;
}
.pic-content .w12{
	background: #fff;
	padding: 30px;
}
.pic-content h1{
	margin: 0 auto;
    padding-bottom: 20px;
    color: #333333;
    font-size: 38px;
    line-height: 53px;
	font-weight: bold;
}
.article-ifos{
	color: #707070;
    font-size: 14px;
}
.article-ifos span{
	margin-right:10px;
}
.tuji_list_browser_wrapper{
	margin-top:30px;
}
.tp-share{
	display:flex;
	align-items: center;
}
.tp-share .tp-share-n{
	margin-left:610px;
	line-height:50px;
}

.pic_recommend{
    margin-top: 20px;
    overflow: hidden;
}
.pic_recommend .w12{
	background: #ffffff;
	padding: 20px;
}
.pic_recommend_title{
	display:flex;
	justify-content: space-between;
	margin: 10px 0 16px;
}
.pic_recommend_title h3{
	font-size: 22px;
    color: #333333;
    font-weight: bold;
}
.pic_recomment_list{
	display:flex;
	justify-content: space-between;
}
.pic_recomment_list a{
	display: inline-block;
}
.pic_recomment_list a img{
	width: 240px;
    height: 138px;
    border-radius: 4px;
}
.pic_recomment_list a p{
	color: #333333;
    font-size: 16px;
    margin: 5px auto 0;
    overflow: hidden;
}
.pageUpDn .w12{
	display:flex;
	justify-content: space-between;
	font-size:20px
}
.pageUpDn .w12 div a{
	font-size:20px
}