.list{
    float:left;
    width:100%;
    margin-top:60px;
    margin-bottom:140px;
}
.list-left{
    float:left;
    width:20%;
    background:#fff;
    text-align:center;
    font-size: 24px;
}
.list-left h3{
    height:120px;
    line-height: 120px;
    background:#134780;
    color:#fff;
    font-weight: normal;
}
.list-left ul li{
    float:left;
    width:100%;
    border-bottom:1px solid #BFBFBF;
    height:90px;
    line-height:90px;
}
.list-left ul li:nth-last-child(1){
    border:none;
}
.list-left ul li a{
    font-weight: lighter;
    color:#333;
}
.list-left ul li a:hover{
	color:#2b479b;
}
.list-active{
    background:#EFEEF4;
    border-left:5px solid #0F4988;
    box-sizing: border-box;
}
.list-left ul li.list-active a{
    color:#11487E;
    font-weight: bold;
}
.list-right{
    float:right;
    width:78%;
    background:#fff;
    box-shadow:0 0 5px #eee;
    padding:40px;
    box-sizing: border-box;
}
.list-right h3{
    color:#134780;
    font-weight: normal;
    font-size:20px;
    margin-bottom:20px;
    border-bottom:1px solid #666;
    padding-bottom:20px;
}
.list-right h3 a{
    color:#134780;
}
.list-right h4{
    color:#333;
    font-size:28px;
    font-weight: lighter;
    margin:40px 0 20px 0;
}
.list-right ul.listContent{
	margin-top:20px;
}
.list-right ul.listContent li{
    float:left;
    width:100%;
    border-bottom:1px dashed #dbdbdb;
    line-height:400%;
}
.list-right ul.listContent li a{
    float:left;
    color:#333;
    font-size:24px;
    font-weight: lighter;
}
.list-right ul.listContent li a:hover{
	color:#2b479b;
}
.list-right ul.listContent li span{
    float:right;
    color:#666;
}
.pages{
    float:left;
    width:100%;
    text-align:center;
    margin-top:80px;
    margin-bottom:56px;
}
.pages li{
	display:inline;
}
.pages span,.pages a{
    border: 1px solid #dbdbdb;
border-radius: 5px;
color: #5d5d5d;
font-size: 14px;
height: 38px;
line-height: 38px;
display: inline-block;
padding: 0 12px;
margin: 0 5px;
}
.pages a.thisClass,.pages li.active a{
    background:#134780;
    color:#fff;
    border-color:#134780;
}

/*************************录取查询列表***********************/
.list-right h5{
    background:#D9EDF6;
    font-size:20px;
    font-weight: lighter;
    height:80px;
    line-height: 80px;
    border-radius:5px;
    text-indent:30px;
}
.list-right-searchBox{
    float:left;
    width:100%;
}
.list-right-searchBox span{
    font-size:20px;
    color:#333;
    float:left;
    width:100%;
    margin:20px 0;
}
.list-right-searchBox input{
    float:left;
    width:100%;
    height:50px;
    line-height:50px;
    border:1px solid #dbdbdb;
    box-sizing: border-box;
    border-radius:5px;
    font-size:20px;
    text-indent:15px;
}
.list-right-searchBox button{
    background:#134780;
    color:#fff;
    border-radius:5px;
    height:50px;
    line-height:50px;
    border:none;
    font-size:20px;
    padding:0 30px;
    float:left;
    margin-top:30px;
}
.list-right-ps{
    float:left;
    width:100%;
    background:#FDF8E4;
    padding:30px;
    box-sizing: border-box;
    margin-top:63px;
}
.list-right-ps h6{
    
    font-size:24px;
    font-weight: normal;
}
.list-right-ps p{
    font-size:20px;
    color:#4A4549;
    line-height:200%;
}

/******************院系设置单页**********************/
.yuanxi{
	float:left;
	width:100%;
	margin-top:30px;
}
.yuanxi a{
	background:#f7f7f7;
	width:30%;
	height:60px;
	line-height: 60px;
	border-left:5px solid #134780;
	float:left;
	margin-right:3.333333%;
	box-sizing:border-box;
	margin-bottom:30px;
	text-indent: 15px;
	color:#333;
	transition:all .4s ease;
}
.yuanxi a:hover{
	background:#134780;
	color:#fff;
}
.list-content{
	float:left;
	width:100%;
	font-size:20px;
	color:#4a4a4a;
	line-height: 180%;
}
.list-content p{
	text-indent: 2em;
/*margin-bottom: 30px;*/
letter-spacing: 1px;
}

.qqzx{
	float:left;
	width:100%;
}

.qqzx a{
	float:left;
	width:23%;
	margin-right:2%;
	margin-bottom:30px;
}
.qqzx a img{
	width:100%;
}