﻿
.notice{
	margin: 1px 0 0 32px;
}
.notice .noticeBox{
	/*width: 97%;2017-04-07*/
	width: 105%;
	overflow: hidden;
	float: right;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.16);
}
.notice .noticeList{
	width: 100%;
}
.notice .noticeList ul li{
	width: 100%;
	height: 92px;
	padding: 11px 0;
	overflow: hidden;
	position: relative;
}
.notice .noticeList ul li:hover i{
	width: 100%;
}
.notice .noticeList ul li i{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	background: #263d85;
	height: 100%;
	z-index: 1;
	-webkit-transition: width 0.3s ease-in-out;
	-moz-transition: width 0.3s ease-in-out;
	-ms-transition: width 0.3s ease-in-out;
	-o-transition: width 0.3s ease-in-out;
	transition: width 0.3s ease-in-out;
}
.notice .noticeList ul li .time{
	z-index: 2;
	width: 24%;
	float: left;
	border-right: 1px solid #9f9f9f;
	position: relative;
}
.notice .noticeList ul li .time .blocks{
	width: 70%;
	height: 100%;
	background: #f3f3f3;
	margin: 0 auto;
	-webkit-transition: background-color 0.3s ease-in-out;
	-moz-transition: background-color 0.3s ease-in-out;
	-ms-transition: background-color 0.3s ease-in-out;
	-o-transition: background-color 0.3s ease-in-out;
	transition: background-color 0.3s ease-in-out;
}
.notice .noticeList ul li .time h2{
	line-height: 64px;
	color: #00135c;
	font-size: 2em;
	font-weight: 400;
	text-align: center;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.notice .noticeList ul li .time p{
	margin: 0 0 4px;
	color: #715353;
	text-align: center;
	font-size: 0.875em;
	padding-left: 6px;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.notice .noticeList ul li:hover .time p,
.notice .noticeList ul li:hover .time h2,
.notice .noticeList ul li:hover .infos .mainTitle,
.notice .noticeList ul li:hover .infos .subTitle{
	color: #ffffff;
}
.notice .noticeList ul li:hover .blocks{
	background: #183781;
}
.notice .noticeList ul li .infos{
	position: relative;
	width: 70%;
	z-index: 2;
	margin-left: 5%;
	float: left;
}
.notice .noticeList ul li .infos .mainTitle{
	color: #00135c;
	line-height: 1.5em;
	font-size: 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}
.notice .noticeList ul li .infos .subTitle{
	color: #a3a3a3;
	font-size: 0.75em;
	line-height: 1.5em;
	margin-top: 8px;
	height: 3em;
	overflow: hidden;
	-webkit-transition: color 0.3s ease-in-out;
	-moz-transition: color 0.3s ease-in-out;
	-ms-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
	transition: color 0.3s ease-in-out;
}



.content_new {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}
.mainbody_artical_paging_new {
	font-size: 1em;
	margin: 50px 0 40px 40px;
	overflow: hidden;
}
.mainbody_artical_paging_new li {
	display: inline-block;
	border: solid 1px #dcdcdc;
	margin: 0 0.25em;
	width: 2.5em;
	float: left;
}
.mainbody_artical_paging_new li:hover {
	background-color: #eeeeee;
}
.mainbody_artical_paging_new li a {
	display: inline-block;
	height: 30px;
	width: 100%;
	line-height: 30px;
	color: #000;
	font-weight: 600;
	text-align: center;
}
.mainbody_artical_paging_new .paging_text_new {
	width: 5em;
}
.mainbody_artical_paging_new .paging_text_new a {
	color: #002376;
}

@media only screen and (max-width: 1200px) {
	.notice_list{
		width: 90%;
	}
	.notice_img{
		width: 157px;
		margin: 20px 1.5% 0 1.5%;
	}
	.notice_li_box{
		width: 65%;
		margin: 35px 1.5% 20px 0.8%;
	}
	.notice_li_box h2{
		font-size: 20px;
	}
	.notice_li_box p{
		font-size: 14px;
	}
	.notice_Look_box{
		margin: 50px 0 30px 0;
	}
}
@media only screen and (max-width: 1040px) {
	.notice_list{
		width: 95%;
	}
	.notice_li_box h2{
		font-size: 18px;
	}
	.notice_li_box p{
		font-size: 12px;
	}
}
@media only screen and (max-width: 860px) {
	.notice_img{
		width: 140px;
		height: 100px;
	}
	.notice_list{
		width: 98%;
	}
	.notice_li_box{
		margin: 35px 1.5% 0 0.8%;
	}
	.notice_Look_box{
		margin: 30px 0 0 0;
	}
}
@media only screen and (max-width: 820px) {
	.notice_li_box{
		margin: 22px 1.5% 0 0.8%;
	}
	.notice_img{
		margin-bottom: 13px;
	}
}
@media only screen and (max-width: 740px) {
	.notice_img{
		width: 190px;
		height: 130px;
	}
	.notice_Look_box{
		float: left;
		width: 20%;
		height: 30px;
		margin: 10px 10px 0 10px;
	}
	.notice_Look{
		width: 100%;
		border: 0px;
		height: 30px;
	}
	.notice_Look:hover{
		border: 0px;
	}
	.notice_Look i{
		float: left;
		font-size: 15px !important;
		line-height: 30px;
		top: 0;
		margin: 0;
	}
	.notice_Look p{
		float: left;
		margin: 0 0 0 5px;
	}
}
@media only screen and (max-width: 680px) {
	.notice_img{
		width: 160px;
		height: 120px;
		margin-bottom: 0;
	}
	.notice_li_box{
		width: 68%;
	}
	.notice_li_box h2{
		padding-bottom: 5px;
	}
	.notice_Look_box{
		margin: 0 10px;
	}
}
@media only screen and (max-width: 680px) {
	.notice_img{
		width: 140px;
		height: 100px;
		margin-bottom: 0;
	}
	.notice_li_box{
		width: 70%;
		margin-right: 0;
	}
	.notice_li_box h2{
		font-size: 15px;
	}
	.notice_li_box p{
		font-size: 8px;
	}
	.notice_li_box{
		height: 80px;
	}
	.notice_Look_box{
		margin: 0 10px;
	}
	.notice_Look{
		height: 20px;
	}
	.notice_Look i{
		font-size: 12px !important;
		line-height: 25px;
	}
	.notice_Look p{
		font-size: 9px;
	}
}
@media only screen and (max-width: 560px) {
	.notice_list ul li{
		width: 48%;
		margin: 0 1%;
		float: left;
	}
	.notice_img{
		width: 80%;
		margin: 1% 10%;
		height: 150px;
	}
	.notice_Look_box{
		display: none;
	}
	.notice_li_box{
		width: 80%;
		margin: 0 10%;
		height: auto;
	}
	.notice_li_box h2{
		height: 50px;
		-webkit-line-clamp: 2;
	}
	.notice_li_box p{
		-webkit-line-clamp: 6;
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 560px) {
	.notice_img{
		height: 140px;
	}
}
@media only screen and (max-width: 460px) {
	.notice_img{
		height: 120px;
	}
}
@media only screen and (max-width: 430px) {
	.notice_list ul li{
		width: 95%;
		margin: 0 2.5%;
	}
	.notice_img{
		height: 215px;
	}
}
@media only screen and (max-width: 380px) {
	.notice_img{
		height: 190px;
	}
}
@media only screen and (max-width: 330px) {
	.notice_img{
		height: 170px;
	}
}