/*1级页面*/
.country {
    width: 1170px;
    padding: 0 0 0 15px;
    background: #eeeeee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.country-list li {
    float: left;
}
.country-list li a{
    display: block;
    padding: 15px;
}
.country-list li:hover{
    cursor: pointer;
}
.country-list li.on{
    background-color: #c1f1fa;
}
.country-list li span {
    color: #000000;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}

.lc-1 {
    margin-bottom: 20px;
    padding: 30px 0 20px;
    border-radius: 4px;
    border: 1px solid #e8e8e8;
}

.lc-1 input {
    outline: none;
    border: none;
}

.int-wrap {
    margin-left: 20px;
}

.int-wrap input {
    width: 190px;
    border-radius: 4px;
    height: 36px;
    padding: 0 5px;
    color: #40bddf;
    border: 1px solid #cccccc;
}

.sure {
    cursor: pointer;
    color: #ffffff;
    width: 110px;
    margin-left: 80px;
    border-radius: 4px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #ec6941;
}

.sure:hover {
    background: #d1623b;
}

.lc-3 {
    padding: 20px;
}

.lc-3 span {
    color: #989898;
}

.lc-4 li {
    margin: 10px 0 20px;
    border: 1px solid #f2f2f2;
    padding: 20px 10px 20px 20px;
    background: #ffffff;
    overflow: hidden;
}

.lc-4 li .sc-m {
    margin-left: 18px;
    margin-right: 3px;
}

.school-img {
    width: 105px;
    height: 120px;
    line-height: 105px;
    overflow: hidden;
    border: 2px solid #eeeeee;
    background: #ffffff;
    margin-bottom: 10px;
}

.p-num {
    color: #747474;
}

.link-1, .link-2 {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 125px;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
    margin-bottom: 10px;
}

.link-1 {
    background: #58d266;
}

.link-2 {
    background: #448aca;
}

.sc-rank {
    margin-bottom: 10px;
}

.sc-link:hover {
    color: #ff0000;
    text-decoration: underline;
}

.major-tag {
    color: #ec6941;
    vertical-align: top;
}

.major-name {
    /*width: 480px;*/
    width: 525px;
}
.subDe-list2{
    float: left;
    font-size: 12px;
    margin-bottom: 5px;
    width: 260px;
}
.subDe-list2 a{
    font-size: 12px;
    color: #2e987d;
}

.sc-name {
    /*margin-bottom: 20px;*/
}
.sc-name a{
    font-size: 16px;
    color: #2e987d;
}

.sc-addr {
    font-size: 12px;
    margin: 7px 0;
}

.sc-web {
    margin-bottom: 7px;
}

.lc-2 {
    padding: 10px 25px 10px 20px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.lc-5{
    padding: 10px 20px;
    margin-bottom: 20px;
}
.lc-5 .sub-direction{
    color: #bbbbba;
    margin-right: 30px;
}
.lc-5 .sub-direction span{
    color: #2e987d;
}

.lc-2 .maj-tag {
    vertical-align: top;
}

.lc-2 .tag-list {
    width: 760px;
    overflow: hidden;
}

.tag-list li {
    cursor: pointer;
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #2e987d;
    font-size: 14px;
    border-radius: 3px;
    font-family: 'Microsoft YaHei';
}
.dd_list li{
    float: left;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #2e987d;
    font-size: 14px;
    border-radius: 3px;
    font-family: 'Microsoft YaHei';
}

.tag-list li.on {
    color: #ffffff;
    background: #2e987d;
}
.dd_list li.on {
    color: #ffffff;
    background: #2e987d;
}
.tag-list li a{
    display: block;
    color: #2e987d;
    padding: 0 10px;
}
.tag-list li.on a{
    color: #ffffff;
}

.tag-list-1 li {
    margin-right: 25px;
}

.tag-list-2 li ,.tag-list-3 li{
    margin-bottom: 10px;
    margin-right: 18px;
}

.tag-wrap1 {
    padding: 10px 0;
}

.tag-wrap2 {
    border: 1px dashed #cccccc;
    border-left: none;
    border-right: none;
    padding-top: 12px;
}

.tag-wrap3 {
    padding: 10px 0;
}
.pageSize{
    margin-bottom: 20px;
}
.pageSize ul{
    display: inline-block;
}
.pageSize ul:after{
    height: 0;
    content: '';
    display: block;
    overflow: hidden;
    clear: both;
}
.pageSize ul li{
    float: left;
    padding:0 10px;
    /*width: 25px;*/
    height: 25px;
    font-size: 14px;
    color: #808080;
    margin-left: 7px;
    text-align: center;
    line-height: 25px;
    border-radius: 3px;
    border: 1px solid #808080;
    display: inline-block;
    vertical-align: middle;
}

.pageSize li:hover {
    cursor: pointer;
    /*color: #1da27f;*/
    /*border: 1px solid #1da27f;*/
}
.pageSize li.on {
    color: #1da27f;
    border: 1px solid #1da27f;
}
.pageSize li.grey {
    color: #a3a3a3;
    border: 1px solid #dcdcdc;
}
.point{
    height: 25px;
    font-size: 14px;
    color: #a3a3a3;
    margin-left: 7px;
    text-align: center;
    line-height: 25px;
}
/*2级页面*/
.sub-wrap{
    padding-bottom: 20px;
}
.rect2{
    display: inline-block;
    width: 13px;
    height: 13px;
    margin-right: 15px;
    background: #00a0e9;
}
.sub-tit{
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    height: 50px;
    font-size: 18px;
    background: #68c3c8;
}
.sub-list li{
    padding: 0 10px;
    width: 250px;
    height: 58px;
    float: left;
    margin: 0 37px 20px 0;
    border: 1px solid #959595;
    border-radius: 4px;
}
.sub-list li:nth-child(3n){
    margin-right: 0;
}
.sub-list li p:nth-child(1){
    margin: 7px 0 2px;
}
/*2级页面新增评论css*/
.comment{
    width: 100%;
    background-color: #f1f1f1;
    padding-bottom: 10px;
}
.comment>ul>li{
    margin-bottom: 20px;
}
.c-l-img{
    width: 52px;
    height: 52px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin:8px 0 0 5px;
}
.c-l-img img{
    width: 100%;
}
.c-r-font{
    width: 772px;
    float: left;
    font-size: 14px;
    margin-left: 26px;
    margin-top: 5px;
}
.f-orange{
    color: #d1633c;
}
.fs-12{
    font-size: 12px;
}
.in-comment{
    width: 100%;
    margin-top: 20px;
}
.in-comment ul li{
    margin-bottom: 15px;
}
.i-l-img{
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
}
.i-l-img img{
    width: 100%;
}
.i-r-font{
    width: 718px;
    float: left;
    margin-left: 16px;
}
.see-all-reply{
    width: 100%;
    background-color: #e5e7e5;
    padding: 5px 0;
    font-size: 12px;
    margin-top: 10px;
}
.see-all-reply:hover{
    cursor: pointer;
}
.textarea{
    width: 100%;
    height: 123px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px #969696 solid;
    border-radius: 10px;
    padding: 10px 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.sub-btn{
    width: 117px;
    height: 31px;
    line-height: 31px;
    border-radius: 5px;
    background-color: #d1633c;
    color: #ffffff;
    border: none;
    font-size: 18px;
    float: right;
}
.bigReply{
    color: #d1633c;
    font-size: 12px;
    float: right;
    margin-right: 33px;
}
/*3级页面*/
.pro-intro li{
    float: left;
    width: 444px;
}
.pro-intro li:nth-child(even){
    text-align: center;
    float: right;
}
.pro-intro .pro-tit{
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background: #68c3c8;
}
.pro-intro .pro-text{
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
}
.apply-list li{
    width: 390px;
    height: 48px;
    float: left;
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid #e5e5e5;
}
.apply-list li:nth-child(even){
    float: right;
}
.apply-list li span{
    float: left;
    font-size: 18px;
    line-height: 48px;
    height: 100%;
}
.apply-list li span:nth-child(1){
    width: 240px;
    color: #ffffff;
    padding-left: 10px;
    background: #68c3c8;
}
.apply-list li span:nth-child(2){
    width: 140px;
    text-align: center;
}
.other-link{
    padding-left: 10px;
}
.other-link li{
    margin: 20px 0 0;
}
.other-link li a{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    font-size: 14px;
}
/*新增3级*/
.jb-table{
    width: 100%;
    margin-top: 10px;
}
.jb-table tr td{
    border-right: 1px #b9b9b9 solid;
    border-top: 1px #b9b9b9 solid;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #434343;
}
.jb-table tr td span{
    width: 272px;
    display: inline-block;
}
.jb-table tr td:nth-child(odd){
    padding-left: 45px;
}
.jb-table tr td:nth-child(even){
    border-right: none;
    padding-left: 10px;
}
.jb-table tr:last-child td{
    border-bottom: 1px #b9b9b9 solid;
}
/*首页添加css*/
.fixed-t{
    position: relative;
    display: inline-block;
}
.fixed-t .hotBtn{
    color: #ffffff;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 5px;
    background-color: #ec6941;
    position: absolute;
    /*right:-60px;*/
    top:0;
    display: block;
}
.fixed-t .hotBtn img{
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
}
