/*新闻列表页及详情页样式*/

.newslistBanner {
	width: 1920px;
	height: 375px;
	background: url(../images/newslist/pr16.png)no-repeat;
	/* padding-top: 70px; */
}





/*  新闻详情页样式 */
.newsBanner {
	width: 100%;
	height: 375px;
	background: #1f368f;
	padding-top: 70px;
}

.newsBanner .newsbannerContent {
	width: 1280px;
	margin: 0 auto;
	
}
.newsBanner .newsbannerContent .newsbannerleft{
	float: left;
	margin-top:82px;
}

.newsBanner .newsbannerContent .newsbannertitle {

	font-size: 36px;
	font-weight: 400;
	color: #ffffff;
	line-height: 50px;
	margin: 0 auto;
}

.newsBanner .newsbannerContent .newsbannerdesc {
	width: 583px;
	font-size: 16px;
	font-weight: 400;
	color: #ffffff;
	line-height: 28px;
	margin-top: 30px;
}

.newsBanner .newsbannerContent .newsbannerpic{
	float: right;
	margin-top: 39px;
}

.newsTitle {
	width: 1280px;
	margin: 0 auto;
	font-size: 36px;
	font-weight: 400;
	text-align: justify;
	color: #333333;
	line-height: 50px;
	padding-top: 80px;
}

.newsTitlesmall {
	width: 1280px;
	margin: 0 auto;
	height: 30px;
	padding-top: 30px;
}

.newsTitlesmall .newsTitlemenu {
	font-size: 14px;
	font-weight: 400;
	color: #1f368f;
	line-height: 30px;
	float: left;
	width: 90px;
	height: 30px;
	background: rgba(31, 54, 143, 0.1);
	text-align: center;

}

.newsTitlesmall .newsTitledate {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	float: left;
	margin-left: 30px;
}

.newsContent {
	width: 1280px;
	margin: 0 auto;
	min-height: 500px;
	height: auto !important;
	overflow: visible;
	padding-top: 80px;

}

.newsContent .newsContentleft {
	width: 1024px;
	height: auto;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 28px;
	float: left;
	padding-bottom: 80px;
}

.newsContent .newsContentright {
	float: left;
	overflow: hidden
}


/*新闻上下页*/
#newsPagebg {
	width: 100px;
/* 	overflow: hidden;
	position: relative; */
	margin-left: 50px;
	margin-top: 150px;
/* 	z-index: 10; */
}

.newsPagebg_Box {
	width: 100%;
	overflow: hidden;
}



.newsPagebg_link {
	width: 100px;
	height: 46px;
	margin-bottom: 30px;
}


.newsPagebg_link a {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 50px;
	margin-left: 10px;
	
}

.newsPagebg_link:hover a{
	color: #1f368f;
}

.newsPagebg_link .newsimgdiv {
	width: 46px;
	height: 46px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
	border-radius: 50%;
	float: left;
}

.newsPagebg_link:hover .newsimgdiv {
	background: #ff7e00;;
}

/*新闻列表页内容样式*/

.newslistMenubg{
	width: 100%;
	height: 60px;
	background: #FFFFFF;
}
.newslistMenu{
	width: 1280px;
	height: 60px;
	text-align: center;
	font-size: 18px;
	margin: 0 auto;
}

.newslistMenu ul{
	list-style-type: none;
}
.newslistMenu ul li{
	display: inline-block;
	width: 168px;
	height: 60px;
	font-size: 18px;
	color: #333333;
}
.newslistMenu ul li a{
	font-size: 18px;
	color: #333333;
	width: 168px;
	height: 60px;
	background: #FFFFFF;
	line-height: 60px;
	padding:17px 30px 18px 30px;
}
.newslistMenu ul li a:hover{
	font-size: 18px;
	color: #1F368F;
	width: 168px;
	height: 60px;
	background: #F6F6F6;
}

/*新闻列表页内容*/
.newslistwrap{
	width: 1280px;
	margin: 0 auto;
	min-height: 800px;
}


.newslistwrap .newslistContentBox {
	float: left;
	width: 1280px;
	height: 120px;
	background: #FFFFFF;
	text-align: left;
	vertical-align: top;
	position: relative;
	margin-top: 50px;
}

.newslistwrap .newslistContentBox a {
	cursor: pointer
}

.newslistwrap .newslistContentBox .newslistTitle {
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	margin-top: 20px;

}


.newslistwrap .newslistContentBox a:hover .newslistTitle {
	color: #FF7E00;
}

.newslistwrap .newslistContentBox .newlistTitleIcon {
	width: 19px;
	height: 19px;
	background: url(../images/plus.png) center no-repeat;
	background-color: #a6a6a6;
	position: absolute;
	right: 0;
	top: 14px
}




.newslistwrap .newslistContentBox .border {
	position: absolute;
	left: 87px;
	top: 44px;
	width: 21px;
	border-top: 1px solid #FF7E00
}

.newslistwrap .newslistContentBox .newslistContent {
	float: left;
	height:60px;
	width: 1130px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height:20px;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	word-wrap: break-word;
	text-overflow: ellipsis;
	display: -webkit-box;
}

.newslistwrap .newslistContentBox .newslistMore {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 16px;
	float: left;
}

