@charset "UTF-8";
/*导航条*/
.nav { background: #F2F6F8; height: 54px; }

.nav img { display: block; float: left; }

.nav ul { float: left; margin: 0 0 0 40px; }

.nav ul li { float: left; }

.nav ul li a { display: inline; line-height: 54px; text-decoration: none; }

.nav .inp { width: 22%; margin-top: 8px; }

/*导航条结束*/
/*banner*/
.banner { padding: 0; }

@media (max-width: 767px) { .banner { display: none; } }

.banner img { display: block; width: 100%; }

.banner-xs { display: none; padding: 0; }

@media (max-width: 767px) { .banner-xs { display: block; } }

.banner-sm img { display: block; width: 100%; }

.menu-bg { background: #d60000; }

.menu-bg .menu-list .menu-down { width: 100%; padding: 0; margin: 0; float: left; overflow: hidden; clear: both; }

.menu-bg .menu-list .menu-down li { padding: 9px 0; width: 16%; box-sizing: border-box; font-size: 18px; text-align: center; position: relative; font-weight: bold; }

.menu-bg .menu-list .menu-down li:after { content: ""; position: absolute; width: 1px; background: #ccc; right: 0; top: 17px; bottom: 17px; }

.menu-bg .menu-list .menu-down li:last-child:after { display: none; }

.menu-bg .menu-list .menu-down li a { color: #fff; }

.menu-bg .menu-list .menu-down li:hover { font-weight: bold; }

@media (max-width: 767px) { .menu-bg { display: none; } }

/*banner end*/
/*头条*/
.tt { padding-top: 47px; padding-bottom: 47px; }

@media (max-width: 767px) { .tt { padding-top: 20px; } }

.tt h2 { position: relative; }

.tt h2 .text { display: block; font-size: 36px; color: #333; font-weight: bold; text-align: left; padding-left: 4em;}

.tt h2 .text:hover { color: #d60000; }

@media (max-width: 1199px) { .tt h2 .text { font-size: 30px; } }

@media (max-width: 767px) { .tt h2 .text { font-size: 26px; } }

.tt h2 .img { display: block; position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media (max-width: 959px) { .tt h2 .img { display: none; } }

.tt h2 .img img { display: block; width: 100%; }

.tt p { margin: 24px 0 30px 0; padding: 0 120px; font-size: 14px; color: #999; text-align:center;}

@media (max-width: 1199px) { .tt p { text-align: left; padding: 0 90px; } }

@media (max-width: 959px) { .tt p { margin: 15px 0; padding: 0 30px; } }

@media (max-width: 767px) { .tt p { display: none; } }

/*头条结束*/
/*要闻*/
.yw { margin-top: 0px; margin-bottom: 10px; }

@media (max-width: 767px) { .yw { padding: 0; } }

@media (max-width: 767px) { .yw .article { margin: 0; } }

.yw .article .focus { padding-top: 10px; padding-bottom: 10px; }

@media (max-width: 767px) { .yw .article .focus { padding: 0; } }

.yw .article .focus .owl-carousel { position: relative; overflow: hidden; }

.yw .article .focus .owl-carousel:hover .owl-wrapper-outer .item em { opacity: 0.6; filter: Alpha(opacity=60); }

.yw .article .focus .owl-carousel .owl-wrapper-outer .item { position: relative; overflow: hidden; }

.yw .article .focus .owl-carousel .owl-wrapper-outer .item a { display: block; }

.yw .article .focus .owl-carousel .owl-wrapper-outer .item a img { display: block; width: 100%; }

.yw .article .focus .owl-carousel .owl-wrapper-outer .item span { display: block; position: absolute; right: 0; bottom: 0; left: 0; }

.yw .article .focus .owl-carousel .owl-wrapper-outer .item span em { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: #040303; opacity: 0.4; filter: Alpha(opacity=40); transition: linear all 0.3s; }

.yw .article .focus .owl-carousel .owl-wrapper-outer .item span a { display: block; position: relative; padding: 15px 20px; line-height: 1em; box-sizing: border-box; color: #fff; font-size: 18px; z-index: 2; }

.yw .article .focus .owl-carousel .owl-controls { margin: 0; }

@media (max-width: 960px) { .yw .article .focus .owl-carousel .owl-controls { display: none !important; } }

.yw .article .focus .owl-carousel .owl-controls .owl-pagination { position: absolute; right: 3%; bottom: 3.5%; }

@media (max-width: 1199px) { .yw .article .focus .owl-carousel .owl-controls .owl-pagination { display: none !important; } }

.yw .article .focus .owl-carousel .owl-controls .owl-pagination .owl-page span { margin: 3px; width: 8px; height: 8px; border: 1px solid #fff; border-radius: 50%; opacity: 1; background-color: #fff; }

.yw .article .focus .owl-carousel .owl-controls .owl-pagination .active span { border: 1px solid #d60000; background-color: #d60000; }

.yw .article .focus .owl-carousel .owl-controls .owl-buttons { display: none !important; }

.yw .article .title-list { padding-top: 10px; padding-bottom: 10px; }

.yw .article .title-list .content .top { overflow: hidden; }

.yw .article .title-list .content .top h4 { float: left; margin: 0; width: 15%; }

@media (max-width: 767px) { .yw .article .title-list .content .top h4 { width: 30%; padding: 0 15px; } }

.yw .article .title-list .content .top h4 a { display: block; color: #d60000; font-size: 28px; }

.yw .article .title-list .content .top h5 { position: relative; float: right; margin: 0; width: 85%; }

@media (max-width: 767px) { .yw .article .title-list .content .top h5 { display: none; } }

.yw .article .title-list .content .top h5 a { display: block; padding: 2px 30px 2px 0; font-size: 24px; color: #e8dda2; text-align: right; }

@media (max-width: 1199px) { .yw .article .title-list .content .top h5 a { font-size: 20px; } }

.yw .article .title-list .content .top h5 span { position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); left: 0; right: 20%; height: 2px; background: #e8dda2; }

.yw .article .title-list .content .bottom { padding: 20px 0 0 0; }

@media (max-width: 1199px) { .yw .article .title-list .content .bottom { padding: 12px 0; } }

@media (max-width: 767px) { .yw .article .title-list .content .bottom { padding: 15px 10px; } }

.yw .article .title-list .content .bottom ul { margin: 0; padding: 0; list-style: none; }

.yw .article .title-list .content .bottom ul li { position: relative; padding: 6px 0; }

.yw .article .title-list .content .bottom ul li:hover a { color: #d60000; }

@media (max-width: 1199px) { .yw .article .title-list .content .bottom ul li { padding: 2px 4px; } }

@media (max-width: 767px) { .yw .article .title-list .content .bottom ul li { padding: 8px 4px; } }

.yw .article .title-list .content .bottom ul li a { display: block; line-height: 1.4em; height: 1.4em; overflow: hidden; box-sizing: border-box; font-size: 18px; color: #333; }

@media (max-width: 767px) { .yw .article .title-list .content .bottom ul li a { height: auto; } }

.topnews h2 { margin: 0; font-size: 20px; font-weight: bolder; }

.topnews p { font-size: 15px; color: #999; margin: 1em 0; height: 3.6em; overflow: hidden; text-indent: 2em}

.topnews hr { border-color: #f5f5f5; }

/*列表*/
.list { list-style: none; margin: 0; padding: 0; }

.list li { font-size: 17px; position: relative; zoom: 1; left: 0px; transition: left .25s; height: 2.2em; overflow: hidden; line-height: 2.2em; }

.list li a { vertical-align: middle; overflow: hidden; text-overflow: ellipsis; }

.list li i { background-position: -244px 0; width: 5px; height: 4px; margin-right: 5px; }

i { display: inline-block; vertical-align: middle; background: url(listicon.png); }

.list li:hover i { background-position: -211px 0; width: 19px; height: 13px; }

.list li:hover { left: 15px; }

.list li a:hover { color: #ff2626; }

/*列表*/
.list-video { margin: 0; padding: 0; list-style: none; }

.list-video li { border-top: 1px solid #efefef; padding: 5px 0; font-size: 16px; background: url(listi.png) scroll no-repeat 0 13px; padding-left: 20px; height: 1.8em; overflow: hidden; }

.list-video li a { font-size: 16px; }

.list-pic { margin: 0; padding: 0; list-style: none; }

.list-pic li { border-top: 1px solid #efefef; padding: 5px 0; font-size: 16px; background: url(listi.png) scroll no-repeat 0 -37px; padding-left: 20px; height: 1.8em; overflow: hidden; }

.list-pic li a { font-size: 16px; }

/*要闻 结束*/
/*通用*/
a { color: #000; }

.titleall { height: 75px;  background: url(title_bg.png) top center no-repeat;background-image:none\9; background-size: 555px 77px; text-align: center; padding-top: 2%; }

.titleall a { font-size: 30px; font-weight: bold; color: #e32638; }

.titlemini { height: 75px; background: url(title_bg.png) top center no-repeat;background-image:none\9; background-size: 555px 57px; text-align: center; padding-top: 2%; }

.titlemini a { font-size: 30px; font-weight: bold; color: #e32638; }

.title { text-align: center; margin-top: 40px; margin-bottom: 30px; }

.title a { display: inline-block; }

/*通用end*/
/*视说“平”语*/
/*focus*/
.Button:hover, .Button:focus { color: #7a0715; background: #f22840; }

.Button.Block { width: 600px; }

.flipster { padding-bottom: 50px; display: block; margin: 0 auto; width: 100%; position: relative; }

.pull-right { float: right; }

.pull-left { float: left; }

.invisible { visibility: hidden; }

.affix { position: fixed; }

.flip-items, .flip-item { display: block; margin: 0 auto; padding: 0; list-style-type: none; }

.flip-items { width: 100%; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.flip-item { position: absolute; opacity: 0.99; }

.flip-past, .flip-future, .flip-next, .flip-prev { cursor: pointer; }

.flip-item img { display: block; width: 100%; }

.flipster-coverflow .flip-items { -webkit-transition: all 350ms ease-in-out; -moz-transition: all 350ms ease-in-out; -o-transition: all 350ms ease-in-out; -ms-transition: all 350ms ease-in-out; transition: all 350ms ease-in-out; position: relative; padding-top: 2%; padding-bottom: 5%; }

.flipster-coverflow .flip-item { display: block; -webkit-transition: all 175ms ease-in-out; -moz-transition: all 175ms ease-in-out; -o-transition: all 175ms ease-in-out; -ms-transition: all 175ms ease-in-out; transition: all 175ms ease-in-out; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -o-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-perspective: 800px; -moz-perspective: 800px; perspective: 800px; position: absolute; width: 30%; }

.flipster-coverflow .flip-content { -webkit-transition: all 350ms ease-in-out; -moz-transition: all 350ms ease-in-out; -o-transition: all 350ms ease-in-out; -ms-transition: all 350ms ease-in-out; transition: all 350ms ease-in-out; -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0.12)), color-stop(0.2, transparent)); }

.flipster-coverflow .flip-past .flip-content { -webkit-transform: rotateY(55deg) scale(0.75); -moz-transform: rotateY(55deg) scale(0.75); -o-transform: rotateY(55deg) scale(0.75); -ms-transform: rotateY(55deg) scale(0.75); transform: rotateY(55deg) scale(0.75); }

.flipster-coverflow .flip-future .flip-content { -webkit-transform: rotateY(-55deg) scale(0.75); -moz-transform: rotateY(-55deg) scale(0.75); -o-transform: rotateY(-55deg) scale(0.75); -ms-transform: rotateY(-55deg) scale(0.75); transform: rotateY(-55deg) scale(0.75); }

.flipster-coverflow.no-rotate .flip-past .flip-content { -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -o-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }

.flipster-coverflow.no-rotate .flip-future .flip-content { -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -o-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }

.flipster-coverflow .flip-current .flip-content { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); }

.flipster-coverflow .flip-hidden { visibility: hidden; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; }

.flipster-carousel .flip-items { -webkit-perspective: 2000px; -moz-perspective: 2000px; perspective: 2000px; }

.flipster-carousel .flip-item { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: all 350ms ease-out; -moz-transition: all 350ms ease-out; -o-transition: all 350ms ease-out; -ms-transition: all 350ms ease-out; transition: all 350ms ease-out; }

.no-csstransforms .flipster-carousel .flip-item { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; }

.flipster-carousel .flip-past { -webkit-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65); -moz-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65); -o-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65); -ms-transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65); transform: translateX(-80%) translateZ(0) rotateY(80deg) scale(0.65); }

.flipster-carousel.no-rotate .flip-past { -webkit-transform: translateX(-80%) translateZ(0) scale(0.65); -moz-transform: translateX(-80%) translateZ(0) scale(0.65); -o-transform: translateX(-80%) translateZ(0) scale(0.65); -ms-transform: translateX(-80%) translateZ(0) scale(0.65); transform: translateX(-80%) translateZ(0) scale(0.65); }

.no-csstransforms3d .flipster-carousel .flip-past { -webkit-transform: translateX(-56%) scale(0.5); -moz-transform: translateX(-56%) scale(0.5); -o-transform: translateX(-56%) scale(0.5); -ms-transform: translateX(-56%) scale(0.5); transform: translateX(-56%) scale(0.5); }

.no-csstransforms .flipster-carousel .flip-past { left: -20%; top: 40%; width: 50%; height: 50%; }

.flipster-carousel .flip-future { -webkit-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65); -moz-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65); -o-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65); -ms-transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65); transform: translateX(80%) translateZ(0) rotateY(-80deg) scale(0.65); }

.flipster-carousel.no-rotate .flip-future { -webkit-transform: translateX(80%) translateZ(0) scale(0.65); -moz-transform: translateX(80%) translateZ(0) scale(0.65); -o-transform: translateX(80%) translateZ(0) scale(0.65); -ms-transform: translateX(80%) translateZ(0) scale(0.65); transform: translateX(80%) translateZ(0) scale(0.65); }

.no-csstransforms3d .flipster-carousel .flip-future { -webkit-transform: translateX(56%) scale(0.5); -moz-transform: translateX(56%) scale(0.5); -o-transform: translateX(56%) scale(0.5); -ms-transform: translateX(56%) scale(0.5); transform: translateX(56%) scale(0.5); }

.no-csstransforms .flipster-carousel .flip-future { left: 88%; top: 40%; width: 50%; height: 50%; }

.flipster-carousel .flip-prev { -webkit-transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8); -moz-transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8); -o-transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8); -ms-transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8); transform: translateX(-60%) translateZ(0) rotateY(60deg) scale(0.8); }

.flipster-carousel.no-rotate .flip-prev { -webkit-transform: translateX(-60%) translateZ(0) scale(0.8); -moz-transform: translateX(-60%) translateZ(0) scale(0.8); -o-transform: translateX(-60%) translateZ(0) scale(0.8); -ms-transform: translateX(-60%) translateZ(0) scale(0.8); transform: translateX(-60%) translateZ(0) scale(0.8); }

.no-csstransforms3d .flipster-carousel .flip-prev { -webkit-transform: translateX(-24%) scale(0.75); -moz-transform: translateX(-24%) scale(0.75); -o-transform: translateX(-24%) scale(0.75); -ms-transform: translateX(-24%) scale(0.75); transform: translateX(-24%) scale(0.75); }

.no-csstransforms .flipster-carousel .flip-prev { left: -9%; top: 20%; width: 75%; height: 75%; }

.flipster-carousel .flip-next { transform: translateX(60%) translateZ(0) rotateY(-60deg) scale(0.8); }

.flipster-carousel.no-rotate .flip-next { -webkit-transform: translateX(60%) translateZ(0) scale(0.8); -moz-transform: translateX(60%) translateZ(0) scale(0.8); -o-transform: translateX(60%) translateZ(0) scale(0.8); -ms-transform: translateX(60%) translateZ(0) scale(0.8); transform: translateX(60%) translateZ(0) scale(0.8); }

.no-csstransforms3d .flipster-carousel .flip-next { -webkit-transform: translateX(24%) scale(0.75); -moz-transform: translateX(24%) scale(0.75); -o-transform: translateX(24%) scale(0.75); -ms-transform: translateX(24%) scale(0.75); transform: translateX(24%) scale(0.75); }

.no-csstransforms .flipster-carousel .flip-next { left: 39%; top: 20%; width: 75%; height: 75%; }

.flipster-carousel .flip-past, .flipster-carousel .flip-future { -webkit-opacity: 0.6; -moz-opacity: 0.6; opacity: 0.6; z-index: 1; -webkit-transition-delay: 87.5ms; -moz-transition-delay: 87.5ms; -o-transition-delay: 87.5ms; transition-delay: 87.5ms; }

.flipster-carousel .flip-prev, .flipster-carousel .flip-next { -webkit-opacity: 0.8; -moz-opacity: 0.8; opacity: 0.8; z-index: 2; -webkit-transition-delay: 58.333333333333336ms; -moz-transition-delay: 58.333333333333336ms; -o-transition-delay: 58.333333333333336ms; transition-delay: 58.333333333333336ms; }

.flipster-carousel .flip-current { z-index: 999; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -o-transform: rotateY(0deg); -ms-transform: rotateY(0deg); transform: rotateY(0deg); -webkit-transition-delay: 58.333333333333336ms; -moz-transition-delay: 58.333333333333336ms; -o-transition-delay: 58.333333333333336ms; transition-delay: 58.333333333333336ms; }

.flipster-carousel .flip-hidden { visibility: hidden; -webkit-opacity: 0; -moz-opacity: 0; opacity: 0; -webkit-transform: rotateY(0deg) translateX(0) scale(0.5); -moz-transform: rotateY(0deg) translateX(0) scale(0.5); -o-transform: rotateY(0deg) translateX(0) scale(0.5); -ms-transform: rotateY(0deg) translateX(0) scale(0.5); transform: rotateY(0deg) translateX(0) scale(0.5); -webkit-transition-delay: 116.66666666666667ms; -moz-transition-delay: 116.66666666666667ms; -o-transition-delay: 116.66666666666667ms; transition-delay: 116.66666666666667ms; }

.no-transition { -webkit-transition-duration: 0ms !important; -moz-transition-duration: 0ms !important; -o-transition-duration: 0ms !important; transition-duration: 0ms !important; }
.gqdt { position: relative; margin-bottom: 60px; display: none\9; }

@media (max-width: 959px) { .gqdt { display: none; } }

.gqdt .title { margin: 0 auto; line-height: 1em; text-align: center; }

.gqdt .title a { display: inline-block; padding: 20px 30px; line-height: 1em; }

.gqdt .title a img { display: block; width: 100%; }

.gqdt .flipster { padding: 20px 0 60px 0; }

.gqdt .flipster ul li span { display: inline-block; margin: 0; background-color: #da0d25; background-position: center center; background-repeat: no-repeat; color: #7a0715; text-shadow: none; vertical-align: middle; cursor: pointer; border: 0; position: relative; }

.gqdt .flipster ul li span a { display: block; padding: 10px 15px; color: #fff; font-size: 18px; background: #eee; position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding-bottom: .4em;
    font-size: 18px;
    background: linear-gradient(to top, #000000, 40%, #ffffff00);}

.gqdt .flipster ul li span a:hover{ color:#d60000;}

.gqdt #span { position: absolute; bottom: 0; left: 0; right: 0; margin: 0 100px; height: 1px; background-color: #eee; }

.gqdt #span em { position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: #d60000; }
.tu .touch-slider { width: 100%; margin-bottom: 30px; background: #F2F6F8; position: relative; }

.focus .owl-carousel { position: relative; }

.focus .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .img-shaw { position: relative; display: block; width: 100%; }

.focus .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .img-shaw img { display: block; width: 100%; }

.focus .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .img-shaw .shtext { position: absolute; bottom: 0; left: 10px; color: #fff; font-size: 15px; line-height: 40px; z-index: 5; }

.focus .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .img-shaw .shtext {
   
 bottom: 5px;
 font-size: 22px;
  
}

@media (max-width: 767px) { .focus .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .img-shaw .shtext { line-height: 20px; } }

.focus .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .img-shaw::after { content: ""; position: absolute; background: linear-gradient(transparent 70%, #000); top: 0; right: 0; bottom: 0; left: 0; opacity: 0.3; transition: 0.3s; z-index: 1; }

.focus .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .img-shaw:hover::after { opacity: 1; }

.focus .owl-carousel .owl-controls { margin: 0; }

.focus .owl-carousel .owl-controls .owl-pagination { position: absolute; top: 90%; right: 3%; }
@media (max-width: 767px) { .focus .owl-carousel .owl-controls .owl-pagination { display: none; } }

.focus .owl-carousel .owl-controls .owl-pagination .owl-page span { margin: 5px; background: #fff; }

.focus .owl-carousel .owl-controls .owl-buttons .owl-prev, .focus .owl-carousel .owl-controls .owl-buttons .owl-next { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 56px; padding: 0; border-radius: 1px; background-repeat: no-repeat; background-size: cover; background-color: transparent; }

.focus .owl-carousel .owl-controls .owl-buttons .owl-prev { background: url("left.png"); left: -5px; }

.focus .owl-carousel .owl-controls .owl-buttons .owl-next { background: url("right.png"); right: -5px; }

.section{background: url(bg.jpg) no-repeat; background-position: center top;padding-bottom: 40px;margin-top: 40px;}
/*视说“平”语*/
/*“平”语回声*/
.article-list { list-style: none; margin: 0; padding: 0; }

.article-list li { margin-bottom: 30px; overflow: hidden; }

.article-list li:hover img { display: block; transition: all 0.3s; opacity: 0.8; }

.article-list .pic { width: 13em; float: left; margin-right: 15px; }

.article-list .pic a, .article-list .pic img { display: block; }

.article-list dl { margin: 0; padding: 0; }

.article-list dl dt { font-size: 20px; font-weight: normal; line-height: 2em; height: 2em; overflow: hidden; }

.article-list dl dt a { font-weight: bold; color: #222; }

.article-list dl dt a:hover { color: #F55; }

.article-list dl dd { margin-top: 10px; font-size: 12px; line-height: 1.8em; height: 7.2em; overflow: hidden; color: #999; font-family: '宋体'; text-indent: 2em; }

.article-list dl .xba { height: 5.4em; }

@media (max-width: 767px) { .article-list .pic { width: 7em; }
  .article-list dl dt { height: auto; font-size: 16px; }
  .article-list dl dd { display: none; } }

@media (max-width: 959px) { .article-list dl dt a { height: auto; font-size: 16px; } }

/*“平”语回声end*/

/*纸上“平”语*/
/*.qjlt{display:none;}*/
.qjlt { padding-top: 15px; }


.qjlt .article .t-box { padding: 15px; overflow: hidden; }

.qjlt .article .t-box .left { position: relative; float: left; width: 20%; box-sizing: border-box; padding-right: 20px; }

@media (max-width: 959px) { .qjlt .article .t-box .left { width: 30%; } }

.qjlt .article .t-box .left img { display: block; width: 100%; }

 .qjlt .article .t-box .left span { position: absolute; top: 50%; -ms-transform: translateY(-50%); transform: translateY(-50%); left: 20%; font-size: 30px; color: #fff; font-weight: bold; }

 .qjlt .article .t-box .right { float: left; width: 80%; box-sizing: border-box; border-bottom: 1px dashed #b7aeae; }

@media (max-width: 959px) { .qjlt .article .t-box .right { width: 70%; } }

.qjlt .article .t-box .right h4 { margin: 0; }

.qjlt .article .t-box .right h4 a { display: block; line-height: 1.6em; height: 1.6em; box-sizing: border-box; color: #333; font-size: 18px; overflow: hidden; font-weight: bold; }

 .qjlt .article .t-box .right h4 a:hover { color: #e21418; }

@media (max-width: 959px) {.qjlt .article .t-box .right h4 a { height: 4.8em; font-size: 20px; } }

.qjlt .article .t-box .right p { margin: 10px 0; font-size: 14px; color: #666; text-indent: 2em; height: 3.6em; overflow: hidden; }

@media (max-width: 959px) { .qjlt .article .t-box .right p { display: none; } }

/*纸上“平”语end*/


/*“平”语网评*/
.cop .img-logo { float: left; width: 25%; }

.cop .img-logo a img { display: block; }

.cop .img-logo ~ p { float: left; width: 70%; padding-left: 15px; box-sizing: border-box; text-indent: 2em; }

.cop ul { color: #666; }

.cop ul li { line-height:2em; }

.cop ul li a { color: #000; font-size: 18px; }

.cop ul li a:hover { color: #d43; }
/*“平”语网评end*/

.footer-content { padding: 30px 0; background: #f2f2f2; color: #888; text-align: center; margin-top: 15px; }

.footer-content a { color: #333; }

.footer-content a:hover { color: #000; }

.footer-content em { margin: 0 6px; font-style: normal; }

.footer-content p { margin: 1em 0; text-align: center; }

.footer-content .text { color: #888; text-align: center; }

.footer-2013 .footer-content { width: 100%; min-width: 1000px; }

.bg-white .footer-content { background: #fff !important; }

@media (max-width: 767px) { .footer-content p em { display: none; }
  .footer-content p a { padding: 0 4px; } }
