.main_news{
    width: 1330px;margin: 0 auto;
}


/*About hitwh*/
.about_hit{

    font-size: 1.553125em;
    font-weight: 10;

    /*text-align: center;*/
}
.about_hit p{
    display: block;
    line-height: 1.59375;
    text-indent: 2em;
    font-family: Arial, "Microsoft YaHei", sans-serif;
}

.about_more{

    margin-top: 50px;


}
.about_more:hover{

}
.about_more a{
    width: 30%;
    min-width: 528px;
    height: 66px;
    background-color: #005375;
    line-height: 66px;
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 25px;
    color: #FFF;
}
.about_more a:hover{
    background-color: #034864;
}



/*events*/
.events_contain{
    margin: 30px 0;
}
.events_div{
    width: 50%;
    float: left;
    margin-bottom: 30px;
}
.events_div_con{
    margin: 0 40px;
    /*background-color: gray;*/
    height: 150px;
}
.events_date{
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #005375;
    border-bottom: 2px solid #005375;
    margin-bottom: 10px;
}
.events_tt{
    height: 60px;
    line-height: 30px;
}
.events_tt a{
    font-size: 18px;
    color: #000;
}
.events_tt a:hover{
    color: #b78416;
}






/*research*/
.research_bk{
    background-image: url('../images/research.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 600px;
    margin-top: 50px;
}
.research_l{
    float: left;
    width: 45%;
    height: 400px;
    margin-top: 120px;
    /*background-color: gray;*/
}
.research_tt{
    font-size: 45px;
    color: #fff;
    line-height: 70px;
    margin-bottom: 20px;
}
.research_br{
    font-size: 18px;
    line-height: 25px;
    color: #c9c7c7;
    letter-spacing: .05em;
    font-family:GP, "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.research_r{
    float: right;
    width: 46%;

    margin-top: 100px;
    /*background-color: #1a6786;*/
}
.research_r_tt{
    font-size: 25px;
    line-height: 35px;
    color: #c9c7c7;
}
.research_list_contain{
    margin-top: 35px;
}
.research_list{
    height: 88px;
    line-height: 88px;
    text-indent: 12px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #c9c7c7;
    /*background: url("../images/arrow1.png") right bottom no-repeat;*/
    background: url("../images/plus.png") right 20px no-repeat;
}
.research_list a{
    display: block;
    color: #c9c7c7;
}
.research_list:hover{
    /*background-color: #333333;*/
}
.research_list:hover a{
    color: #a47a06;
}
.research_list span{
    padding-top: 20px;
    float: right;
}




/*admission*/
.admission_l{
    float: left;
    width: 45%;
    height: 500px;
    /*background-color: gray;*/
}
.admission_tt{
    font-size: 55px;
    line-height: 35px;
    color: #064159;
    font-family: Garamond-Pro, "Adobe Garamond", Garamond, Georgia, "Times New Roman", Times, serif;;
}
.admission_con{
    margin-top: 50px;
}
.admission_list{
    height: 65px;
    line-height: 65px;
    background: url("../images/arrow1.png") right bottom no-repeat;
    border-bottom: 1px solid #c6cacc;
    text-indent: 20px;
}

.admission_list:hover{
    background: url("../images/arrow11.png") right bottom no-repeat;
    background-color: #f4f6f7;
}
.admission_list:hover a{
    color: #d39f10;
}
.admission_list a{
    display: block;
}

.admission_r{
    width: 45%;
    height: 450px;
    float: right;
    background-image: url("img/1.jpg");

    position: relative;

    background-size: cover; /* 或者使用contain，根据需要选择 */

}


.admission_r_img{
    position: absolute;
    top: 90%;
    left: 70%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: #b79751;
    white-space: nowrap;
}
.admission_r_img a img{
    border: 0;
    padding-left: 10px;
    vertical-align: middle;
}
.admission_r_img:hover{
    background-color: #ba8f32;
}
.admission_r_img:hover a{
    font-size: 16.5px;
}
.admission_r_img a{
    display: block;
    line-height: 1.5em;
    padding: 0.625em 5.25em;
    color: #FFF;
    transition: font-size 0.1s ease;
}
/*.admission_r_img img{*/
/*    width: 100%;*/
/*    transition: transform 0.3s ease; !* 缩放过渡效果 *!*/
/*    transform: scale(1); !* 初始状态 *!*/
/*}*/
/*.admission_r_img img:hover{*/
/*    transform: scale(1.1);*/
/*    overflow: hidden;*/
/*}*/

/*.main_news_list .img_contain img:hover*/
/*{*/

/*   */
/*}*/
/*.main_news_list .img_contain img{*/
/*    width: 100%;*/
/*    height: 270px;*/

/*    transition: transform 0.3s ease; !* 缩放过渡效果 *!*/
/*    transform: scale(1); !* 初始状态 *!*/
/*}*/


/*news*/
.main_news_title{
    line-height: 32px;
    margin: 80px 0 40px 0;
    text-align: center;
    font-size: 32px;
    color: #010101;
}


.main_news_list{
    margin: 0 -10px;


}
.main_news_list li{
    /*display: inline-block;*/
    float: left;
    width: 33.3333%;

    min-height: 200px;

}
.li_contain a{
    display: block;

}
.li_contain a:hover img{
    transform: scale(1.1);
    overflow: hidden;
}
.main_news_list li .li_contain{

    padding: 0 20px;
}
.main_news_list .img_contain{
    width: 100%;
    overflow: hidden;
}
.main_news_list .img_contain img:hover
{

    transform: scale(1.1);
    overflow: hidden;
}
.main_news_list .img_contain img{
    width: 100%;
    height: 270px;

    transition: transform 0.3s ease; /* 缩放过渡效果 */
    transform: scale(1); /* 初始状态 */
}
.brief_contain{
    border: 1px solid #dbdbdb;
    border-top: none;
    padding: 20px 25px 20px 25px;

}
.brief_contain .dt{
    font-size: 16px;
    color: #000;
}
.brief_contain .tt{
    height: 75px;
    line-height: 25px;
    margin-top: 12px;
}
.brief_contain .tt a{
    color: #000;
    font-size: 18px;
}
.brief_contain .tt a:hover{
    color: #005372;
}
.brief_contain .brf{
    margin-top: 10px;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    text-align: left;
    color: #666;
}


/*news line2*/
.margin_top{
    margin: 50px 50px;
}
.margin_top80{
    margin-top:100px
}
.news_line2_contain{
    /*margin: 50px 50px;*/

}
.news_line2_main_con{
    width: 50%;
    float: left;


}
.news_line2_con{
    /*height: 100px;*/
    margin: 0 10px;

    /*border:1px solid #dbdbdb;*/
    /*border-left: 3px solid #fff;*/
}
.news_line2_con:hover{
    /*background-color: #b79751;*/
}
.news_line2_con:hover .news_line2_dt{
    color: #005375;
}
.news_line2_dt{
    font-size: 16px;
    color: #000;
    line-height: 50px;
    font-weight: bold;

}
.news_line2_tt{
    line-height: 30px;
    height: 60px;
}
.news_line2_tt a{
    font-size: 18px;
    color: #191818;
    /*font-weight: bold;*/
}

.news_line2_tt a:hover{
    color: #b78416;
    /*font-weight: bold;*/
    /*text-decoration: underline;*/
}

/*campus*/
.campus_tt{
    text-align: center;
    margin: 80px 0;
}
.campus_tt a
{
    font-size: 54px;
    margin-bottom: 60px;
    color: #005375;
    /*color: #00437c;*/
    line-height: 48px;
    font-family: 'Arial';
}

.campus_small_tt{
    width: 65%;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    font-size: 19px;
    color: #666;
}
.campus_pic_contain{
    margin-top: 50px;
    margin-bottom: 120px;
}
.campus_pic_contain_list{
    width: 33.333%;
    float: left;

}
.campus_pic_contain_list_contain{
    padding: 0 40px;



}
.campus_pic_contain_list_con{
    width: 100%;
    height: 383px;


}
.campus_list1_bk{
    background-image: url("../images/campus.png") ;
    background-size: cover;
    border-radius: 5px;
    transition: transform 0.3s ease;
    transform: scale(1);
}
.campus_list1_bk a{
    display: inline-block;
    width: 100%;
    height: 583px;

}
.campus_list1_bk:hover{
    cursor: pointer;
    transform: scale(1.05);
}
.campus_list2_bk{
    background: url("../images/campus1.png") center top no-repeat;
}
.campus_list3_bk{
    background: url("../images/campus2.png") center top no-repeat;
}

.campus_pic_tt_contain{
    /*width: 240px;*/
    /*margin: 0 auto;*/
    /*text-align: left;*/
    /*padding-top: 300px;*/
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 250px;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(0, 83, 117, 1));

}
.campus_pic_tt{
    /*font-size: 30px;*/
    /*color: #fff;*/
    /*margin-bottom: 20px;*/
    /*font-family: "Mongolian Baiti";*/
    font-size: 30px;
    color: #fff;
    text-align: center;
    /* line-height: 200px; */
    padding-top: 100px;
    /* margin-bottom: 120px; */
    font-family: "Mongolian Baiti";
    line-height: 50px;
}
.campus_pic_contain_list_contain:hover .campus_pic_tt{
    font-size: 30px;
    color: #fff;


}

