body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
button {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
}

a:hover {
	text-decoration: none;
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

input,
button {
	border: 0;
	outline: none;
}
.content{
	width: 1200px;
	margin:0 auto;
    padding-top: 80px;
}
.left_content{
	width:1000px;
}
.right_content{
	width: 200px;
}
.left_content,.right_content{
	float: left;
}
/*搜索*/
.search{
    width: 1000px;
    margin-top: 30px
}
.search input:nth-child(1) {
    width: 899px;
    height: 44px;
    border: 1px solid #dddddd;
    text-indent: 13px;
    font-size: 13px;
    float: left;
    border-right: 0;
}
.search input:nth-child(2) {
    width: 100px;
    height: 46px;
    line-height: 44px;
    background: #47b29e;
    color: #fff;
    font-size: 16px;
    float: left;
    cursor: pointer;
    border-top: 1px solid #47b29e;
    border-bottom: 1px solid #47b29e;
}

/*筛选*/
.aui-choice-screen {
    width: 998px;
    margin-top: 20px;
    border: 1px solid #dddddd;
}

.aui-screen-list-box dl {
    /*width: 1200px;*/
    overflow: hidden;
    line-height: 60px;
}

.aui-screen-list-box dl dt {
    float: left;
    height: 30px;
    font-size:13px;
}

.aui-screen-list-box dl dt {
    text-align: right;
    width: 90px;
    height: 60px;
    font-weight: 600;
    line-height: 60px;
}

.aui-screen-list-box dl dd {
    border-bottom: #dadada 1px dashed;
    position: relative;
    padding-bottom: 5px;
    padding-left: 0px;
    width: 900px;
    float: left;
    overflow: hidden;
    padding-top: 0px;
    line-height: 15px;
}

.aui-screen-list-box dl dd a {
    line-height: 14px;
    display: inline-block;
    color: #222222;
    overflow: hidden;
    text-decoration: none;
    height: 28px;
    line-height: 28px;
    padding: 0 16px;
    margin-top: 16px;
    font-size: 13px
}

.aui-screen-list-box dl dd a:hover {
    background: #47b29e;
    color: #fff
}

.aui-screen-list-box dl dd a.selected {
    background: #47b29e;
    color: #fff;
}

.aui-screen-list-box dl dd span.more {
    position: absolute;
    width: 39px;
    display: block;
    height: 14px;
    top: 6px;
    cursor: pointer;
    right: 1px
}

.aui-screen-list-box dl dd span.more label {
    display: inline-block;
    cursor: pointer
}

.aui-screen-head-choice {
    width: 1200px;
    overflow: hidden;
    height: 35px;
    line-height: 22px;
}

.aui-screen-head-choice dl {
    /*width: 1200px;*/
    overflow: hidden;
}

.aui-screen-head-choice dl dt {
    float: left;
    font-size: 13px;
}

.aui-screen-head-choice dl dd {
    height: 60px;
    border-bottom: #dadada 1px solid;
    float: left
}
.aui-screen-list-box dl:last-child dd{
    border-bottom: 0;
}
.aui-screen-head-choice dl dt {
    text-align: right;
    line-height: 35px;
    width: 90px;
    height: 35px;
    font-weight: 600;
}

.aui-screen-head-choice dl dd {
    padding-bottom: 4px;
    width: 740px;
    padding-top: 2px;
}

.aui-selected-info {
    border:1px solid #47b29e;
    position: relative;
    padding-bottom: 1px;
    margin: 4px 5px 0 0;
    padding-left: 8px;
    padding-right: 20px;
    display: block;
    white-space: nowrap;
    background: #fff;
    float: left;
    height: 25px;
}

.aui-selected-info label {
    color: #47b29e;
    font-size: 13px;
}

.aui-eliminate {
    height: 28px;
    line-height: 28px;
    text-align: center;
    margin-top: 4px;
    width: 65px;
    float: left;
    color: #fff;
    background: #008573;
    cursor: pointer;
    font-size: 14px;
}

.aui-selected-info em {
    background: url("../../img3/major/close.png") no-repeat;
    cursor: pointer;
    display: block;
    height: 13px;
    overflow: hidden;
    position: absolute;
    right: 2px;
    top: 6px;
    background-size: 12px;
    width: 13px;
}
/*学科*/
.subject{
	margin-top: 40px;
    margin-bottom: 30px;
}
.subject ul li{
	margin-top: 10px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 10px;
}
.subject ul li:last-child{
    border-bottom: 0;
}
.subject ul li .major div{
	float: left;
	display: block;  
}
.subject .major{
	/*margin-top: 20px;*/
    margin-bottom: 6px;
}

.subject ul li p:nth-child(1){
	font-size: 22px;
	color: #009966;
	margin-bottom: 10px;
}
.subject .major div:nth-child(1){
	width: 220px;
	margin-right: 20px;
}
.subject .major div:nth-child(2){
	width: 750px;
    line-height: 30px;
}
.subject ul li title{
    height: 20px;
    line-height: 20px;
	font-size: 17px;
	border-left: 6px solid #47b29e;
	padding-left: 15px;
	display: inline-block;
    margin-top: 4px;
}
.subject ul li a{
	font-size: 14px;
	padding: 4px;
	color: #222222;
	white-space:nowrap;
	line-height: 30px;
}
.subject ul li a:hover{
	/*background: #47b29e;*/
	color: #47b29e; 
}
.subject ul li span{
    margin-right: 18px;
    display: inline-block;
    height: 30px;
}
/*内容右侧*/
.right_content img{
	width: 180px;
	margin-left: 20px;
	margin-top: 104px;
    vertical-align: middle;
    /*position: fixed;*/
}