/**{*/
/*margin: 0;*/
/*padding: 0;*/
/*list-style-type: none;*/
/*}*/
* {
    padding:0;
    margin:0;
}
html{
    font-family: Microsoft JhengHei, Arial, sans-serif;
}
/*body{*/
/*margin: 0;*/
/*}*/
.wrapper{
    width: 100%;
    height: auto;
    /*background: yellow ;*/
    margin: 0 auto;
    background-color: #efefef;
}

.wrapper *{
    padding: unset;
    margin: unset;

}


.wrapper-head{
    width: 100%;
    height: 250px;
    background: linear-gradient(#003466, #efefef); /*颜色渐变*/
}
.wrapper-head-top{
    width: 100%;
    height: auto;
}
.wrapper-head-top-logowrap{
    /*display: inline-block;*/
    width: 1200px;
    height: auto;
    margin:0 auto;
    /*margin-left: -200px;*/
    /*border: 1px solid black;*/
    text-align: center;
    padding-top: 10px;
}
.wrapper-head-top-logowrap img{
    /*border: 1px solid black;*/
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}
.wrapper-head-top-right{
    width: auto;
    height: auto;
    display: inline-block;
    position:absolute;
    top: 60px;
    right: 0;
    /*float: right;*/
    /*border: 1px solid black;*/
    color: white;
    /*margin-top: -60px;*/
    /*margin-left: 365px;*/
    /*margin-right: -660px;*/
}
.wrapper-head-top-right-ul{
    list-style-type: none;
    display: inline-block;
    width: 250px;
}
.wrapper-head-top-right-ul-li{
    display: inline-block;
    padding: 4px;
    border-radius: 5px;
}
.wrapper-head-top-right-ul-li:hover{
    background-color: white;
}
.wrapper-head-top-right-ul-li:hover .wrapper-head-top-right-ul-li-a{
    color: #003466;
}
.wrapper-head-top-right-ul-li-a{
    text-decoration: none;
    color: white;
}
.wrapper-head-top-right-div{
    width: auto;
    height: auto;
    /*border: 1px solid black;*/
    text-align: right;
    margin-right: 30px;
    font-size: 14px;
}
.wrapper-head-top-right-div-language{
    color: #e8e8e8;
}


.wrapper-head-titlewrap{
    width: 1050px;
    height: auto;
    /*border: 1px solid black;*/
    margin: 0 auto;
    text-align: center;
}
.wrapper-head-top-title{
    width: 100%;
    list-style-type: none;
    /*margin-left: -30px;*/
    padding: 20px 7px;
    margin: 0 auto;
    /*border: 1px solid black;*/
}
.wrapper-head-top-title-li{
    display: inline-block;
    width: 10%;
    font-size: 1rem;
    color: white;
    font-family: 微软雅黑;
    /*border:1px solid black;*/
    line-height: 30px;
    /*margin-left: 20px;*/
    white-space: nowrap
}
.wrapper-head-top-title-li:first-child{
    margin-left: -15px;
}
.wrapper-head-top-title-li:hover{
    background-color: #003466;
    border-radius: 5px;
    color: white;
}
.wrapper-head-top-title-li:hover .wrapper-head-top-title-li-menu{
    display: block;
}

.wrapper-head-top-title-li-menu{
    list-style-type: none;
    display: none;
    position: absolute;
    width: 250px;
    height:auto;
    /*border: 1px solid black;*/
    margin-top: 20px;
    clear: both;
    text-align: left;
    border-radius: 15px;
    opacity: 0.7;
    background-color: #003466;
    color: white;
    padding: 20px;
    padding-left: 0px;
    list-style: disc;
    /*overflow: hidden;*/
}
#body .wrapper-head-top-title-li-menu{
    display: none;
    position: absolute;
    width: 400px;
    height:auto;
    /*border: 1px solid black;*/
    margin-top: 20px;
    clear: both;
    text-align: left;
    border-radius: 15px;
    opacity: 0.7;
    background-color: #003466;
    color: white;
    padding: 20px;
    padding-left: 0px;
    list-style: disc;
    overflow: hidden;
}
.wrapper-head-top-title-li-menu:hover{
    display: block;
}
.wrapper-head-top-title-li-menu li{

    position: relative;
    /*display: inline-block;*/
    float: left;
    /*width: 160px;*/
    min-width: 250px;
    line-height: 30px;
    /*border: 1px solid black;*/
    white-space: nowrap;
    margin-left:20px
}
#body .wrapper-head-top-title-li-menu li{

    position: relative;
    /*display: inline-block;*/
    float: left;
    /*width: 160px;*/
    max-width: 100px;
    line-height: 30px;
    /*border: 1px solid black;*/
    white-space: nowrap;
    margin-left:20px
}
.wrapper-head-top-title-li-menu li a{
    color: white;
    text-decoration: none;
}
.wrapper-head-top-title-li-menu li a:hover{
    font-weight: bold;
}