/*footer*/
.footer_bk{
    background: url("img/foot_bk.png");
    background-size: cover;
    min-height: 350px;
}
.footer_l{
    float: left;
    padding: 50px 0px 0px 0px;
    width: 40%;
}
.footer_l_copy{
    padding-top:40px ;
    font-size: 14px;
    color: #fff;
}
.footer_c{
    float: left;
    width: 30%;
}
.footer_c_contact{

}
.footer_c_contact .tt{
    margin-top: 35px;
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: “微软雅黑”;
}

.footer_c_contact p{

    font-size: 14px;
    color: #fff;
}
.footer_r{
    width: 25%;
    float: right;
    padding-top: 0.52rem;
}
.footer_r_tt{
    margin-top: 100px;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #086f93;
    color: #fff;

}
.footer_r_link_con{

}
.footer_r_link_con_list{
    height: 35px;
    line-height: 35px;
    /*width: 50%;*/
    width: 100%;
    float: left;

}
.footer_r_link_con_list a{
    font-size: 12px;
    color: #fff;
}
/*修改手机*/

@media screen and (max-width: 999px) {
    .main_news{
        width: 100%;margin: 0 auto;
    }

    .main_news_list li{

        float: left;
        width: 100%;
        min-height: 200px;

    }

    .news_line2_contain{
        display: none;

    }

    .events_div{
        width: 100%;

    }
    .media_none{
        display: none;
    }
    .footer_l{
        width: 100%;
    }
    .footer_c{
        display: none;
    }
    .footer_r{
        display: none;
    }
}