table{
    border-collapse: collapse;
}

.banner{
    width: 100%;
    height: 160px;
    background: url(../images/banner.png) no-repeat center;
    overflow: hidden;
}

.search{
    width: 560px;
	height: 42px;
	background-color: #ffffff;
	border-radius: 2px;
    opacity: 0.86;
    margin: 0 auto;
    margin-top: 48px;
}

.text{
    width: 478px;
	height: 42px;
    float: left;

    width: 110px;
	height: 16px;
	font-family: SourceHanSansCN-Regular;
	font-size: 16px;

	line-height: 19px;
	letter-spacing: 0px;
    color: #666666;
    line-height: 42px;
    margin-left: 24px;
}

.seek{
    width: 82px;
	height: 42px;
	background-color: #8cc43f;
    border-radius: 0px 2px 2px 0px;
    float: right;
}

.seek input{
    width: 23px;
    height: 22px;
    background: url(../images/seek.png) no-repeat center;
    margin: 10px 0 0 30px;
    cursor: pointer;    /* 小手*/
}

.seek div input[type=submit]{
	margin: 0 auto;
	padding-left: 0;
	background: #8cc43f;
	font-size: 18px;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
}

.hot{
    width: 563px;
    height: 18px;
    margin: 0 auto;
    margin-top: 18px;
}

.hot div ul li:nth-child(1){
    display: block;
    width: 14px;
    height: 17px;
    background: url(../images/huo.png) no-repeat center;
}

.hot ul li{
    float: left;
}

.hot ul li{
    margin-right: 15px;
	height: 15px;
	font-family: SourceHanSansCN-Regular;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 19px;
	letter-spacing: 0px;
    margin-top: 8px;
}

.hot ul li a{
    color: #ffffff;
}

.box{
    width: 100%;
    /* height: 2367px; */
    background-color: #f8f9fa;
    overflow: hidden;
    position: relative;
}

.path{
    width: 1200px;
    /* height: 15px; */
    margin: 0 auto;
    padding: 15px 0;
}

.path p{
    color: #969ba1;
    font-size: 15px;
    line-height: 15px;
}

.path p a{
    color: #969ba1;
}