.newslistwrap .newslistContentBox .newlistJia {
	width: 10px;
	height: 10px;
	opacity: 1;
	margin-left: 10px;
	/* background: #666666; */
	float: left;
}

.newslistwrap .newlistContentBox a:hover .newlistMore {
	color: #FF7E00;
}

.newslistContentBox .time {
	width: 110px;
	height: 120px;
	border: 1px solid #999999;
	background: #999999;
	text-align: center;
	margin-right: 30px;
	/* margin-top: 14px; */
	float: left
}

.newslistContentBox .time .day {
	font-size: 50px;
	width: 56px;
	height: 50px;
	color: #FFFFFF;
	margin: 25px 29px 45px 25px;
	/* margin-top:25px; */
}

.newslistContentBox .time .ym {
	font-size: 15px;
	color: #FFFFFF;
	font-weight: 400;
	width: 80px;
	height: 15px;
	margin: -45px 27px 25px 15px;
	/* margin-bottom: 25px; */

}

.newslistContentBox a:hover .time {
	background: #FF7E00
}

.newslistContentBox a:hover .day {
	color: #FFFFFF;
}

.newslistContentBox a:hover .ym {
	color: #FFFFFF;
}

/*分页*/
.newslistpagebg{
	width: 100%;
	height: 38px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.newslistpage{
	width: 1280px;
	height: 38px;
	margin: 0 auto;
	text-align: center;
	
}


/*媒体报道样式*/
.mediaPicbg{
	width: 100%;
	margin-top: 60px;
}
.mediaPicbg img{
	width:640px;
	height: 400px;
	float: left;
}
.mediaPicbg .right{
	float: left;
	width: 640px;
	height: 400px;
	background: #FFFFFF;
}

.mediaPicbg .right .lylm{
	width: 90px;
	height: 30px;
	 background-color:rgba(31,54,143,0.1);
	font-size: 14px;
	color: #1f368f;
	line-height:28px;
	text-align: center;
	float: left;
	margin-left: 50px;
	margin-top: 40px;
}
.mediaPicbg .right .lydate{
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 28px;
	margin-left: 40px;
	margin-top: 40px;
}

.mediaPicbg .right .mediaTitle{
	font-size: 21px;
	font-weight: 400;
	color: #333333;
	line-height: 29px;
	margin-left: 50px;
	padding-top:103px;
}

.mediaPicbg .right .mediaDesc{
	width: 540px;
	height: 84px;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 28px;
	margin-left: 50px;
	margin-top:30px;
	margin-bottom: 50px;
}
.mediaPicbg .right .mediaButton{
	margin-left: 50px;
	width: 190px;
	height: 52px;
	border: 2px solid #1f368f;
	border-radius: 28px;
	font-size: 14px;
	color: #1f368f;
	line-height: 52px;
	letter-spacing: 1px;
	text-align: center;
	padding: 18px 44px;
}
.mediaPicbg .right a:hover{

	background: #1f368f;
	color: #FFFFFF;

}

.medialist{
	width: 100px;
	height: auto;
}


.medialistwrap {
	width: 1280px;
	height: 1000px;
	margin: 0 auto;
}

.medialistwrap ul a {
	width: 412px;
	height: 422px;
	background: #FFFFFF;
	margin-top: 42px;
	margin-bottom: 20px;
	float: left;
	margin-left: 22px;
}

.medialistwrap ul a:nth-child(3n-2) {
	margin-left: 0px;
}

.medialistwrap ul li img {
	width: 412px;
	height: 232px;
	color: #666666;
}

.medialistwrap .caselistwrapCon {
	width: 400px;
	height: 240px;


}

.medialistwrap .caselistwrapCon a:link a:visited a:hover {
	color: #FFFFFF;

}

.medialistwrap ul li:hover {
	background: -webkit-linear-gradient(90deg, #1f368f, #32c5ff);
	color: #FFFFFF;
}

.medialistwrap ul  a:hover {
    background: #1f368f;
	color: #FFFFFF;
}

.caselistwrap .caselistwrapConTitle {
	width: 340px;
	height: 40px;
	border-left: 5px solid;
	-moz-border-left-colors: linear-gradient(90deg, #1f368f, #32c5ff);
	;
	margin-left: 30px;
	margin-top: 44px;
}



.medialistwrap .newslylm{
	width: 90px;
	height: 30px;
	 background-color:rgba(31,54,143,0.1);
	font-size: 14px;
	line-height:28px;
	text-align: center;
	float: left;
	margin-left: 50px;
	margin-top: 20px;
}
.medialistwrap .newslydate{
	float: left;
	font-size: 14px;
	line-height: 28px;
	margin-left: 40px;
	margin-top: 20px;
}


.medialistwrap .caselistwrapConTitlebig {
	font-size: 18px;
	font-weight: 400;
	/* color: #333333; */
	line-height: 18px;
	margin-left: 30px;
	margin-top: 10px;
	margin-left: 30px;
}

.caselistwrap .caselistwrapConTitlesmall {
	font-size: 14px;
	font-weight: 400;
	/* color: #1f368f; */
	line-height: 14px;
	margin-left: 30px;
	margin-top: 10px;
}

.medialistwrap .caselistwrapConDesc {
	width: 340px;
	height: 60px;
	margin-left: 30px;
	margin-top: 15px;
}