button{
	cursor: pointer;
}
/* header */
header{
	width: 100%;
	height: 34px;
	background: #000;
}
.head{
	width: 1200px;
	margin:0 auto;
	font-size:14px;
	color:#fff;
	line-height:34px;
}
.head a{
	color:#fff;
	display: inline-block;
}
.head .item{
	margin-right: 40px;
	position: relative;
}
.head .item img{
	width: 14px;
	height: 8px;
	margin-top: 13px;
	margin-left: 15px;
}
.head .item ul{
	position: absolute;
	top:34px;
	left:0;
	background: #000;
	display: none;
	z-index: 2;
}
.head .item ul li{
	padding: 0 10px;
}
.head p{
	margin-right: 40px;
}
.head a img{
	width: 14px;
	height: auto;
	vertical-align: top;
	margin-top:10px ;
	margin-right: 40px;
}

/* nav */
nav{
	width: 100%;
	height: 74px;
	background: #fff;
	box-shadow:0 0 8px 2px rgba(0,0,0,0.12);
}
.nav{
	width: 1200px;
	margin:0 auto;
}
.nav .logo{
	width: auto;
	height:30px ;
	margin-top: 22px;
	margin-right: 40px;
}
.nav p,
.nav p a{
	font-size:16px;
	color:#333;
	line-height:74px;
}
.nav p span{
	color: #999;
}
.nav .search{
	width: 400px;
	height: 44px;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #ddd;
	background:#fafafa;
	margin-top: 15px;
	position: relative;
}
.nav .region{
	width: 67px;
	height: 34px;
	margin-top: 5px;
	border-right:1px solid #ddd;
	position: relative;
}
.nav .region img{
	position: absolute;
	right:10px;
	width: 10px;
	height: 6px;
	top:14px;
	transition: .3s all ease;
}
.nav .region select{
	width: 100%;
	height: 100%;
	background: none;
	border:none;
	padding-left: 10px;
	font-size:16px;
	color:#333;
	line-height:34px;
}
.nav .region option{
	text-align: center;
}
.nav .search input{
	width: 174px;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	background: none;
	border:none;
	margin-top: 5px;
	font-size:16px;
	color:#333;
	line-height:34px;
}
.nav .search button{
	background:#3b8bf8;
	width:80px;
	height:44px;
	font-size:16px;
	color:#fff;
	line-height:44px;
	position: absolute;
	right:-1px;
	top:-1px;
	border:1px solid #3b8bf8;
}

/* logo */
.schoollogo{
	width: 100%;
	height: 358px;
	text-align: center;
	color:#fff;
	position: relative;
}
.backimg{
	position: absolute;
	height:358px;
	width: auto;
	left:50%;
	transform:translateX(-50%);
	top:0;
	z-index: -2;
}
.schoollogo .logoimg{
	max-height: 100px;
	margin-top: 43px;
	margin-bottom: 28px;
	border-radius: 10px;
}
.schoollogo p{
	font-size:32px;
	line-height:32px;
	margin-bottom: 30px;
	font-weight: bold;
}
.schoollogo button{
	width: 90px;
	height: 40px;
	background:#3b8bf8 ;
	border:none;
	color: #fff;
	border-radius:4px;
	font-size:16px;
	line-height:40px;
	margin-right: 20px;
	vertical-align: top;
}
.schoollogo button em{
	font-size: 30px;
    vertical-align: top;
    margin-right: 9px;
    font-style: normal;
}
.schoollogo span{
	font-size:24px;
	vertical-align: top;
	line-height: 40px;
}
.schoollogo div{
	position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 56px;
	background: rgba(74,144,226,.12);
	font-size:20px;
	line-height:36px;
}
.schoollogo div.backimgbox{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	z-index: -1;
}
.schoollogo a{
	color: #fff;
	border-right: 1px solid #fff;
	padding: 0 40px;
	display: inline-block;
	margin-top: 10px;
}
.schoollogo a:hover,.schoollogo a.on{
	color: #3ca5f6;
}
.schoollogo a:last-child{
	border-right:none;
}


