﻿@charset "utf-8";
/*2017年各院校开考专业*/
.in-f{
	margin-top:60px;
	margin-bottom: 60px;
	width:1200px;
	margin:0 auto;
	height:700px;
	
}
.in-f .if-p1{
	font-size: 40px;
	text-align: center;
	font-weight: bold;
	font-family: "黑体";
	line-height: 70px;
	margin-top:60px;
}
.in-f .if-p2{
	width: 700px;
	height: 2px;
	margin: 0 auto;
	border-bottom: 1px solid #ff0000;
	margin-bottom: 70px;
}
.in-f .if-p2 span{
	display: inline-block;
	width: 110px;
	height: 2px;
	background: #ff0000;
	float: left;
	margin-left: 295px;
}

.in-f .if-l{
	width: 600px;
}
.in-f .if-p3{
	font-size: 30px;
	line-height: 50px;
	margin-bottom: 15px;
}
.in-f .if-l .if-ban{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.in-f .if-l ul li{
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 5px;
	text-align: center;
	background: #e8b788;
	margin: 0 20px 20px 0;
}
.in-f .if-l ul li a{
	color:#000;
	display: block;
	font-size: 18px;
}
.in-f .if-l ul li img{
	margin-top: 7px;
	margin-bottom: 0;
}
.in-f .if-l ul li p{
	line-height: 25px;
}

.in-f .if-l ul li.if-li1{
	width: 220px;
}

.in-f .if-r{
	width: 600px;
}
.in-f .if-col{
	line-height: 44px;
	margin-bottom: 10px;
	padding-left: 50px;
}
.in-f .if-col span{
	font-size: 24px;
}
.in-f .if-col select{
	width: 350px;
	height: 44px;
	padding: 0 5px;
	border: 1px solid #959595;
	border-radius: 5px;
}
.in-f .if-col input{
	width: 340px;
	height: 42px;
	padding: 0 5px;
	border: 1px solid #959595;
	border-radius: 5px;
}
.in-f .if-col input.if-inp1{
	width: 244px;
}
.in-f .if-btn{
	text-align: center;
}
.in-f .if-btn button{
	width: 370px;
	height: 60px;
	color: #fff;
	font-size: 30px;
	border: 0;
	border-radius: 5px;
	background: #e60012;
	margin: 15px 0;
}
.in-f .if-p4{
	text-align: left;
	font-size: 16px;
}

