.container{
    width: 1200px;
    margin: 0 auto;
}
/*.head-con{
    height: 50px;
    padding-top: 6px;
    display: flex;
    justify-content: space-between;

}*/

.head-con{
	height:59px;
    background-color: #c81b15;
    line-height: 59px;
    color: #fff;
    font-size:16px;
}


.head-con .topbox {
    display: flex;
    justify-content: space-between;
    background-color: #c81b15;
}



 .container{
  width: 1200px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.header .logo{
    background: url(../images/logo.jpg) no-repeat;
    width: 217px;
    height: 40px;
    flex: 1;
}
.header .date{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    line-height: 40px;
	font-size:18px;
}
.banner{
    background: url(../images/banner.jpg) no-repeat center top;
    width: 100%;
    overflow: hidden;
    height: 525px;
}
/* 导航 */
.navbar{
    background-color: #c62a2b; 
}
.nav ul{
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size:0px
}
.nav ul li{
    display: inline-block;
}
.nav ul li a{
    display: block;
    width: 150px;
    text-align: center;
    font-size: 22px;
    line-height: 80px;
    color: #ffffff;
}
.nav ul li a:hover{
    background-color: #fceceb;
    color: #c62a2b;
}
.nav ul li.active a{
    background-color: #ffffff;
    color: #c62a2b;
}
.content{
    margin-top: 30px;
}
.information{
    margin-bottom: 10px;
}
.infotitle{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.infotitle .title{
    flex: 1;
    background: url(../images/sprite.jpg) no-repeat;
    background-position: 0 0;
    height: 30px;
}
.infotitle .more{
    display: flex;
    flex: 1;
    /*justify-content: flex-end;*/
}


.infotitle .more a{
    font-size: 24px;
    color: #808080; 
}
.infotitle .more a::after{
    content: "";
    width: 30px;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    background: url(../images/sprite-icon.png) no-repeat;
    background-position: 0 -7px;
}


//增加videomorecss
.infotitle .videomore{
    display: flex;
    flex: 1;
    /*justify-content: flex-end;*/
}


.infotitle .videomore a{
    font-size: 24px;
    color: #808080;
}
.infotitle .videomore a::after{
    content: "";
    width: 30px;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    background: url(../images/sprite-icon.png) no-repeat;
    background-position: 0 -7px;
}






.infocontent{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
.infocontent .infolist{   
    width: 728px;
    margin: 5px 80px 15px 0;
    flex: 1;
}
.infocontent .infolist li{
    height: 57px;
    line-height: 57px;
    font-size: 22px;
    background: url(../images/line.jpg) repeat-x left bottom;
}
.infocontent .infolist li:last-child{
    background: none;
}
.infocontent .infolist li a{
    line-height: 57px;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}
.infocontent .infolist li a:hover{
    color: #c62a2b;
}
.infocontent .infoimg{
    width: 385px;
    height: 258px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.infocontent .infoimg img{
    width: 100%;
    height: 100%;
    display: block;
}
.infocontent .infoimg a{
    display: block;
    position: relative;
}
.infocontent .infoimg p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/bg000.png) repeat;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    text-align: center;
}
.infocontent .infoimg img{
    display: block;
}
.infotitle .title1{
    background-position: 0 0;
}
.infotitle .title2{
    background-position: 0 -30px;
}
.infotitle .title3{
    background-position: 0 -60px;
}
.infotitle .title4{
    background-position: 0 -90px;
}
.infotitle .title5{
    background-position: 0 -120px;
}
.infotitle .title6{
    background-position: 0 -150px;
}
.infotitle .title7{
    background-position: 0 -180px;
}
.infotitle .title8{
    background-position: 0 -210px;
}
.infotitle .title9{
    background-position: 0 -240px;
}
.infotitle .title10{
    background-position: 0 -270px;
}
.infotitle .title11{
    background-position: 0 -300px;
}
.infotitle .title12{
    background-position: 0 -330px;
}

.infotitle .title13{
    background-position: 0 -360px;
}
.slogan{
    margin-bottom: 60px;
}
/* 美丽乡村 */
.picture {
    margin-top: 10px;
}
.picture .picture-list{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.picture .picture-list:after {
    content:"";
    width:30%;
}


.picture .picture-list li{
    margin-top: 5px;
    width: 385px;
    overflow: hidden;
    margin-bottom: 20px;
}
.picture .picture-list li a{
    color: #000000;
}
.picture .img{
    width: 385px;
    height: 258px;
    display: block;
    border-radius: 8px;
}
.picture p{
    margin: 25px 0;
    text-align: center;
    font-size: 26px;
    color: #000000;
    height: 40px;
    overflow: hidden;
    font-weight:bold;
}
.footer{
    background-color: #f1f1f1;
    padding: 35px 0;
    text-align: center;
    color: #000000;
    font-size: 16px;
}
.bottomnav{
    margin-bottom: 15px;
}
.bottomnav a{
    display: inline-block;
    font-size: 16px;
    line-height: 35px;
    color: #000;
}
.bottomnav a::after{
    content: "";
    width: 1px;
    height: 35px;
    border-right: 2px solid #000;
    padding-left: 35px;
    margin-right: 35px;
}
.bottomnav a:last-child::after{
    border-right: none;
}
.copyright{
    line-height: 38px;
    font-size: 16px;
}
/* 文字列表 */
.news{
    margin-top: 25px;
    overflow: hidden;
}
.news li{
    font-size: 20px;
    line-height: 70px;
    width: 50%;
    float: left;
    background: url(../images/dot.png) no-repeat left center;
    padding-left: 15px;
    box-sizing: border-box;
}
.news li a{
    display: block;
    padding-right: 45px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news li a:hover{
    color: #c62a2b;
}

/* 分页 */
.page-list {
	clear: both;
	margin: 45px 0;
	padding-top: 7px;
	height: 45px;
	color: #555;
	text-align: center;
}
.pagination {
	margin: 0;
}
.pagination > li {
	display: inline-block;
}
.pagination > li > a {
	color: #555;
	margin: 0 2px;
	border: 2px solid #e4e4e4;
	padding: 8px 12px;
	font-size: 18px;
	background: transparent;
}
.pagination > li >span {
	padding: 0 10px;
	border: none;
	color: #336aa6;
	background: transparent;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
	border-radius: 0;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	border-color: #febc42;
	color: #13bad9;
	z-index: 2;
}
.pagination > li >span.active {
	color: #a04947;
	font-size: 14px;
	margin: 0 2px;
	padding: 8px 12px;
	border: 2px solid #a04947;
}
/* 详情页 */
.main-content {
    width: 100%;
    margin: 60px 0;
}
.article-tith3 {
    font-size: 32px;
    line-height: 72px;
    color: #1f1f1f;
    font-weight: bold;
    margin-bottom: 40px;
    font-family: "Microsoft YaHei";
    text-align: center;
}
.article-info{
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
    border-bottom: 2px solid #faefd1;
}
.source{
    font-size: 20px;
    height: 40px;
    line-height: 40px;
}
.sharebox{
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    display: flex;
    justify-content: flex-end;
    height: 40px;
    align-items: center;
}
.print {
	float: left;
	padding: 0 15px;
}

.print a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: url(../images/sprite-icon.png) no-repeat;
    background-position: 0 -146px;
	padding-left: 60px;
	cursor: pointer;
}
.jiucuo{
    display: block;
    height: 40px;
    line-height: 40px;
    background: url(../images/sprite-icon.png) no-repeat;
    background-position: 0 -72px;
	padding-left: 60px;
	cursor: pointer;
}
.share{
    background: url(../images/sprite-icon.png) no-repeat;
    background-position: 0 -215px;
    padding-left: 60px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
}
.article-content {
    margin-top: 12px;
    margin-bottom: 60px;
}
.article-content img {
	display: block;
	width: 98%;
	margin: 0 auto;
}
.article-content p {
	font-size: 16px;
	line-height: 5px;
	margin-bottom: 5px;
}

/*修改图片大小*/

.article-content p img
{
        display: block;
        width: 800px;
        margin: 0 auto;
}

.release-time{
    font-size: 16px;
    line-height: 34px;
}
.summary{
    font-size: 32px;
    line-height: 53px;
    color: #000000;
    margin-bottom: 80PX;
}
.summary a{
    color: #c62a2b;
}
.video{
  margin: 0 auto;
    width:800px;

}
.video-title{
    font-size: 34px;
    text-align: center;
}
.video-play{
    margin: 55px 0 100px;
    text-align: center;
}