/* cont */
.main{
	width: 1200px;
	margin: 0 auto; 
	padding-top: 30px;
	overflow: hidden;
}
.cont{
	width: 750px;
	margin-right: 50px;
}
.option li{
	width:187px ;
	height: 56px;
	background: #f6f6f6;
	font-size:18px;
	color:#333;
	line-height: 56px;
	position: relative;
	text-align: center;
	border-bottom:1px solid #ddd;
	cursor: pointer;
}
.option li a{
	color: #333;
}
.option li span{
	width: 100%;
	height: 3px;
    background: #f6f6f6;
   	position: absolute;
   	top:0;
   	left:0;
}
.option li.on{
	color: #3ca5f6;
	background: #fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom: none;
	font-weight: bold;
}
.option li.on span{
	background: #3ca5f6;
}
.about-news .item{
	display: none;
}
.about-news li.on{
	display: block;
}
.list{
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
	word-break: break-all;
}
.list h4,
.list h3 span{
	font-size:22px;
	color:#333;
	line-height:32px;
	margin-bottom: 15px;
}
.list a h4:hover{
	color: #3ca5f6;
}
.list1 h4{
	width: 480px;
}
.list.linked h4,
.list.linked p{
	color:#999;
}
.list i{
	font-size:12px;
	color:#b9655b;
	line-height:16px;
	border:1px solid #b9655b;
	border-radius:3px;
	height:16px;
	padding:0 2px;
	font-style: normal;
	margin-right: 10px;
}
.list span{
	font-size:14px;
	color:#999;
	line-height:16px;
}
.list1 img,
.list1 video{
	width: 240px;
	height:135px;
	transition: all 0.5s;
}
.list1 div.fr{
	overflow: hidden;
	width: 240px;
	height:135px;
}
.list1 img:hover{
	transform: scale(1.2);
	transition: all 0.5s;
}
.list1 .control{
	position: absolute;
	background:rgba(0,0,0,.6);
	border-radius:100px;
	width:64px;
	height:24px;
	font-size:12px;
	color:#fff;
	line-height:24px;
	text-align: center;
	right:10px;
	top:130px;
	cursor: pointer;
}
.list1 .control img{
	width: 7px;
	height: 8px;
	margin-right: 4px;
}
.list .text{
	font-size:16px;
	color:#999;
	line-height:26px;
	margin-bottom: 15px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/*.list .text:hover{
	color: #3ca5f6;
}*/
.list li,
.list li img{
	width: 240px;
	height: 135px;
	transition: all 0.5s;
} 
.list li{
	margin-right: 15px;
	margin-bottom: 20px;
	width: 240px;
	height: 135px;
	overflow: hidden;
}
.list li img:hover{
	transform: scale(1.2);
	transition: all 0.5s;
}
.list li:last-child{
	margin-right: 0;
}
.list i.color3{
	color:#70518a;
	border:1px solid #70518a;
}
.list i.color4{
	color:#649564;
	border:1px solid #649564;
}
.list i.color2{
	color:#00618d;
	border:1px solid #00618d;
}
.list i.color5{
	color:#3ca5f6;
	border:1px solid #3ca5f6;
}
.list i.color6{
	color:#f1c819;
	border:1px solid #f1c819;
}
.list i.color7{
	color:#03a84d;
	border:1px solid #03a84d;
}
.list i.color8{
	color:#e41660;
	border:1px solid #e41660;
}
.list i.color9{
	color:#5331c5;
	border:1px solid #5331c5;
}
.list i.color10{
	color:#e9482b;
	border:1px solid #e9482b;
}
.list i.color11{
	color:#26b5c3;
	border:1px solid #26b5c3;
}
.list i.color12{
	color:#ba7952;
	border:1px solid #ba7952;
}
.list p{
	font-size:16px;
	color:#999;
	line-height:26px;
	margin-bottom: 15px;
}
.list p img{
	width:auto;
	margin-right: 10px;
	vertical-align: top;
}
.list .tuji{
	background:rgba(0,0,0,.6);
	border-radius:100px;
	width:77px;
	height:24px;
	font-size:12px;
	color:#fff;
	line-height:24px;
	text-align: center;
	position: absolute;
	right: 10px;
	top:101px;
	display: block;
}
.list .tuji img{
	width: 12px;
	margin-right: 4px;
}
.click-load-more{
	background:#eee;
	width:750px;
	height:60px;
	font-size:14px;
	color:#666;
	line-height:60px;
	display: block;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 60px;
}
.list .time{
	margin-right: 10px;
	border-radius: 14px;
	overflow: hidden;
	background: url(../img/bak.png) no-repeat 0 0;
	background-size: 90px 90px;
	margin-bottom: 20px;
}
.list .time p{
	width:90px;
	height:26px;
	font-size:14px;
	color:#fff;
	line-height: 26px;
	text-align: center;
	margin: 0;
}
.list .time h3{
	width:90px;
	height:64px;
	font-size:52px;
	color:#333;
	line-height:64px;
	text-align: center;
	margin: 0;
}
.list .theme{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    width: 650px;
}
.list .theme img{
	width: 12px;
    height: 16px;
    margin-right: 10px;
    margin-top: 4px;
}
.list .theme div{
	text-align: right;
}
.list .theme button{
	background: #3ca5f6;
    border-radius: 2px;
    width: 90px;
    height: 28px;
    border: none;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    margin-top: 14px;
}
.list h4 img{
	width:20px;
	height:20px;
	margin-right: 10px;
}
.list h4 p{
	font-size:22px;
    color: #333;
    line-height: 32px;
}
.list h3 img,
.list .ans img{
	width:20px;
	height:20px;
	margin-right: 10px;
	margin-top: 6px;
}
.list h3 span{
	width: 718px;
}
.user img{
	width:30px;
	height:30px;
	border-radius:100%;
	margin-right: 10px;
}
.list .user p{
	font-size:14px;
	color:#333;
	line-height:30px;
}
.list span {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    width: 718px;
}
.list2 .introduce{
	width: 558px;
	margin-right: 30px;
}
.list2 img.fr{
	width: 162px;
	height: auto;
}
.list2 .introduce .p1{
	font-size:16px;
	color:#333;
	line-height:26px;
	margin-bottom: 10px;
}
.list2 .text{
	color: #666;
}
.list1 video source{
	width: 100%;
	height: 100%;
}
.for-position{
	position: relative;
}

/*  info */
.info{
	width: 400px;
}
.apply{
	background: url(../img/baom.png) no-repeat 0 0;
	background-size:;
	width: 340px;
	padding: 30px;
	height:165px;
	margin-bottom: 20px;
}
.apply p{
	font-size: 24px;
	color: #fff;
	line-height: 34px;
}
.apply a{
	width:236px ;
	height: 50px;
	border:1px solid #fff;
	border-radius: 3px;
	font-size:16px ;
	margin-top: 44px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #fff;
}

/* interview */
.interview li{
	background:#fafafa;
	width:195px;
	height:261px;
	margin:20px 0;
	padding:13px 0 20px 10px;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
}
.interview li:first-child{
	margin-right: 10px;
}
.interview p{
	font-size:14px;
	color:#999;
	line-height:28px;
}
.interview p span{
	color: #333;
}
.interview li a{
	width:110px;
	height:32px;
	font-size:14px;
	line-height:32px;
	display: block;
	text-align: center;
	margin: 23px 30px;
	border-radius:2px;
	background:#3b8bf8;
	color:#fff;	
}
.interview a.over{
	background:#ddd;
	color:#333;	
}
.interview .click-more{
	background:#eee;
	width:400px;
	height:44px;
	font-size:14px;
	line-height:44px;
	display: block;
	color:#333;	
	text-align: center;
	margin-bottom: 30px;
}

/* viewpoint */
.viewpoint ul{
	margin-bottom: 30px;
}
.viewpoint li{
	padding: 20px 0;
	border-bottom: 1px solid #e5e5e5;
}
.viewpoint .headimg{
	width: 50px;
	margin-right: 10px;
	margin-bottom: 20px;
}
.viewpoint .name{
	font-size:16px;
	color:#333;
	line-height:26px;
	font-weight: bold;
}
.viewpoint .position{
	font-size:14px;
	color:#333;
	line-height:24px;
}
.viewpoint li a{
	display: block;
	font-size:14px;
	color:#666;
	line-height:24px;
}
.viewpoint li a span{
	color:#3ca5f6;
}

body{
            overflow-x: hidden;
        }
        .pagination{
            margin-top: 40px;
        }
        .pagination button,.pagination ul li {
              float: left;
              margin-right: 4.5px;
              width: 58px;
              height: 58px;
              border: 1px solid #ddd;
              font-size: 16px;
              line-height: 58px;
              text-align: center;
              cursor: pointer;
              box-sizing: border-box;
            }
            .pagination ul li:hover a,.pagination button:hover,.pagination ul li.on a{
              background-color: #3a85f8;
              color: #fff;
            }
            .pagination ul li a {
                display:block;
                height:100%;
            }
            .apply a{
    border:1px solid #3a85f8;
    border-radius:2px;
    width:330px;
    height:42px;
    background: none;
    color:#3a85f8;
}
.apply-alternation-wrap {
    width: 332px;
    margin: 0 auto;
}
.apply-form {
    display: none;
}
.apply-form button {
    width: 84px;
    height: 44px;
    border: 0;
    color: #fff;
    background-color: #3b8bf8;
    cursor: pointer;
}
.apply-form button:hover {
    background-color: #1063e3;
}
.apply-form-input {
    padding: 4px 0;
    height: 34px;
    border: 1px solid #bbb;
    border-right: 0;
    -webkit-border-radius: 0 0 2px 2px;
    -moz-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
}
.apply-form-input input {
    float: left;
    padding-left: 15px;
    height: 34px;
    font-size: 14px;
    line-height: 34px;
    border: 0;
    background: transparent;
}
.apply-form-input input:first-child {
    width: 71px; 
    border-right: 1px solid #bbb;
}
.apply-form-input input:last-child {
    width: 145px; 
}
.apply-success {
    display: none;
    font-size: 18px;
    line-height: 34px;
    color: #3bc22c;
}
.apply-success img {
    margin-right: 10px;
}

.apply2{
    background: url(../img/baom.png) no-repeat 0 0;
    background-size:cover;
    width: 340px;
    padding: 30px;
    height:165px;
    margin-bottom: 20px;
}
.apply2 p{
    font-size: 24px;
    color: #fff;
    line-height: 34px;
}
.apply2 a{
    width:236px ;
    height: 50px;
    border:1px solid #fff;
    border-radius: 3px;
    font-size:16px ;
    margin-top: 25px;
    display: block;
    text-align: center;
    line-height: 50px;
    color: #fff;
    margin-left: 0;
    background: none;
}
.list .text{height: 52px;}