/*wrap*/

.wrap{
	width: 100%;
	min-width: 1250px;
	margin: 0 auto;
}


/*header*/

.header{
	background-color: #fff;
}

.header .inner{
	width: 1200px;
	padding: 25px 0;
	margin: 0 auto;
}

.header .inner:after{
	content: '';
	display: block;
	clear: both;
}

.header .logo{
	float: left;
	height: 40px;
	margin: 1px 0;
}

.header .user{
	float: right;
	height: 40px;
	margin: 1px 0;
}

.header .user a{
	float: left;
	height: 40px;
	padding-left: 26px;
	font-size: 15px;
	color: #333;
	line-height: 40px;
	text-decoration: none;
}

.header .user a:hover{
	color: #4172ce;
	text-decoration: none;
}

.header .user a:first-child {
	position: relative;
	padding-right: 25px;
	margin-right: 24px;
}

.header .user a:first-child:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background-color: #aaa;
	opacity: .5;
}

.header .user a.student{
	background: url(../img/page/student_icon.png) no-repeat left center;
}

.header .user a.firm{
	background: url(../img/page/firm_icon.png) no-repeat left center;
}

.header .search{
	float: left;
	height: 42px;
	margin-left: 85px;
}

.header .search button {
	float: left;
	width: 90px;
	height: 42px;
	padding: 0;
	border: none;
	border-radius: 0 3px 3px 0;
	background: url(../img/page/sousuo.png) no-repeat center 12px #5e8ae7;
	cursor: pointer;
}

.header .search input[type="text"] {
    float: left;
    width: 360px;
    height: 20px;
    padding: 9px 5px 9px 15px;
    border-top: 2px solid #5e8ae7;
	border-bottom: 2px solid #5e8ae7;
	border-left: none;
	border-right: none;
    border-radius: 0;
    background-color: #fff;
    color: #333;
    line-height: 20px;
    -webkit-appearance: none
}

.header .search input[type="text"]::placeholder{
	color: #bbb;
}

.header .search .select {
	position: relative;
	float: left;
	width: 90px;
	height: 38px;
	border: 2px solid #5e8ae7;
	border-right: 0;
	border-radius: 3px 0 0 3px;
	background-color: #fff;
	cursor: pointer;
}

.header .search .select:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 20px;
	margin-top: -10px;
	background-color: #d8d8d8;
}

.header .search .select span {
	display: block;
	position: relative;
	height: 38px;
	color: #333;
	line-height: 38px;
	text-indent: 24px;
}

.header .search .select span:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 18px;
	width: 6px;
	height: 6px;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	margin-top: -5px;
	transform: rotate(-45deg);
}

.header .search .select span.down:after {
	margin-top: -1px;
	transform: rotate(-225deg);
}

.header .search .select ul {
	position: absolute;
	top: 48px;
	left: -2px;
	width: 93px;
}

.header .search .select ul:before{
	content: '';
	position: absolute;
	top: -10px;
	left: 50%;
	z-index: 99;
	margin-left: -5px;
	border: 5px solid;
	border-color: transparent transparent #5e8ae7 transparent;
}

.header .search .select ul.none{
	display: none;
}

.header .search .select ul li {
	height: 36px;
	border-left: 2px solid #5e8ae7;
	border-right: 2px solid #5e8ae7;
	background: #fff;
	color: #444;
	line-height: 36px;
	text-align: center;
}

.header .search .select ul li+li{
	border-top: 1px dotted #ddd;
}

.header .search .select ul li:first-child{
	border-top: 2px solid #5e8ae7;
	border-radius: 3px 3px 0 0;
}

.header .search .select ul li:last-child{
	border-bottom: 2px solid #5e8ae7;
	border-radius: 0 0 3px 3px;
}

.header .search .select ul li:hover {
	background: #fafafa;
}


/*banner*/

.banner{
	height: 360px;
	background: url(../img/page/banner.jpg) no-repeat center #3D74DB;
}


/*main*/

.main{
	width: 1200px;
	padding: 60px 0;
	margin: 0 auto;
}

.main .section:after{
	content: '';
	display: block;
	clear: both;
}

.main .section + .section{
	padding-top: 70px;
}

