.page_mobile{
    display: none;
}
.page_container{
    width: 100%;
    min-width: 1200px;
    min-height: auto;
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 30px;
}
h3{
    font-weight: bold;
}
/*header*/
.header{
    height:80px;
}
.nav{
    width: 1200px;
    margin: 0 auto;
}
.nav_list{
    display: block;
    float: left;
    width: 900px;
    line-height: 80px;
}
.nav_item{
    float: left;
    margin-right:45px;
}
/*.login{*/
/*    float: left;*/
/*    width: 300px;*/
/*    text-align: right;*/
/*    padding-top: 22px;*/
/*}*/
/*.login a{*/
/*    color: #fff;*/
/*    width: 80px;*/
/*    height: 36px;*/
/*    padding: 0 15px;*/
/*    line-height: 36px;*/
/*    text-align: center;*/
/*    overflow: hidden;*/
/*    background-color: #03989c;*/
/*    border-radius: 10px;*/
/*}*/
/*header*/
.header{
    width: 100%;
    height:80px;
    background-color: #fff;
    border-bottom: 1px #f5f6f7 solid;
}
.header_fixed{
    position: fixed;
    top: 0;
    left: 0;
    z-index:5;
}
.nav{
    width: 1200px;
    margin: 0 auto;
}
.nav_list{
    float: left;
    line-height: 80px;
}
.nav_list a{
    color: #333;
}
.nav_item{
    float: left;
    margin-right:35px;
}
.login{
    float: right;
    text-align: right;
    padding-top: 24px;
}
.login_student,.login_school{
    color: #fff;
    min-width: 80px;
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    background-color: #fdad30;
    border: 1px #fdad30 solid;
    border-radius: 6px;
}
.login_school{
    color: #fdad30;
    background-color: #fff;
    border: 1px #fdad30 solid;
}
.loginout{
    color: #fdad30;
    min-width: 80px;
    height: 32px;
    padding: 0 15px;
    line-height: 32px;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    border: 1px #fdad30 solid;
    border-radius: 6px;
}
/*center*/
.center{
    width: 100%;
    min-height: calc(100vh - 231px);
    padding-top: 81px;
    padding-bottom: 80px;
}

/*��¼ҳ*/
.login_container{
    background: url("../images/login_bg.png") no-repeat;
    background-size: 100% 100%;
}
.login_btn{
    width: 350px;
    margin: 0 auto;
}
.login_btn img{
    width: 100%;
    padding-top: calc((100vh - 514px)/2);
}
.privacy{
    width: 100%;
    color: #fff;
    margin: 15px 0;
    text-align: center;
}
.privacy input{
    margin-right: 5px;
}
.privacy a{
    color: #fff;
    text-decoration: underline;
}

