
/*左*/
.type-list {
	margin-bottom: 40px;
}
.type-list .title-bg{
	width: 100%;
	height: 79px;
	padding: 22px 25px;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	background: url('../images/title-bg2.png') no-repeat;
	background-size: cover;
	margin-bottom: 12px;
}
.type-list .title-bg span{
	position: relative;

}
.type-list .title-bg span:after{
	content:"";
	position: absolute;
	left: 0;
	bottom: -12px;
	width: 20px;
	height: 3px;
	background: #fb434b;
}
.type-list .type-links{
	background: #fafafa;
}
.type-list .type-links li{
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	/*padding-left: 48px;*/
	border-bottom: 1px solid #f3f3f3;
	position: relative;
	padding: 10px 15px 10px 48px;
}
.type-list .type-links a:last-child li{
	border-bottom:none;
}
.type-list .type-links li:hover{
	color: #13499a;
}
.type-links li.active{
	color: #13499a;
}
.type-links li.active:after{
	content:"";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 4px;
	height: 21px;
	background: #13499a;
}





/*右*/
.notice-list{
	margin: -28px 0 33px;
}
.notice-list .item{
	padding: 28px 0;
	display: flex;
	border-bottom: 1px solid #f4f4f4;
}
.notice-list .item:hover .title{
	color: #13499a;
}
.notice-list .date-time {
	position: relative;
	width: 80px;

}
.notice-list .date-time:after{
	content:"";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 29px;
	background: #dddddd;
	transform: translate(0,-50%);
}
.notice-list .date-time h3{
	color: #13499a;
	font-size: 35px;
	margin-bottom: 15px;
}
.notice-list .date-time p{
	color: #333333;
	font-size: 14px;
}
.notice-list .text-box{
	padding: 0 50px 0 26px;
	flex: 1;
}
.text-box .title{
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin:5px 0 15px;
}
.text-box .text{
	color: #555555;
	font-size: 14px;
}








.mr-30{
	margin-right: 15px;
}
@media (min-width: 992px){
.notice-list .date-time h3{
	padding-left: 6px;
}
}


@media (max-width: 992px){
.mr-30{
	margin-right: 0;
}
}


@media (max-width: 768px){
/*通知公告*/
.notice-list .text-box {
    padding: 0 0 0 15px;
}
.notice-list .item {
    padding: 20px 0;
}
.notice-list .date-time h3 {
    color: #13499a;
    font-size: 24px;
    margin-bottom: 5px;
}
.text-box .title {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0 5px;
}
.notice-list .date-time {
    text-align: center;
}
}