/*主要部分*/
.wrapper-main{
    width: 100%;
    height: auto;
}
.wrapper-main-wrap{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    /*border: 1px solid black;*/
}
.wrapper-main-wrap-left{
    display: inline-block;
    width: 65%;
    /*border: 1px solid black;*/
}
.wrapper-main-wrap-left-content{
    width:100%;
    height: auto;
    color: #7f7f7f;
    font-size: 1rem;
    line-height: 25px;
}
.wrapper-main-wrap-right{
    display: inline-block;
    float: right;
    width: 31%;
    /*border: 1px solid black;*/
    vertical-align: top;
    /*margin-left: 2%;*/
}
.wrapper-main-wrap-right-search{
    float: right;
    width: 96%;
    height: auto;
    border: 1px solid #c0c0c0;
    background-color: white;
    padding: 5px;
    margin-top: 22px;
}
.wrapper-main-wrap-right-search-input{
    float:right;
    width: 298px;
    height: auto;
    /*border: 1px solid #c0c0c0;*/
    padding: 14px 4px 14px 8px;
    font-size: 1em;
    border-style: none;
    border-left: 1px solid #c0c0c0;
}
.wrapper-main-wrap-right-news-contentwrap{
    width: 100%;
    height: auto;
    padding: 30px 0;
    border-top: 1px  solid #a4a4a4;
    border-bottom: 1px  solid #a4a4a4;
    list-style-type: none;
}
.wrapper-main-wrap-right-news-contentwrap-li-img{
    width: 85px;
    height: 85px;
	margin-bottom: 10px;
    /*border: 1px solid black;*/
}
.wrapper-main-wrap-right-news-contentwrap-li-div{
    width: 260px;
    height: 85px;
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
}
.wrapper-main-wrap-right-news-contentwrap-li-div-title{
    width: auto;
    height: auto;
    font-weight: bold;
    overflow: hidden;
    /*border: 1px solid black;*/
    color: black;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.wrapper-main-wrap-right-news-contentwrap-li-div-content{
    width: auto;
    height: auto;
    height: 38px;
    overflow: hidden;
    /*border: 1px solid black;*/
    font-size: 0.9em;
    color: #888888;
    line-height: 20px;
    margin-top: 3px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.wrapper-main-wrap-right-title{
    /*border: 1px solid black;*/
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 20px;
    margin-left: 10px;
    /*column-count: 2;*/
    /*list-style-type: none;*/
}
.wrapper-main-wrap-right-title li{
    /*border: 1px solid black;*/
    display: inline-block;
    width: 100%;
    height: auto;
    /*display:list-item;*/
    list-style-type:disc;
    line-height: 30px;
}
.wrapper-main-wrap-right-title-li-a{
    color: black;
    text-decoration: none;
}
.wrapper-main-wrap-right-title-point{
    display:inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: black;
    margin-right: 10px;
    margin-bottom: 3.5%;
}

/*联系*/
.wrapper-contact{
    width: 100%;
    height: auto;
    background-color: #efefef;
    /*border: 1px solid black;*/
}
.wrapper-contact-main{
    display: flex;
    align-items:Center;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    /*border: 1px solid black;*/
    padding: 80px 0;
}
.wrapper-contact-main-left{
    width: 40%;
    height: auto;
    /*border: 1px solid black;*/
}
.wrapper-contact-main-right{
    width: 60%;
    height: auto;
    /*border: 1px solid black;*/
}
.wrapper-contact-main-left-message{
    width: 100%;
    padding-bottom: 10px;
	
}
.wrapper-contact-main-left-message-icon{
    display: inline-block;
    width:30px;
    /*border: 1px solid black;*/
}
.wrapper-contact-main-left-message-content{
    display: inline-block;
    width: auto;
    height: 100%;
    /*border: 1px solid black;*/
    line-height: 36px;
    color: #888888;
    font-size:18px;
    letter-spacing: 2px;
}

.wrapper-contact-main-right-ul{
    display: inline-block;
    width: 70%;
    height: auto;
    /*line-height: 30px;*/
    /*border: 1px solid black;*/
    text-align: center;
    float: left;
}
.wrapper-contact-main-right-ul-li{
    float: left;
    width: auto;
    height: auto;
    /*border: 1px solid black;*/
    list-style-type: none;
    margin-left: 10%;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 45px;
    color: #888888;
}
.wrapper-contact-main-right-ul-li-a{
    color: #003466;
    text-decoration: none;
}


/*底部*/
.wrapper-foot{
    width: 100%;
    height: auto;
    background-color: #003466;
    /*border: 1px solid black;*/
}
.wrapper-foot-content{
    width: 1200px;
    height: auto;
    color: #888888;
    text-align: left;
    margin: 0 auto;
    padding: 50px 0;
    /*border: 1px solid black;*/
    font-size: 14px;
}


/*学院介绍、学术团队*/
.team-ul{
    width: 100%;
    list-style-type: none;
    padding: 20px;
    background-color: rgba(0, 52, 102, 0.76);
    font-family: Microsoft JhengHei, Arial, sans-serif !important;
}
.team-ul li{
    line-height: 40px;
    font-weight: bold;
    padding: 0 20px;
    border-bottom: 1px solid white;
}
.team-ul li:hover{
    background-color: white;
}
.team-ul-a{
    color: white;
    text-decoration: none;
}
.team-ul li:hover .team-ul-a{
    color: rgba(0, 52, 102, 0.76);
}


/*侧边栏下拉列表*/
.store-form li{
    line-height: 30px;
    font-size: 1em;
    color: #9ca2a8;
    text-align: left;
   
    border-style: none;
}

.store-form li:hover{
    background-color: white;
}







