.place{
	display: block;
	width: 100%;
	height: 32px;
}
/* main */
.main{
	width: 1200px;
	margin: 0 auto;
	padding: 0px 0;
	position: relative;
}
.main .fl>.tit{
	font-size: 20px;
    color: #3a85f8;
    padding: 14px 0 0;
    font-weight: bold;
}
.art{
	width: 750px;
	margin-right: 50px;
	position: relative;
}
.school{
	width: 400px;
	position: relative;
}
.suspend-left{
	top:115px;
}

.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;
}
/* article */
.art .bigimg{
	width: 100%;
	margin: 30px 0;
}
article  h3 {
    font-size: 34px;
    color: #333;
    line-height: 44px;
}
article .school-info {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    margin: 20px 0 0;
    font-weight: normal;
    margin-bottom: 10px;
}
article .school-info span {
    color: #999;
    font-size: 14px;
    margin-left: 20px;
}
article .location{
	font-size: 16px;
    color: #333;
    line-height: 26px;
    font-weight: normal;
}
article .location img{
	margin-right: 10px;
	vertical-align: text-top;
}
.place4{
	width: 100%;
	height: 0;
	border-bottom:1px solid #ddd;
	margin-top: 25px;
	display: block;
}
article p{
	font-size: 16px;
    color: #333;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 10px;
}
article .acti-info{
	font-size: 20px;
    color: #333;
    line-height: 42px;
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
    text-align: center;
    font-weight: bold;
}
article .acti-info2{
	font-size:18px;
	color:#3a85f8;
}
article .acti-info span{
	position: absolute;
	left:50%;
	margin-left:-15px ;
	background:#333;
	border-radius:100px;
	width:30px;
	height:3px;
	bottom: 0;
}
article .acti-info2 span{
	background:#3a85f8;
}
article li p{
	margin: 0;
}
article li .weight{
	font-weight: bold;
}
article .notes p{
	font-size:14px;
	color:#333;
	line-height:24px;
	margin:60px 0 40px;
}
article .notes p span{
	color:#e51215;
}
article .notes li{
	border-radius: 15px;
	border:1px solid #6b7079;
	height:30px;
	padding: 0 15px;
	font-size:14px;
	color:#6b7079;
	line-height:30px;
	margin-right: 20px;
}
.fabulous{
	width: 200px;
	margin: 0 auto;
	margin-top: 80px;
}
.fabulous li,
.fabulous li img{
	width:50px;
	cursor: pointer;
}
.fabulous li p{
	font-size:16px;
	color:#333;
	line-height:56px;
	text-align: center;
}

/* message */
.message{
	width: 690px;
	border:1px solid #ddd;
	-moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box;
	box-sizing: border-box;
	margin:30px;
	overflow: hidden;

}
.message a{
	display: block;
	overflow: hidden;
}
.message img{
	width:100%;
	height: auto;
	margin-left: -1px; 
	transform: scale(1.0);
	transition: all 0.5s;
}
.message img:hover{
	transform: scale(1.1);
	transition: all 0.5s;
}
.message p{
	font-size:16px;
	color:#333;
	line-height:26px;
	width: 650px;
	margin: 15px auto 10px;
}
.message span{
	font-size:14px;
	color:#666;
	line-height:14px;
	width: 650px;
	margin: 0 auto;
	display: block;
    margin-bottom: 15px;
}
/* 相关推荐下的小标题 */
.tit{
	width: 100%;
	position: relative;
	padding: 30px 0 0;
}
.tit p{
	font-size:18px;
	color:#333;
	font-weight: bold;
	line-height:18px;
	padding-left: 15px;
}
.tit span{
	width: 4px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 30px;
	background:#3a85f8;
}

/* list */
.list{
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.list h4,
.list h3 span{
	font-size:22px;
	color:#333;
	line-height:32px;
	margin-bottom: 15px;
}
.list1 h4{
	width: 480px;
}
.list a:visited h4,
.list a:visited 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 i.color2{
	color:#00618d;
	border:1px solid #00618d;
}
.list i.color3{
	color:#70518a;
	border:1px solid #70518a;
}
.list i.color4 {
    color: #649564;
    border: 1px solid #649564;
}
.list i.color5{
	color:#3a85f8;
	border:1px solid #3a85f8;
}
.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 span{
	font-size:14px;
	color:#999;
	line-height:16px;
}
.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;
    
    width: 650px;
}
.list .theme b{
	font-size: 16px;
    color: #999;
    line-height: 26px;
    font-weight: normal;
    width:628px ;
}
.list .theme img{
	width: 12px;
    height: 16px;
    margin-right: 10px;
    margin-top: 4px;
}
.list .theme button{
	background: #3a85f8;
    border-radius: 2px;
    width: 110px;
    height: 40px;
    border: none;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 14px;
}

/* 报名的悬浮层 */
.position-enter{
	background:#fafafa;
	width:690px;
	padding: 0 30px;
	height:66px;
	font-size:16px;
	color:#333;
	line-height:66px;
	position: fixed;
	bottom:0;
	left:0;
	z-index: 2;
	display: none;
}
.position-enter span{
	color:#3a85f8;
}
.position-enter a{
	background:#3a85f8;
	border-radius:2px;
	width:168px;
	height:44px;
	color:#fff;
	line-height:44px;
	text-align: center;
	margin-top: 11px;
	margin-left: 30px;
}
/* 交互 */
.position-enter a:hover {
	background-color: #1063e3;
}
.xinwen_new {
    width: 753px;
    min-height: 300px;
    /*background: #edf6fd;*/
    /*padding: 20px;*/
    box-sizing: border-box;
    margin-bottom: 35px;
    border-top: 1px solid #ddd;
}
.xinwen_new_l {
    width: 500px;
    float: left;
}
.xinwen_new_l h3 {
    font-size: 18px;
    color: #1f8aec;
    font-weight: 700;
}

news_footer.css:9
.xinwen_new_l h3 {
    margin-bottom: 10px;
}
.xinwen_new_l p {
    font-size: 14px;
    color: #999999;
    line-height: 23px;
}
.xinwen_new_l p.t{
	color: #363636;
	font-size: 20px;
	font-weight: bold;
	line-height: 67px;
}
.xinwen_new_l p a{
	color: #3a85f8;
}
.xinwen_new_r {
    float: right;
    /*border: 1px solid #1f8aec;*/
    width: 236px;
    /*height: 150px;*/
    box-sizing: border-box;
    margin-top: 22px;
}
.xinwen_new_r img{
	width: 100%;
}
.xinwen_new_r p {
    line-height: 22px;
    width: 161px;
    color: #1f8aec;
    float: left;
    padding: 52px 15px 20px 14px;
    box-sizing: border-box;
    font-size: 14px;
}