﻿@charset "utf-8";
/* CSS Document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after {
	margin:0;
	padding:0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height:100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type:none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
}
sub {
	bottom: -0.25rem;
}
iframe {
	border:0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35rem 0.625rem 0.75rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	/*background: url("../img/banner.jpg") repeat;*/
	padding-top: 46px;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display:block;
	#zoom:1;
}
.clearfix::after {
	content:'';
	overflow:hidden;
	width:100%;
	height:0px;
	font-size:0px;
	display:block;
	clear: both;
}


.fl {
	float:left;
}
.fr {
	float:right;
}


.domPC {
	display: block;
}
.domMobile {
	display: none;
}


.row {
	font-size: 0;
	+word-spacing: -1px;
}
.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.top-bar {
	height: 45px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #cccccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}
.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}
.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}
.top-bar li:last-of-type::after {
	content: " ";
}
.top-bar .item {
	line-height: 45px;
	font-size: 14px;
}
.top-bar .item a {
	padding: 0 7px;
}
.top-bar .home-site-link {
	color: black;
}
.top-bar a {
	color: #1a1a1a;
}
.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}

/* banenr begin*/
.phd img{
	width: 100%;
}
/* banenr end*/

.phd {
	height: 600px;
}



/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 200px;
  width: 60px;
  z-index: 10000;
  display: none;
}
.RTools .qrcode {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px 5px 0;
  border: 1px solid #ccc;
  background-color: #f7f7f7 !important;
  right: 0;
  bottom: 70px;
  position: absolute;
}
.RTools .qrcode canvas {
  width: 100%;
  height: auto;
}
.RTools .qrcode:hover::after {
  content: '扫描分享';
  width: 100%;
  color: #333;
  font-size: 16px;
  display: block;
  text-align: center;
}
.RTools .qrcode:hover {
  transform: translate(0, 0);
  animation: change 1s;
  -moz-animation: change 1s;
  -webkit-animation: change 1s;
  -mozanimation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  overflow: hidden;
  width: 100%;
}
@keyframes change {
  from {
    width: 48px;
    height: 48px;
    opacity: 1;
  }
  to {
    width: 100px;
    height: 125px;
    opacity: 1;
  }
}
.RTools .gototop {
  width: 60px;
  height: 60px;
  cursor: pointer;
  background: #06638c url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC) no-repeat 50% 50%;
  transition: .3s;
  opacity: 0;
  filter: alpha(opacity=0);
}

.show {
  display: block;
}


.adBottom {
	background: #00a0e9;
	/*padding: 20px 0 40px;*/
}
.footer {
	padding: 56px 0 50px;
	/*background: #d72124;*/
	background: #06638c;
	text-align: center;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}
.f_logo{
	margin-bottom: 30px;
}





.container{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}


.mt80{ margin-top: 80px;}