/* mains */
.mains{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
.left{
    /* float: left; */
    width: 870px;
    /* height: 2600px; */
    /* background-color: cyan; */
    /* margin: 18px 0 0 360px; */
    position: relative;
}

.info_banner{
    width: 870px;
    height: 120px;
    background: url(../images/info.png);
}

.info_banner img{
    width: 80px;
    height: 80px;
    background-color: slateblue;
    margin: 20px 0 0 24px;
    border-radius: 50%
}

.info_banner p{
	height: 30px;
	font-size: 30px;
	line-height: 18px;
    color: #6c0d10;
    margin: -70px 0 0 120px;
    font-weight: bold;
}

.list_s{
    position: fixed;
    display: none;
    top: 0;
    z-index: 999999;
    background-color: #fff;
    width: 870px;
    height: 56px;
    box-shadow: 1px 1px 2px 1px #ececec;
    -webkit-box-shadow: 1px 1px 2px 1px #ececec;
}




.lists{
    width: 870px;
	height: 56px;
    background-color: #ffffff;
    
}

.lists ul li{
    float: left;
    margin-left: 20px;
    margin-right: 30px;
    margin-top: 10px;
    height: 40px;
    font-size: 17px;
    line-height: 35px;
    text-align: center;
    color: #222222;
    cursor: pointer;
}

.list_s ul li{
    float: left;
    margin-left: 20px;
    margin-right: 10px;
    margin-top: 10px;
    height: 40px;

    line-height: 35px;
    text-align: center;
    color: #222222;
    cursor: pointer;
}

.check{
    /* color: #2e9afe; */
    text-align: center;
    line-height: 35px;
    border-bottom: #2e9afe 5px solid;
}


.lists ul li:hover{
    color: #2e9afe;
    text-align: center;
    line-height: 35px;
    border-bottom: #2e9afe 5px solid;
}

.add{
    display: block;
    float: right;
    width: 86px;
	height: 28px;
	background: url(../images/adds.png);
    border-radius: 2px;
    margin: 15px 24px 0 0;
    cursor: pointer;
}

.project{
    width: 870px;
    margin-top: 20px;
    background-color: #ffffff;
    padding: 20px;
    padding-bottom: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.name{
	font-size: 22px;
}
.project ul li{
	font-size: 16px;
    color: #999999;
    margin-top: 24px;
}
.project ul li>p{
    display: flex;
}
.project ul li p span{
	font-size: 16px;
	color: #222222;
    margin-left: 10px;
}

.share{
    width: 225px;
    height: 25px;
    float: right;
}

.share p{
    font-size: 16px;
    line-height: 25px;
    color: #222222;;
}

.key{
    margin-left: 60px;
    margin-top: -21px;
}

.intro{
    width: 870px;
	height: 140px;
    background-color: #ffffff;
    margin-top: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.intro p{
    font-size: 22px;
    line-height: 18px;
    color: #222222;
}
.intro_content{
    margin: 15px 0;
}

.intro_content p{
	font-size: 15px;
	line-height: 20px;
    color: #222222;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}    

.intro_content span{
    width: 58px;
    height: 15px;
	font-size: 15px;
	line-height: 22px;
    color: #2e9afd;
    cursor: pointer;
}

.open{
    background-color: white;
    border: 3px solid #2e9afd;
    border-radius: 5px;
    box-shadow: 0 0 5px #2e9afd;
    -webkit-box-shadow: 0 0 5px #2e9afd;
    -moz-box-shadow: 0 0 5px #2e9afd;
    display: none;
    height: auto;
    right: 135px;
    position: absolute;
    top: 590px;
    width: 600px;
    /* height: 280px; */
}

.open img{
    float: right;
}

.project_name{
    text-align: center; 
    font-size: 24px; 
    font-weight: bold; 
    color: black; 
    border-bottom: 1px #ccc dotted; 
    padding: 20px 0;
}

.project_desc{
    color: #222;
    font-size: 15px;
    padding: 20px;
    line-height: 24px;
}

.mes{
    width: 870px;
    background-color: #ffffff;
    margin-top: 20px;
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mes>p{
	font-size: 22px;
    margin-bottom: 20px;
}
.form{
    width: 100%;

}
tbody,tr,td{
    padding: 5px;
    line-height: 20px;
    border: solid 1px #e8e8e8;
}
.td{
    width: 100px;
    height: 47px;
    background-color: #f9f9f9;

	font-size: 16px;
    color: #666666;
    text-align: center;
}
.td_content{
    width: 311px;
    line-height: 47px;
    padding-left: 15px;
}
.td_money{
    /* height: 123px; */
    width: 100px;
    background-color: #f9f9f9;

    font-size: 16px;
    color: #666666;
    text-align: center;
    padding: 20px 0;
}

.td_money_content{
    width: 721px;
}

.td_money_content p{
    width: 667px;
	/* height: 93px; */
	font-size: 16px;
	line-height: 23px;
    color: #222222;
    /* background-color: aqua; */
    margin: 0 auto;
}

.td_grade_content{
    padding: 25px 0;
}

.td_grade{
    /* height: 420px; */
    width: 100px;
    background-color: #f9f9f9;
	font-size: 16px;
    color: #666666;
    text-align: center;
}

.td_grade_content_div{
    width: 674px;
    margin: 0 auto;
}

.grade_td{
    width: 336px;
    height: 44px;
    text-align: center;
    background-color: #f9f9f9;
}

.year_grade , .student_num , .web_info , 
.tuition_info , .recruit_num , .tj_info{
    height: 48px;
    text-align: center;
    background-color: #ffffff;
}


.td_tuition{
    width: 100px;
    background-color: #f9f9f9;

	font-size: 16px;
    color: #666666;
    text-align: center;
}

.td_tuition_content{
   padding: 20px  0;   
}


.td_tuition_content_div{
    width: 674px;
    margin: 0 auto;
}


.td_web{
    height: 209px;
    width: 100px;
    background-color: #f9f9f9;

	font-size: 16px;
    color: #666666;
    text-align: center;
}

.td_web_content_div{
    width: 674px;
    border: solid 1px #e8e8e8;
    margin: 0 auto;
}


.td_student{
    width: 100px;
    background-color: #f9f9f9;

	font-size: 16px;
    color: #666666;
    text-align: center;
}

.td_student_content{
   padding: 20px    0;   
}


.td_student_content_div{
    width: 674px;
    margin: 0 auto;
}

.td_recruit{
    width: 100px;
    background-color: #f9f9f9;

	font-size: 16px;
    color: #666666;
    text-align: center;
}

.td_recruit_content{
   padding: 20px  0;   
}


.td_recruit_content_div{
    width: 674px;
    margin: 0 auto;
}

.td_tj{
    width: 100px;
    background-color: #f9f9f9;

	font-size: 16px;
    color: #666666;
    text-align: center;
}

.td_tj_content{
   padding: 20px  0;   
}


.td_tj_content_div{
    width: 674px;
    margin: 0 auto;
}


.li_td{
    border: solid 1px #e8e8e8;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #f9f9f9;
 
}


.td_test{
    width: 100px;
    background-color: #f9f9f9;

	font-size: 16px;
    color: #666666;
    text-align: center;
}

.td_test_content{
   padding: 20px  0;   
}

.td_test_content_div{
    width: 674px;
    margin: 0 auto;
}

.test_info{
    width: 512px;
    height: 48px;
    padding: 5px 10px;
    background-color: #ffffff;
}


.grade_table{
    width: 674px;
	height: 388px;
}

.feature{
    width: 870px;
	/* height: 500px; */
    background-color: #ffffff;
    margin: 10px auto;
   overflow: hidden;
}

.feature_title{
    width: 88px;
	height: 22px;
	font-size: 22px;
	line-height: 18px;
    color: #222222;
    margin: 24px 0 0 24px;
}

.feature_content{
    width: 821px;
	height: 197px;
	font-size: 16px;
	line-height: 26px;
    color: #222222;
    margin: 14px auto;
    margin-bottom: 30px;
}

.write{
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}    
.write p:nth-child(1){
    width: 96px;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    color: #666666;
}
.write ul{
    margin-top: 10px;
}
.write ul li{
    font-size: 14px;
    color: #666666;
    margin: 10px 0;
    line-height: 24px;
}

.rela{
    width: 260px;
	/* height: 260px; */
    background-color: #ffffff;
    position:fixed;
    top: 400px;
	left: 25px;
}

.rela_span{
    display: block;
    width: 260px;
	height: 40px;
    background-color: #2e9afd;
}

.rela_span p{
    width: 62px;
	height: 16px;
	font-size: 15px;
    color: #ffffff;
    margin: 0 auto;
    line-height: 36px;
}


.rela ul {
    /* height: 160px; */
    width: 260px;

    overflow: hidden;
    text-align: left;
    clear: both;
    height: 100%;
}

.rela ul li{
    width: 260px;
	height: 40px;
    background-color: #fff;

    float: left;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
}

.rela ul li em{
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #898989;
    overflow: hidden;
}

.rela ul li:nth-child(even){
    background-color: #f8f9fa;
}

.but p{
    cursor: pointer;
}


.but{
    width: 260px;
    height: 40px;
    background-color: #fff;
    /* margin-top: 199px; */
}


.but p:nth-child(1){
    /* display: block; */
    width: 120px;
	height: 32px;
	background-color: #2e9afd;
    border-radius: 4px;
    float: left;
    margin: 4px 0 14px 35px;

    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
}

.but p:nth-child(2){
    display: block;
    width: 60px;
	height: 32px;
	border-radius: 4px;
    border: solid 1px #2e9afd;
    float: right;
    margin: 4px 35px 14px 0;

    font-size: 16px;
    color: #2e9afd;
    text-align: center;
    line-height: 30px;
}

.right{
    width: 310px;
}
.right>div{
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
    margin-top: 20px;
}
.right>div ul{
    margin: 20px;
    margin-bottom: 0;
}
.right>div.biao{
    margin-top: 0;
}
.right>div>p{
    border-bottom: 1px solid #F4F9FE;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}
.right>div>p>span{
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    border-bottom: 2px solid #2E9AFE;
}
.right>div.class{
    padding: 0;
    background: none;
}
.biao form{
    padding: 20px 30px;
}
.biao form p{
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.biao form p>img{
    margin-left: 15px;
}
.biao form input{
    width: 100%;
    padding-left: 30px;
    margin-left: -25px;
    line-height: 48px;
    border-radius: 5px;
    font-size: 14px;
    background:none;  
    outline:none;
    border: 1px solid #DBE7F6;
}
.biao form input[type=button]{
    margin: 0 auto;
    padding-left: 0;
    background: #2E9AFD;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    cursor: pointer;
}
.biao>span{
    font-size: 12px;
    color: #A5A6AA;
    display: block;
    margin: 0 30px;
    line-height: 24px;
}
.class a{
    display: block;
    margin-top: 20px
}
.class a>img{
    display: block;
}
.browse ul li , .interest ul li{
    height: 28px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.browse ul li p , .interest ul li p{
    width: 208px;
	height: 16px;
	font-size: 16px;
	line-height: 24px;
	color: #303030;
}
.browse ul li p>a , .interest ul li p>a{
    display: block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.browse ul li img , .interest ul li img{
    float: right;
	width: 61px;
	height: 28px;
	background-color: #f1f8ff;
    border-radius: 2px;
    cursor: pointer;
}


.action_box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 10px; 
}

.action_box a{
    display: block;
    width: 90px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    margin-top: 10px;
    font-size: 14px;
    color: #2E9AFE;
    background: #F1F8FF;
    border-radius: 2px;
}
.field{
    width: 100%;
    float: right;
    margin-top: 20px;
    background-color: #fff;
}
.field>div{
    width: 290px;
    background-color: #f1f8ff;
    border-radius: 2px;
    margin: 0 auto ;
    margin-top: 20px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.field p{
    border-bottom: 1px solid #F4F9FE;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
}

.field p span{
    display: inline-block;
    padding: 0 15px;
    line-height: 50px;
    border-bottom: 2px solid #2E9AFE;
}

.qq p{
    font-size: 16px;
    line-height: 24px;
    color: #303030;
    
}
.code p{
    width: 145px;
    font-size: 16px;
    line-height: 24px;
    color: #303030;
}
.code img{
    width: 96px;
    height: 96px;
}