/*�����б�ҳ*/
.news_box{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.c_title{
    width: 100%;
    padding-bottom: 13px;
    border-bottom: 2px #03989c solid;
}
.c_t{
    float: left;
    width: 87px;
    height: 36px;
    line-height: 36px;
    padding-left: 35px;
    color: #fff;
    font-size: 18px;
    margin-top: 8px;
    background: url("../images/icon_06.png") no-repeat;
    background-size: 15px 16px;
    background-position: 11px 10px;
    background-color: #fdad30;
}
.page_route{
    float: left;
    font-size: 12px;
    color: #999;
    margin-left: 24px;
    margin-top: 20px;
}
.page_route a{
    color: #999;
}
.news_list{
    position: relative;
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}
.n_1{
    position: relative;
    width: 100%;
    margin-bottom: 60px;
}
.n_1 a{
    width: 100%;
}
.n_1_left{
    float: left;
    width: 6%;
}
.n_2_right{
    float: right;
    width: 93%;
    color: #0f4c82;
}
.n_2_right h3{
    height: 20px;
    color: #0f4c82;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.n_2_right p{
    height: 50px;
    line-height: 25px;
    margin-top: 20px;
    padding-left: 28px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    color: #666;
    background: url("../images/shijian.png") no-repeat;
    background-size: 24px 22px;
    background-position: 0 1px;
}
.news_list:before{
    position: absolute;
    left: -32px;
    top: 2px;
    content: ' ';
    display: inline-block;
    width:0;
    height:100%;
    border-left: 1px #efefef solid;
}
.n_1:before{
    position: absolute;
    left: -41px;
    top: 2px;
    content: ' ';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px #e3e6e5 solid;
    border-radius: 50%;
    background-color: #f5f7f6;
}

/*��������ҳ*/
.details_content{
    width: 1200px;
    margin: 0 auto;
    padding-top: 30px;
}
.newstitle{
    text-align:center;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 35px;
}
.newsdate{
    text-align:center;
    line-height: 30px;
    color: #888;
    margin-top: 15px;
}
.newsdate span:last-child{
    margin-left: 50px;
}
.news_details {
    width: 85%;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 15px;
}
.newscontent img{
    max-width: 100%;
}

/*���а�*/
.cs_banner{
    width: 100%;
    min-width: 1200px;
    height: 161px;
    background: url("../images/rank_zyz.png") no-repeat  center;
}
.cs_banner:before{
    content: "";
    display: block;
    padding-top: 15.4%;
}
.rank_content{
    width: 1200px;
    margin: 0 auto;
}
.table_header{
    width: 100%;
    min-width: 1200px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    margin-top: 30px;
    background-color: #01b1b7;
    background-image: linear-gradient(to right,#01b1b7,#b7dcc8);
    border-radius: 10px 10px 0 0;
}
.table_header ul{
    width: 910px;
    margin: 0 auto;
}
.table_header ul li{
    float: left;
    width: 33.33%;
    text-align: center;
    list-style: none;
    font-weight: 600;
}
.ranking{
    width: 1200px;
    margin: 0 auto;
    padding: 0 145px;
    background-color: #fff;
    padding-bottom: 50px;
    border-radius:0 0 10px 10px;
}
.ranking tr td{
    width: 25%;
    line-height: 30px;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px #e3e3e3 solid;
}
.ranking tr:last-child td{
    border: none;
}
.footer{
    width: 100%;
    min-width: 1200px;
    color: #fff;
    background-color: #282828;
}
.f_content{
    width: 1200px;
    padding: 34px 0;
    margin: 0 auto;
    font-size: 14px;
    line-height: 34px;
    letter-spacing: 1px;
}
.f_left{
    float: left;
    width: 400px;
}
.f_left a{
    color: #fff;
}
.f_right{
    float: right;
    width: 350px;
    text-align: center;
}
.ewm_item{
    float: left;
    width: 155px;
    /*padding: 0 15px;*/
    line-height: 24px;
    font-size: 13px;
}
.f_right img{
    display: inline-block;
    width: 110px;
    height: 110px;
    background-color: #fff;
}
.f_copyright{
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    background-color: #1c1c1c;
}
.f_copyright span{
    margin: 0 10px;
}
.f_copyright span a{
    color:#fff;
}

/*־Ը�������б�*/
.invite_list{
    width: 100%;
}
.invite_list tr td{
    width: 16.66%;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px #e7e7ea solid;
}
.invite_list tr:nth-child(1) td{
    background-color: #e7e7ea;
}

/*foot*/
.foot{
    padding: 20px 0;
    font-size: 15px;
}


.js_content{
    width: 100%;
    /*height: calc(100vh - 184px);*/
    margin-top: 70px;
    background-color: #d3e7ff;
}
.js_banner {
    width: 100%;
    height: 200px;
    background: url(/static/index/chuangxin/images/details_banner.png) center no-repeat !important;
    background-size: 100% 100% !important;
}
.js_banner h1 {
    color: #fff;
    font-size: 80px;
    line-height: 200px;
    text-align: center;
}
.js_item {
    padding-bottom: 50px;
    padding-top: 50px !important;
    margin: 0 auto;
    letter-spacing: 1px;
}
.js_content .js_item {
    padding-bottom: 50px;
    margin: 0 auto;
    letter-spacing: 1px;
    min-height: calc(100vh - 422px);
}
.js_content .js_item .js_content_item {
    width: 1200px;
    height: 330px;
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.js_content .js_item .js_content_item .card {
    width: 500px;
    /*min-height: 300px;*/
    border-radius: 5px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 35px;
}
.js_content .js_item .js_content_item .card .card_text {
    margin: 0 10px;
}
.js_content .js_item .js_content_item .card .card_text p {
    margin-top: 10px;
    line-height: 1.7;
}
.js_content .js_item .js_content_item .card img {
    width: 70px;
    height: 70px;
}
.js_content .js_item .js_content_item .card .card_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.js_content .js_item .js_content_item .card .card_btn a {
    display: inline-block;
    width: 162px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 10px;
    text-align: center;
    background-color: #f0643e;
}
.js_content .js_item .js_tips {
    width: 1200px;
    margin: 0 auto;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
}
.js_content .js_item .js_tips p {
    line-height: 2;
}
.js_content .js_item .js_tips p span {
    color: red;
}