.main .section .tag{
	position: relative;
	height: 30px;
	margin-bottom: 30px;
}

.main .section .tag:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 6px;
	border-radius: 3px;
	background-color: #4172ce;
}

.main .section .tag h2{
	float: left;
	font-size: 28px;
	color: #333;
	line-height: 30px;
	text-indent: 24px;
}

.main .section .tag a{
	position: relative;
	z-index: 10;
	float: right;
	height: 28px;
	padding: 0 13px;
	border: 1px solid #ccc;
	border-radius: 30px;
	color: #666;
	line-height: 28px;
	text-align: center;
}

.main .section .tag a:hover{
	color: #333;
	text-decoration: none;
}

.main .section .video:after{
	content: '';
	display: block;
	clear: both;
}

.main .section .video li{
	float: left;
	width: 288px;
	border-radius: 5px;
	margin: 0 16px 25px 0;
	background-color: #fff;
	box-shadow: 0 2px 5px 0 #cfd6e3;
	overflow: hidden;
}

.main .section .video li:nth-child(4n){
	margin: 0 0 25px 0;
}

.main .section .video li:hover{
	box-shadow: 0 4px 6px 0 #d9dfe9;
}

.main .section .video li img{
	width: 100%;
}

.main .section .video li h3{
	display: block;
	height: 46px;
	padding: 0 15px;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	line-height: 46px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.main .section .video li p{
	padding: 10px 15px 15px;
	overflow: hidden;
}

.main .section .video li p a{
	float: right;
	border-radius: 30px;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
}

.main .section .video li p a:first-child{
	width: 64px;
	height: 24px;
	background: linear-gradient(to right, #87c2e9 , #3d74db); 
	color: #fff;
	line-height: 24px;
}

.main .section .video li p a:last-child{
	width: 62px;
	height: 22px;
	border: 1px solid #3d74db;
	margin-right: 10px;
	color: #3d74db;
	line-height: 22px;
}

.main .section .firm:after{
	content: '';
	display: block;
	clear: both;
}

.main .section .firm li {
	float: left;
	width: 288px;
	border-radius: 5px;
	margin: 0 16px 14px 0;
	background-color: #fff;
	box-shadow: 0 1px 3px #ddd;
	overflow: hidden;
}

.main .section .firm li:nth-child(4n) {
	margin: 0 0 14px 0;
}

.main .section .firm li:hover{
	box-shadow: 0 1px 3px #c6c6c6;
}

.main .section .firm li p:first-child{
	width: 233px;
	height: 25px;
	padding: 12px 15px 12px 46px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
	line-height: 25px;
}

.main .section .firm li p:first-child i{
	float: left;
	width: 34px;
	height: 25px;
	padding-right: 3px;
	border-radius:  0 30px 30px 0;
	margin-left: -46px;
	background: linear-gradient(to right, #87c2e9 , #3d74db); 
	font-family: arial;
	font-style: normal;
	color: #fff;
	text-align: center;
}

.main .section .firm li p:first-child a{
	color: #333;
	text-decoration: none;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.main .section .firm li p:first-child a:hover{
	color: #000;
	text-decoration: underline;
}

.main .section .firm li p:last-child{
	height: 96px;
	margin: 12px 15px;
	overflow: hidden;
}

.main .section .firm li p:last-child a {
	display: block;
	font-size: 14px;
	color: #555;
	line-height: 24px;
}

.main .section .firm li p:last-child a:hover {
	color: #222;
	text-decoration: underline;
}

.main .section .mesg{
	float: left;
	width: 360px;
}

.main .section .mesg + .mesg{
	margin-left: 60px;
}

.main .section .mesg ul li{
	height: 45px;
	padding: 0 2px;
	border-bottom: 1px solid #e8e8e8;
}

.main .section .mesg ul li a{
	color: #333;
	line-height: 45px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.main .section .mesg ul li a:hover{
	color: #000;
	text-decoration: underline;
}


/*footer*/

.footer {
	padding: 26px 0;
	border-top: 1px solid #ddd;
	background-color: #fff;
	color: #888;
	text-align: center;
}

.footer span{
	margin: 0 10px;
}