.video-box{
	float: left;
	width: 580px;
	height: 379px;
	position: relative;
}
.video-box img{
	display: block;
	width: 580px;
	height: 379px;
}
.video-box a{
	display: block;
}
.video-box .icon{
	margin-top: -37px;
	margin-left: -37px;
	position: absolute;
	top: 50%;
	left: 50%;
}
.video-box .icon img{
	display: block;
	width: 75px;
	height: 75px;
}
.video-box .text{
	height: 56px;
	line-height: 56px;
	background: rgba(0,0,0,0.7);
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.video-box .text a{
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news{
	float: right;
	width: 577px;
}
.news a,
.news span{
	display: block;
}
.news .name{
	height: 26px;
	line-height: 26px;
	margin-bottom: 15px;
	font-size: 26px;
	color: #d72124;
	font-weight: bold;
}
.news .name a{
	color: #b61212;
}
.news .news-recommend{
	/*height: 98px;*/
	margin-bottom: 10px;
	border-bottom: 1px dotted #bfbfbf;
}
.news .news-recommend .title{
	height: 28px;
	line-height: 28px;
	margin-bottom: 4px;
	font-size: 18px;
	color: #b61212;
	display:none;
}
.news .news-recommend .title a{
	color: #b61212;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:none;
}
.news .news-recommend .content{
	/*height: 48px;*/
	height: 338px;
	line-height: 37px;
	font-size: 14px;
	color: #808080;
	overflow:hidden;
	font-size:16px;
	text-indent:2.5em;
}
.news .news-recommend .content a{
	color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news .news-list li{
	height: 34px;
	line-height: 34px;
	padding-left: 14px;
	background: url("//www.news.cn/res/xhwimg/food/20181224zxsjdmn/img/li_bg1.png") left center no-repeat;
	font-size: 14px;
}
.news .news-list li a{
	color: #4c4c4c;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.broadcast{
	height: 60px;
	padding-left: 188px;
	margin-top: 25px;
	background: #f2f2f2;
	position: relative;
}
.broadcast .name{
	width: 151px;
	height: 60px;
	line-height: 60px;
	padding-left: 16px;
	background: url("//www.news.cn/res/xhwimg/food/20191030spaqwt/img/name_bg.png") left center no-repeat;
	font-size: 22px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.broadcast .name img{
	display: inline-block;
	width: 25px;
	height: 23px;
	margin-right: 6px;
	vertical-align: middle;
}
.broadcast .broadcast-roll a{
	display: inline-block;
	height: 60px;
	line-height: 60px;
	padding-left: 38px;
	background: url("//www.news.cn/res/xhwimg/food/20181224zxsjdmn/img/li_bg2.png") 24px center no-repeat;
	font-size: 14px;
	color: #595959;
}
.public-title{
	height: 130px;
	line-height: 60px;
	font-size: 34px;
	color: #ad191d;
	font-weight: bold;
	text-align: center;
}
.public-title .logo-img{
	display: inline-block;
	height: 38px;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 10px;
	border-right: 1px solid #e6e6e6;
	vertical-align: middle;
}
.brandStory{
	margin-top: 70px;
}
.brandStory .left-box{
	float: left;
	width: 746px;
}
.brandStory .right-box{
	float: right;
	width: 413px;
}
.brandStory .pic{
	height: 278px;
	margin-bottom: 24px;
	position: relative;
	overflow:hidden;
}
.brandStory .pic a{
	display: block;
	height: 278px;
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brandStory .pic img{
	display: block;
}
.brandStory .pic .text{
	background: rgba(0,0,0,0.75);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.brandStory .pic:last-child{
	margin-bottom: 0;
}
.brandStory .left-box .picBox{
	float: left;
	width: 220px;
}
.brandStory .left-box .picBox .pic img{
	width: 220px;
	height: 278px;
}
.brandStory .left-box .picBox .pic .text{
	height: 45px;
	line-height: 45px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 14px;
}
.brandStory .left-box .textBox{
	float: right;
	width: 482px;
}
.brandStory .left-box .textBox li{
	height: 126px;
	margin-bottom: 24px;
	border-bottom: 1px dotted #bfbfbf;
}
.brandStory .left-box .textBox li:last-child{
	margin-bottom: 0;
}
.brandStory .left-box .textBox li a{
	display: block;
}
.brandStory .left-box .textBox li .title{
	height: 18px;
	line-height: 18px;
	margin-bottom: 14px;
	font-size: 18px;
}
.brandStory .left-box .textBox li .title a{
	color: #b61212;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.brandStory .left-box .textBox li .content{
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	text-indent: 28px;
}
.brandStory .left-box .textBox li .content a{
	color: #808080;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.brandStory .right-box .pic img{
	width: 413px;
}
.brandStory .right-box .pic .text{
	height: 50px;
	line-height: 50px;
	padding-right: 18px;
	padding-left: 18px;
	font-size: 18px;
}
.HDAtlas{
	margin-top: 70px;

	margin-bottom: 80px;
}
.HDAtlas-imgBox{
	height: 550px;
	overflow: hidden;
	margin-top: 30px;
	position: relative;
}
.HDAtlas-imgBox ul li{
	float: left;
	width: 115px;
	height: 550px;
	overflow: hidden;
	border-left: 2px solid #fff;
	position: relative;
}
.HDAtlas-imgBox ul li .imgTop img{
	width: 731px;
	height: 550px;
	opacity: 1;
}
.HDAtlas-imgBox ul li .imgTop img.tm{
	opacity: 1;
}
.HDAtlas-imgBox ul li .imgCon{
	width: 731px;
	height: 550px;
}
.HDAtlas-imgBox ul li .imgCen{
	width: 731px;
	height: 55px;
	line-height: 55px;
	background: rgba(0,0,0,0.75);
	font-size: 22px;
	color: #fff;
	text-indent: 24px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.HDAtlas-imgBox ul li .imgCen a{
	color: #fff;
}
.HDAtlas-imgBox ul li:first-child{
	width: 731px;
}
.HDAtlas-imgBox ul li.fast{
	position: absolute;
	right: 0;
	bottom: 0;
}

.hqdj {
    top: 670px !important;
    left: 20px !important;
    width: 80px;
    height: 80px;
    background: linear-gradient(to bottom,#ad191d 0%,#d72124 33%,#d72124 66%,#ad191d 100%);
    position: fixed;
    z-index: 99;
    text-align: center;
    cursor: pointer;
}

.hqdj a {
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
    margin-top: 10px;
    display: block;
}

/* section-19 begin */
.section-19 .swiper-container-xctj{
	width: 100%;
	height: 600px;
	margin-top: 20px;
	overflow: hidden;
}
.section-19 {
	width: 1200px;
	position: relative;
}
.section-19 .pic img {
	display: block;
	width: 100%;
}
.section-19 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*background:url(//www.news.cn/res/xhwimg/travel/lajjlt2018/img/list_bg2.png) no-repeat center center;*/
	background: rgba( 51, 51, 51, .7);
	color: #fff;
	padding: 0px 20px 0px 20px;
	line-height: 62px;
	height: 62px;
	text-align: left;
}
.section-19 .title a {
	color: #fff;
	font-size: 22px;
}

.section-19 .swiper-pagination-fraction {
	bottom: 10px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 34px;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	color: #fff;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 22px;
}
.section-19 .swiper-button-prev, .section-19 .swiper-button-next {
	background-color: rgba(215, 33, 36, .8);
	width: 56px;
	height: 110px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 20px 36px;
}
.section-19 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-19 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-19 .swiper-button-prev:hover, .section-19 .swiper-button-next:hover {
	background-color: rgba(181, 71, 67, .8);
}
.section-19 .section-list{
	width: 500px;
	overflow: hidden;
	float: right;
}
.section-19 .section-list .mod-topics{
	border-top: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.section-19 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}
.section-19 .section-list .mod-topics .topic a{
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.section-19 .section-list .mod-topics .topic a:hover{
	color: #1381f2;
}
.section-19 .section-list .mod-topics .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}
/* section-19 end */






/* section-17 */
.section-17 .unit {
	margin-top: 10px;
}
.section-17 .mod-tile {
	width: 360px;
	margin: 0 20px 40px;
	position: relative;
}
.section-17 .mod-tile .media {
	width:100%;
}
.section-17 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-17 .mod-tile .media img {
	width: 360px;
	height: 205px;
}
.section-17 .mod-tile .media a img {
	transition: 0.5s;
	display: block;
}
.section-17 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-17 .mod-tile .caption {
	line-height: 1.8;
	font-size: 18px;
	width: 360px;
	height: 65px;
	text-align: left;
	margin-top: 20px;
}
.section-17 .mod-tile .abstract {
	text-align: left;
	margin-top: 10px;
	color: #888;
	max-height: 80px;
}
.section-17 .mod-tile .abstract a {
	color: #d70100;
	display: inline;
}
.section-17 .mod-tile .abstract a:hover {
	color: #dc0000;
}
.section-17 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	width: 560px;
	margin: 0 20px 15px;
}
.section-17 .mod-topics .topic {
	height: inherit;
	line-height: 1.8;
	font-size: 16px;
	position: relative;
	text-indent: 20px;
	color: #333;
}
.section-17 .mod-topics .topic a {
	color: #333;
}
.section-17 .mod-topics .topic a:hover {
	color: #dc0000;
}
.section-17 .mod-topics .topic::after {
	content: '';
	display: block;
	width: 5px;
	height: 15px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #d70100;
	position: absolute;
	left: 0;
	top: 7px;
}
.section-17 .mod-topics .abstract {
	height: 70px;
    line-height: 2.3;
    margin-top: 10px;
    color: #888;
    padding-bottom: 10px;
    box-sizing: border-box;
    padding-left: 20px;
}
.section-17 .mod-topics .abstract a {
	color: #d70100;
}
.section-17 .mod-topics .abstract a:hover {
	color: #dc0000;
}
/* section-17 end */

.section {
	margin: 10px auto;
	width: 1200px;
}

.abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}



.mod a {
	color: #444;
	transition: 0.5s;
}
.mod a:hover {
	color: #c00;
}
.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}
.mod .topic a {
	color: #c00;
}
.mod .topic a:hover {
	color: #b30000;
}
.mod .caption {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}
.mod .caption a {
	display: block;
}
.mod .inner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7)
}
.mod .inner-caption a {
	color: #eee;
}
.mod .inner-caption a:hover {
	color: #b30000;
}
.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	color: #444;
}







.section-05{
	margin-top: 35px;	margin-bottom: 48px; width:1200px; margin:40px auto;
}
.sec-title img{
	display: block;
	margin: 0 auto;
}
.img-list{
	margin-top: 21px;
}
.img-list li{
	padding: 20px 0 19px 197px;
	width: 381px;
	border-bottom: 1px dotted #ccc;
}
.img-list li:nth-child(2n){
	margin-left: 44px;
}
.img-list li .span-pic{
	margin-left: -197px;
}
.img-list li .span-pic,.img-list li .span-pic img{
	width: 176px;
	height: 113px;
}
.img-list li .span-pic img{
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.img-list li .span-pic:hover img{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1); 
}
.img-list li .div1{
	width: 100%;
}
.img-list li .div1 .span-title{
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.img-list li .div1 .span-title a{
	font-size: 18px;
	color: #262626;
}
.img-list li .div1 .span-title a:hover{
	color: #c90010;
}
.img-list li .div1 .span-detail{
	font-size: 14px;
	color: #737373;
	line-height: 22px;
	height: 66px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin-top: 11px;
}
.img-list li .div1 .span-more{
	font-size: 14px;
}
.img-list li .div1 .span-more a{
	color: #c90010;
}

.phonation-list li{
	width: 578px;
	border-bottom: 1px dotted #ccc;
	line-height: 22px;
	padding: 20px 0 18px;
}
.phonation-list li:nth-child(2n){
	margin-left: 44px;
}
.phonation-list li .span-title{
	font-size: 18px;
	height: 22px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.phonation-list li .span-title a{
	color: #262626;
}
.phonation-list li .span-title a:hover{
	color: #c90010;
}
.phonation-list li .span-detail{
	font-size: 14px;
	color: #737373;
	height: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 8px;
}
.phonation-list li .span-detail a{
	color: #c90010;
}


/* 栏目样式54 自适应 */
.section_pm_72 {width: 1200px;  min-width: 1200px; margin: 0 auto; overflow: hidden; }
.story-div1{ margin-left: 13px; margin-top: 13px; float: left; overflow: hidden;}
.story-div1:first-child{  background: #e9bf3d; margin-left: 0;}
.story-div1:last-child{  background: #5b9a62;}
.story-div1:nth-child(3){ background: #5b9a62;}
.story-div1:nth-child(4){  margin-left: 0;}
.story-div1:nth-child(5){  background: #f0bc24;}
.story-divv1{ font-size: 14px; color: #fff; height: 116px; transition: all .5s;}
.story-divv1:hover{ -webkit-transform:scale(1.05); -moz-transform:scale(1.05);  -o-transform:scale(1.05);  transform:scale(1.05);}
.story-divv1 a{  color: #fff;  line-height: 20px;}
.story-divv1 .span-title{  font-size: 18px;  line-height: 22px;  height: 44px;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;  font-weight: bold;}
.story-divv1 .span-date{  font-size: 14px;}
.story-divv1 .span-detail{  height: 40px;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp: 2;  overflow: hidden;  margin-top: 12px;}
.story-div1:first-child .story-divv1,.story-div1:last-child .story-divv1{  width: 242px;  padding: 45px 24px 39px;}
.story-div1:nth-child(3) .story-divv1,.story-div1:nth-child(5) .story-divv1{  width: 522px;  padding: 45px 36px 39px;}
.story-div1:nth-child(3) .story-divv1 .span-title,.story-div1:nth-child(5) .story-divv1 .span-title{  height: 22px;  overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap;}
.story-div1:nth-child(3) .story-divv1 .span-date,.story-div1:nth-child(5) .story-divv1 .span-date{  margin-top: 2px;}
.story-div1 .story-pic,.story-div1 .story-pic a,.story-div1 .story-pic a img{  display: block;  width: 290px;  height: 200px;}
.story-div1 .story-pic{overflow: hidden;}
.story-div1 .story-pic a img{  transition: all .5s;}
.story-div1 .story-pic:hover a img{
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    transform:scale(1.05);
}
