ul {
	margin-bottom:0
}
.se2 {
	background:#f2f5f8;
	padding-top:40px;
	padding-bottom:80px
}
.se2 .top p {
	width:24.3%;
	display:inline-block;
	vertical-align:top;
	margin-right:5px;
	padding:15px 0;
	background:#D9DADB;
	text-align:center;
	font-size:16px
}
.se2 .top p a {
	color:#333;
	display:block
}
.se2 .top p:hover {
	background:#e60012
}
.se2 .top p:hover a {
	color:#fff
}
.se2 .top p:last-child {
	margin-right:0
}
.se2 .top .activa {
	background:#e60012
}
.se2 .top .activa a {
	color:#fff
}
.se2 .center {
	margin-top:40px
}
.se2 .center h4 {
	font-size:30px;
	font-family:"RobotoB";
	font-weight:bold;
	color:#333333;
	line-height:60px;
	margin-bottom:20px
}
.se2 .center span {
	width:6px;
	height:24px;
	background:#1F4990;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px
}
.se2 .center p {
	font-size:18px;
	font-family:"Roboto";
	font-weight:400;
	color:#333333;
	line-height:26px
}
.se2 .bottom {
	margin-top:50px
}
.se2 .list {
	margin-bottom:20px;
	display:inline-block;
	vertical-align:top;
	background:#e4e8ed;
	width:420px;
	margin-right:15px
}
.se2 .list h5 {
	background:#1F4990;
	padding:15px 0;
	color:#fff;
	font-size:24px;
	font-family:"RobotoM";
	text-align:center;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 82px;
}
.se2 .list p {
	font-size:16px;
	color:#666;
	margin-top:20px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	line-clamp:2;
	-webkit-box-orient:vertical
}
.se2 .list div{
position: relative
}
.se2 .list div {
	padding:70px 20px 40px 20px
}
.se2 .list div:after{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0);
transition: all 0.3s ease 0s;
-webkit-transition: all 0.3s ease 0s;
}
.se2 .list:hover div:after{
background-color: rgba(0,0,0,0.5);
}

.se2 .list:nth-child(3n) {
	margin-right:0
}
.page {
	margin-top:40px
}
.sorry {
	font-size:20px;
	margin-top:30px
}
@media screen and (max-width:1550px) {
    .se2 .list {
    	width:32.3%;
    	margin-right:1%
    }
}
@media screen and (max-width:1400px) {
	.se2 .center h4 {
	font-size:26px
}
.se2 .center p {
	font-size:16px;
	line-height:1.5
}
.se2 .list h5 {
	font-size:20px
}
.se2 .list {
	width:32.3%;
	margin-right:1%
}
}@media screen and (max-width:999px) {
	.se2 .top p {
	width:24.1%;
	font-size:14px
}
.se2 .center h4 {
	line-height:1.5
}
}@media screen and (max-width:767px) {
	.se2 {
	padding-bottom:60px
}
.se2 .top p {
	width:100%;
	margin-right:0px;
	margin-bottom:5px;
	padding:10px 0
}
.se2 .center {
	margin-top:20px
}
.se2 .center h4 {
	font-size:20px;
	margin-bottom:15px
}
.se2 .center p {
	font-size:14px
}
.se2 .bottom {
	margin-top:30px
}
.se2 .list {
	width:100%;
	margin-bottom:30px;
	margin-right:0px
}
.se2 .list h5 {
	font-size:16px
}
.se2 .list div {
	padding:30px 20px 30px 20px
}
.se2 .list p {
	font-size:14px;
	margin-top:10px
}
.page {
	margin-top:0
}
}