﻿
body {
    font-family: "Microsoft YaHei";
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased; /*消除锯齿*/
    -moz-osx-font-smoothing: grayscale; /*坐等标准，有备无患*/
    -webkit-touch-callout: none; /*触摸长按时，禁止系统默认*/
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
    overflow-x: hidden;
	min-width: 1200px;
	font-family: Arial;
}

.fontSmoothing {
    -webkit-font-smoothing: antialiased; /*消除锯齿*/
    -moz-osx-font-smoothing: grayscale; /*坐等标准，有备无患*/
    -webkit-text-stroke-width: 0.2px;
    -moz-text-stroke-width: 0.2px;
    -ms-text-stroke-width: 0.2px;
    -o-text-stroke-width: 0.2px;
}

.transition250 {
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

input {
    border: none;
    padding: 0;
    margin: 0;
}

ul, li, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    margin: 0;
}

a {
    color: #333;
}

a:hover {
    text-decoration: none;
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    overflow: hidden;
}

.clamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-line-clamp: 1;
    -ms-line-clamp: 1;
}

.clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.clamp3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.clamp4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.indent2 {
    text-indent: 2em;
}

.nlb {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.parentFlex {
    display: flex;
    display: -webkit-flex;
}

.flex1 {
    flex: 1;
}

.flex2 {
    flex: 2;
}

.flex3 {
    flex: 3;
}

.textellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.wordBreakAll {
    word-break: break-all;
}

.wFull {
    width: 100%;
}

wHalf {
    width: 50%;
}
.wba{
    word-break: break-all;
}

.b1bef {
    border-bottom: 1px solid #efefef;
}

.bcf5 {
    background-color: #f5f5f5;
}

.bcwhite {
    background-color: white;
}

.bcred {
    background-color: red;
}
.bcblue {
    background-color: #2056c1;
}
.bctransparent {
    background-color: transparent;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.block {
    display: block;
}

.none {
    display: none;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.hfull {
    height: 100%;
}

.whalf {
    width: 50%;
}

.l0 {
    left: 0;
}

.t0 {
    top: 0;
}

.r0 {
    right: 0;
}

.b0 {
    bottom: 0;
}

.oh {
    overflow: hidden;
}

.bold {
    font-weight: bold;
}

.p0 {
    padding: 0;
}

.m0 {
    margin: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.p15 {
    padding: 15px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pl15 {
    padding-left: 15px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr20 {
    padding-right: 20px;
}

.pr15 {
    padding-right: 15px;
}

.pt1e {
    padding-top: 1em;
}

.pl24 {
    padding-left: 24px;
}

.pr24 {
    padding-right: 24px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt2 {
    padding-top: 20px;
}

.pt20 {
    padding-top: 20px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}
.mr40{
    margin-right: 40px;
}
.mt5 {
    margin-top: 5px;
}

.mlra {
    margin-left: auto;
    margin-right: auto;
}
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs24 {
    font-size: 24px;
}

.fs26 {
    font-size: 26px;
}

.fs30 {
    font-size: 30px;
}

.fs1em {
    font-size: 1em;
}

.fs2em {
    font-size: 2em;
}

.fs3em {
    font-size: 3em;
}

.fs4em {
    font-size: 4em;
}

.fs5em {
    font-size: 5em;
}

.lh60 {
    line-height: 60px;
}

.lh1 {
    line-height: 1;
}

.lh175 {
    line-height: 1.75;
}

.lh2 {
    line-height: 2;
}

.white {
    color: white;
}

.c333 {
    color: #333;
}

.black {
    color: black;
}

.c666 {
    color: #666;
}

.c999 {
    color: #999;
}
input,
button {
    outline: none;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.e2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.e3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.imgfull {
    width: 100%;
    display: block;
}

.songti {
    font-family: "宋体";
}

/*公有开始*/
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
/*顶部开始*/
.header{
}
.header .top{
    height: 50px;
    background-color: #333;
}
.header .text-link-list{
    padding-top: 15px;
}
.header .text-link-list ul li{
    border-right: 1px solid #fff;
    padding: 0 10px;
    line-height: 14px;
}
.header .text-link-list ul li.last{
    border: none;
}
.header .logo{
    padding: 16px 0;
    background-color: #522483;
}
.search{
    width: 34px;
    height: 34px;
    overflow: hidden;
}
.search input{
    width: 200px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    border: none;
    outline: none;
    float: right;
    background-color: #292929;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
    display: none;
}
.search button{
    display: block;
    border: none;
    background: url("https://en.hcnu.edu.cn/images/btn_icons.png") no-repeat 0px 0px;
    height: 15px;
    width: 15px;
    float: right;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 5px;
}
/*顶部结束*/
/*导航开始*/
.nav,
.nav ul{
    background-color: #60299b;
    height: 50px;
    text-align: center;
}
.nav ul li.menu{
    float: left;
    position: relative;
    z-index: 999;
    padding: 0 16px;
}
.nav ul li.active{
    background-color: #522483;
}
.nav ul li.menu a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
}
.nav ul li.active a{
    color: white;
}
.nav ul li.menu ol{
    position: absolute;
    width: 240px;
    top: 50px;
    left: 0;
    display: none;
    background-color: #522483;
}
.nav ul li.menu ol li.menu-child{
 
    width: 100%;
}
.nav ul li.menu ol li.menu-child a{
    display: block;
    width: 92%;
    margin: 0 auto;
    color: white;
   
}
/*导航结束*/
/*底部开始*/
.footer{
    padding-bottom: 25px;
    padding-top: 25px;
    background-color: #272424;
}
.footer .cp p{
    font-size: 12px;
    color: #9b9b9b;
    line-height: 2;
}
.footer .cp{
    /*margin-top: 30px;*/
}
/*底部结束*/
.nav ul li:hover{
    background-color: #522483;
}
.nav ul li:hover a{
    color: white;
}
.nav ul li.menu ol li:hover{
    background-color: #60299b;
}
.footer .drop-down .drop ul li a:hover{
    color: #920100;
}
.header .box-top .container .right .box-link ul li:hover{
    opacity: 1;
    filter: Alpha(opacity=100)
}
/*公有结束*/