.banBoxs {
	width: 100%;
	height: 500px;
	position: relative;
	margin-top: 130px;
}

.banBoxs .banHov {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
	background: rgba(0, 48, 160, 0.6);
}

.banBoxs .banTitles {
	position: absolute;
	top: 45%;
	left: 50%;
	letter-spacing: 4px;
	z-index: 11;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	text-align: center;
}

.banBoxs .banTitles p:nth-child(1) {
	color: #FFFFFF;
	font-size: 40px;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.banBoxs .banTitles p:nth-child(2) {
	color: #FFFFFF;
	font-size: 15px;
}

.banBoxs .banimgs {
	width: 100%;
	height: 100%;
	background-color: #6FC8CC;
	position: absolute;
}

.banBoxs .boximgs,
.ph-boximgs {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.ph-boximgs {
	display: none;
}

.mediaTain {
	width: 100%;
	background: #FFFFFF;
	margin-bottom: 530px;
}

.mediaBox {
	/* margin-bottom: 555px; */
	padding-top: 68px;
	padding-bottom: 50px;
}

/* 公共底部 */
/* .footer {
    background: rgb(41, 41, 41);
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: -10;
} */





.mediaBox .meLeft {
	width: 68%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	text-align: left;
	height: 432px;
	min-height: 300px;
	transition: height 0.3s;
	box-sizing: border-box;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.mediap{
	width: 100%;
	height: 245px;
}
.mediaBox .meLeft .ewbimg {
	width: 100%;
	height: 100%;
}

.mediaBox .meLeft:hover {
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}

.mediaBox .meLeft .ImgDesc .dDates {
	font-size: 14px;
	height: 35px;
	color: #333333;
	padding: 15px 20px 0;
}

.mediaBox .meLeft .ImgDesc .dTxts {
	line-height: 20px;
	font-size: 18px;
	color: #333;
	padding: 12px 20px 10px 20px;
}

.mediaBox .meLeft .ImgDesc .dTxts2 {
	line-height: 20px;
    font-size: 12px;
    color: #666;
    padding: 0 20px 10px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
    max-height: 62px;
}

.cli_more {
	overflow: hidden;
	padding: 10px 0 0 20px;
}

.cli_more span {
	color: #074296;
	font-size: 12px;
}


.mediaBox .meRight {
	width: 30%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	text-align: left;
	height: 432px;
	min-height: 300px;
	transition: height 0.3s;
	box-sizing: border-box;
}

.mediaBox .meRight .xinBox {
	border-bottom: 1px #E0E0E0 solid;
	padding: 10px 20px;
}

.mediaBox .meRight .xinBox .flwords {
	height: 40px;
	line-height: 40px;
}

.mediaBox .meRight .xinBox .frcontent a:first-child {
	height: 40px;
	display: inline-block;
	line-height: 40px;
	color: #7d6243;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px #DDDDDD solid;
}

.mediaBox .meRight li {
	border-top: 1px #DDDDDD solid;
	padding: 23px 20px;
}

.mediaBox .meRight li:first-child {
	padding: 0;
	border-top: none;
}

.mediaBox .meRight li:first-child:hover {
	background: none;
}

.mediaBox .meRight li:hover {
	background: rgba(245, 245, 245, 0.8);
}

.mediaBox .meRight li:nth-child(2) {
	border-top: none;
}

.mediaBox .meRight li p {
    /* height: 28px; */
    line-height: 28px;
    color: #333333;
    white-space: nowrap;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mediaBox .meRight li p .ptimes {
	color: #D2D2D2;
}

.media_boxs {
	margin-top: 50px;
}

.mediaList {
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	margin-bottom: 40px;
	position: relative;
}

.mediaList:after {
	content: '';
	width: 100%;
	height: 1px;
	border: #F0F0F0 1px dashed;
	display: block;
	position: absolute;
	bottom: -20px;
}

.mediaList:last-child:after {
	display: none;
}


.mediaList:hover {
	box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.35);
	-webkit-box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.35);
	-moz-box-shadow: 0px 1px 16px 0px rgba(203, 203, 203, 0.35);
}

.mediaList .listcons {
	padding: 30px;
}

.mediaList .listcons .leftimgs {
    width: 30%;
	margin-right: 3%;
}

.mediaList .listcons .leftimgs>img {
	max-width: 100%;
}

.mediaList .listcons .rightdesc {
	width: 66%;
}

.mediaList .listcons .rightdesc h3 {
	font-size: 22px;
	color: #333333;
	margin-bottom: 15px;
	overflow: hidden;
	height: 49px;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	white-space: normal;
}

.mediaList .listcons .rightdesc p.secondp {
	line-height: 24px;
    color: #666666;
    text-indent: 2em;
    height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    white-space: normal;
}

.mediaList .listcons .rightdesc .second_time a {
	color: #074296;
}



/* 手机适配 */

.ph-foot {
	display: none;
}



@media screen and (max-width:1500px) {
	.banBoxs{
		height: 400px;
	}
}


@media screen and (max-width:1200px) {

	.cenNav,
	.navcons,
	.mediaBox {
		width: 90%;
		margin: auto;
	}
}


@media screen and (max-width:968px) {
	.boximgs {
		display: none;
	}

	.ph-foot,
	.ph-boximgs {
		display: block;
	}

	.mediaTain {
		margin-bottom: 0 !important;
	}
	.banBoxs .banTitles{
		width: 80%;
	}

	.banBoxs {
		height: 193px;
		margin-top: 70px;
	}

	.banBoxs .banTitles p:nth-child(1) {
		font-size: 22px;
	}

	.mediaBox {
		width: 90%;
		padding-top: 38px;
	}

	.mediaBox .meRight,.mediaBox .meLeft{
		display: none;
	}

	.mediaBox .meLeft {
		width: 100%;
	}

	.mediaBox .meLeft {
		height: auto;
	}

	.cli_more {
		overflow: hidden;
		padding: 7px 0 16px 20px;
	}

	.mediaList .listcons {
		padding: 0;
	}

	.mediaList {
		width: 48%;
		float: left;
		margin-right: 4%;
	}

	.mediaList:nth-of-type(2n) {
		margin-right: 0;
	}

	.mediaList .listcons .leftimgs,
	.mediaList .listcons .rightdesc {
		width: 100%;
	}

	.mediaList .listcons .rightdesc {
		padding: 10px;
	}

	.mediaList:last-child:after {
		display: block;
	}

	.mediaList .listcons .rightdesc h3 {
		font-size: 18px;
		margin-bottom: 6px;
		letter-spacing: 1px;
		line-height: 27px;
	}

	.mediaList .listcons .rightdesc p.secondp {
		height: 99px;
		margin: 10px 0;
	}




}


@media screen and (max-width:680px) {

	.mediaList {
		width: 100%;
	}

	.mediaList .listcons .leftimgs,
	.mediaList .listcons .rightdesc {
		width: 100%;
	}

	.mediaList .listcons .rightdesc {
		padding: 10px;
	}
}
