@charset "utf-8";

/* CSS Document */

html,
body {
    /* you need to set this to assign to the main element a min height of 100% */
    height: 100%;
    background: #fff;
}

html {
    font-size: 16px;
}

@media screen and (max-device-width: 320px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    body {
        -webkit-text-size-adjust: none;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    body {
        -webkit-text-size-adjust: none;
    }
    
}
@media only screen and (max-width:1024px){
    .dwld img{
        height: 610px !important;
    }
}
@media only screen and (max-width:768px){
    .dwld img{
        height: 450px !important;
    }
 .rul li a {
        padding: 20px 45px !important;
    }
}

@media only screen and (min-width:415px) {
    .dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
        line-height: 60px !important;
    }
}
@media only screen and (max-width:600px) {
    .guan {
        width: 80% !important;
    }
    .wow i{
        height: 70px !important;
    }
 .dwld img{
        height: 346px !important;
    }
   .rul li a {
        padding: 20px 35px !important;
    }
}
@media only screen and (width:540px) {
   .rul li a {
        padding: 20px 30px !important;
    }
}
@media only screen and (max-width:414px) {
    .dl-menuopen{
        top:31px !important;
     }
    .rul li a {
        padding: 5px 15px !important;
    }
    .dl-menuwrapper button {
        top: 5px !important;
        right: 20px !important;
    }
    .dl-menuwrapper li a {
        padding: 15px 20px !important;
    }
    .dl-menuwrapper li.dl-back>a {
        padding-left: 30px !important;
    }
    .xue h1 {
        font-size: 16px !important;
    }
    .xue p {
        font-size: 12px!important;
    }
    .dong h1 {
        font-size: 16px !important;
    }
    .dong h1 span {
        font-size: 12px !important;
    }
    .xian{
        height: 10px !important;
    }
    .wow a{
        line-height: 20px !important;
    }
 .dwld img{
        height: 231px !important;
    }
    .di p{
    font-size:14px !important;
   }
   .jiao{
       background-position: -105px 214px !important;
    }
}

@media only screen and (max-width:375px) {
     .rul li a {
        padding: 5px 10px !important;
    }

    .do h1 span {
        display: block !important;
    }
    .biao h2 {
        font-size: 12px !important;
    }
 .dwld img{
        height: 207px !important;
    }
   .di p {
    font-size: 12px !important;
    line-height: 24px !important;
    }
    
}

@media only screen and (max-width:350px){
  .dl-menuwrapper button {
        right: 0px !important;
    }
}

@media only screen and (max-width:320px){
    .dwld img{
        height: 173px !important;
    }
  .rul li a {
        padding: 5px !important;
    }
   .g {
   margin-right:10px !important;
    }
     .di{
         width:96% !important; 
      }
}

ul,
li,
h1,
h2,
h3,
a,
img,
p {
    font-family: "微软雅黑";
    font-size: 100%;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
    font-weight: normal;
}

body {
    font-family: "微软雅黑";
    color: #333;
    margin: 0px;
    padding: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

img {
    max-width: 100%;
}


/* 头部 */

.head {
    width: 100%;
    background: url(../image/1.png) no-repeat;
    background-size: cover;
    height: 75px;
    position: relative;
}

.logo {
    display: block;
    width: calc(100% - 120px);
    max-width: 320px;
    float: left;
    height: 75px;
    margin-left: 10px;
}

.head .logo img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.head .search {
    position: absolute;
    top: 0;
    right: 30px;
    z-index: 1000;
    display: block;
    width: 2.25rem;
    height: 75px;
    text-indent: -9999em;
    background: url(../image/2.png) no-repeat center center;
    background-size: 50%;
}

.head .search span {
    display: none;
}

.head .back {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999em;
    background: url(../images/icon-back.png) no-repeat center center;
    background-size: 12px 20px;
}

.search_con {
    width: 100%;
    height: 30px;
    display: none;
    position: absolute;
    right: 0px;
    z-index: 999;
    background: #c82a2c;
    text-align: left;
    padding: 15px 0px;
    top: 180%;
    text-align: center;
}

.search_but {
    position: relative;
    display: block;
}

.search_con input {
    vertical-align: top;
}

.search_con .input1 {
    border: 1px solid #ffffff;
    width: 90%;
    margin: 0 auto;
    border-radius: 5px;
    background: #fddf9f;
    position: relative;
}

.search_con .text {
    width: 81%;
    border: none;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    color: #333333;
    outline: none;
}

.search_con .sub {
    height: 20px;
    position: absolute;
    top: 5px;
    right: 0;
    padding: 0 4px;
}


/* 导航 */

.baa {
    width: 100%;
    position: relative;
}

.baa .rul li {
    float: left;
    position: relative;
    z-index: 99;
}

.rul li:hover .ru {
    display: block;
}

.baa .rul li a {
    display: block;
    font-size: 1rem;
    color: #333;
    padding: 20px 70px;
}

.baa .rul li a:hover {
    color: #c82a2c;
}


/*焦点图开始*/

.slideBox {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    /* 设置焦点图最大宽度 */
}

.slideBox .hd {
    position: absolute;
    height: 28px;
    line-height: 28px;
    bottom: 10px;
    right: 38%;
    z-index: 1;
}

.slideBox .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 6px;
}

.slideBox .hd li.on {
    background: #fad084;
}

.slideBox .bd {
    position: relative;
    z-index: 0;
}

.slideBox .bd li {
    position: relative;
}

.slideBox .bd li img {
    background: url(../image/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 100%;
    /* 图片宽度100%，达到自适应效果 */
}


/* 招生 */

.zhao {
    width: 100%;
}

.sheng {
    width: 90%;
    padding: 15px 0;
    margin: auto;
}

.xin {
    float: left;
    width: 20%;
    margin: auto;
}

.xin img {
    display: block;
    width: 60%;
    margin: auto;
}

.xin p {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 28px;
}

.zhao span,
.zhao span img {
    display: block;
    width: 100%;
}


/* 新闻动态 */

.wen {
    width: 100%;
    position: relative;
}

.dong {
    width: 90%;
    padding-top: 10px;
    margin: 0 auto;
}

.dong h1 {
    float: left;
    color: #444;
    font-weight: bold;
    font-size: 24px;
}

.dong h1 span {
    font-size: 16px;
    color: #808080;
}

.dong a {
    float: right;
    color: #999;
    font-size: 14px;
}

.dong a span {
    display: block;
    float: left;
    margin-right: 5px;
    width: 38px;
    height: 21px;
    background: url(../image/8.png) no-repeat;
    background-size: 38px 21px;
}

.dong img {
    display: block;
    margin-top:3px;
}

.hua {
    width: 90%;
    padding-top: 7px;
    padding-left: 10px;
    margin: 10px auto;
    overflow: hidden;
    background: url(../image/9.png) no-repeat;
}

.slide {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    /* 设置焦点图最大宽度 */
}

.slide .dh {
    position: relative;
    bottom: 25px;
    right: 0;
    z-index: 1;
}

.slide .dh ul {
    display: none;
}

.slide .db {
    position: relative;
    z-index: 0;
    border: 1px solid #dddd;
}

.slide .db li p {
    font-size: 1rem;
    color: #008ed4;
    text-align: center;
    line-height: 52px;
    border-top: 1px solid transparent !important;
}

.slide .db li {
    position: relative;
}

.slide .db li img {
    background: url(../image/loading.gif) center center no-repeat;
    vertical-align: top;
    width: 100%;
    /* 图片宽度100%，达到自适应效果 */
}

.arrow {
    position: absolute;
    top: -10px;
    left: 15px;
    width: 12px;
    height: 20px;
    background: url(../image/11.png) no-repeat;
    background-size: 12px 20px;
}

.arrows {
    position: absolute;
    top: -10px;
    right: 15px;
    width: 12px;
    height: 20px;
    background: url(../image/12.png) no-repeat;
    background-size: 12px 20px;
}

.nian {
    width: 90%;
    margin: 0 auto;
}

.bi {
    width: 100%;
    height: 33%;
    margin: 7px auto;
    border-bottom: 1px solid #dddd;
    padding-bottom: 5px;
}

.bi1 {
    border-bottom: 1px solid transparent;
}

.ri {
    width: 22%;
    border-right: 1px solid #dddd;
    box-sizing: border-box;
    padding-right: 5px;
}

.ri p {
    text-align: center;
    font-size: 16px;
    color: #008ed4;
    line-height: 32px;
}

.ri span {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #008ed4;
}

.biao {
    width: 75%;
}

.biao h2 {
    text-align: left;
    color: #333;
    font-size: 16px;
    margin-bottom: 5px;
}

.biao p {
    text-align: left;
    color: #808080;
    font-size: 12px;
}

.xian {
    width: 100%;
    height: 20px;
    background: #e6e6e6;
}


/* 通知通告 */

.gong {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 10px;
}
.gong bd{
    position: relative;
    z-index: 0;
    border: 1px solid #dddd;
}
.gong .hd li.on .fl h1{
    color: #c82a2c;
}
.gong .hd li.on .fl span{
    background: url(../image/13.png) no-repeat;
    background-size: 26px 3px;
}
.gong bd ul li{
    float: none !important;
}

/* 添加 */
.gong .hd li a{
	display: none;
}

.gong .hd li.on a{
	display:block;
}
.g {
    margin-right: 20px;
}

.g1 {
    margin-right: 0!important;
}

.xue {
    width: 100%;
    padding-top: 10px;
    margin: 0 auto;
}

.xue h1 {
    color: #444;
    font-weight: bold;
    font-size: 24px;
}
.g:hover h1{
    color: #c82a2c;
}
.xue p {
    font-size: 16px;
    color: #808080;
}

.xue a {
    float: right;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.xue a span {
    display: block;
    float: left;
    margin-right: 5px;
    width: 38px;
    height: 21px;
    background: url(../image/8.png) no-repeat;
    background-size: 38px 21px;
}

.g span{
    display: block;
    width: 26px;
    height: 3px;
    margin-top: 3px;
    background: url(../image/14.png) no-repeat;
    background-size: 26px 3px;
}
.g:hover span{
    background: url(../image/13.png) no-repeat;
    background-size: 26px 3px;
}
.lv {
    width: 100%;
    height: 33%;
    margin: 10px auto;
    border-bottom: 1px solid #dddd;
    padding-bottom: 10px;
}

.lv1 {
    border-bottom: 1px solid transparent;
}

.qi {
    width: 55px;
    padding: 15px 0;
    background: url(../image/15.png) no-repeat;
    background-size: contain;
}

.qi p {
    text-align: center;
    font-size: 14px;
    color: #333;
}

.qi span {
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.guan {
    width: 85%;
}

.guan h2 {
    color: #333;
    font-size: 16px;
    text-align: left;
    margin: 5px 0 0 0;
}


/* 教育科研基地 */

.jiao {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px;
    background: url(../image/18.png) no-repeat;
    background-size: cover;
    
}

.liu {
    width: 100%;
    margin-top: 10px;
}

.wow {
    width: 25%;
    float: left;
    padding: 0 10px ;
    box-sizing: border-box;
}

.wow1 i{
    width: 100%;
    background: url(../image/16.png) no-repeat center;
    background-size: contain;
    display: block;
    height: 107px;
    margin-bottom: 8px;
}
.wow2 i {
    background: url(../image/19.png) no-repeat center;
    background-size: contain;
    width: 100%;
    display: block;
    height: 107px;
    margin-bottom: 8px;
}
.wow3 i {
    background: url(../image/20.png) no-repeat center;
    background-size: contain;
    width: 100%;
    display: block;
    height: 107px;
    margin-bottom: 8px;
}
.wow4 i {
    background: url(../image/21.png) no-repeat center;
    background-size: contain;
    width: 100%;
    display: block;
    height: 107px;
    margin-bottom: 8px;
}
.wow5 i {
    background: url(../image/22.png) no-repeat center;
    background-size: contain;
    width: 100%;
    display: block;
    height: 107px;
    margin-bottom: 8px;
}
.wow6 i {
    background: url(../image/23.png)  no-repeat center;
    background-size: contain;
    width: 100%;
    display: block;
    height: 107px;
    margin-bottom: 8px;
}
.wow7 i {
    background: url(../image/24.png)  no-repeat center;
    background-size: contain;
    width: 100%;
    display: block;
    height: 107px;
    margin-bottom: 8px;
}
.wow a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    height:178px;
   overflow: hidden;
}
/* 底部 */

.foot {
    width: 100%;
}

.foot img {
    width: 100%;
    display: block;
}

.bott {
    width: 100%;
    background: #c82a2c;
    padding-bottom: 15px;
}

.om{
    width: 70%;
    margin: 0px auto;
}
.di {
    width: 90%;
    margin: 0px auto;
}

.om img {
    display: block;
    padding: 20px 0;
    margin: 0px auto;
}

.di p {
    text-align: center;
    font-size: 1rem;
    color: #fff;
    line-height: 35px;
}

.pc {
    width: 150px;
    border: 1px solid #fff;
    border-radius: 30px;
    margin: 20px auto 0;
}

.pc p {
    font-size: 1rem;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.lanmu {
    width: 100%;
}

.lanmu img {
    width: 100%;
}

.location {
    color: #999999;
    text-align: right;
    padding: 10px;
    font-size: 13px;
}

.location a {
    color: #808080;
}
.list-page{
    min-height:100px;
} 
.list-page ul li {
    padding-bottom: 20px;
}

.list-page ul li .date {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    background: #c82a2c;
    color: #fff;
    font-size: 14px;
}

.list-page ul li .date em {
    width: 17px;
    height: 17px;
    float: left;
    margin-top: 7px;
    margin-right: 5px;
}

.list-page ul li .tit {
    color: #444444;
    line-height: 24px;
    padding: 10px;
}

.list-page ul li .abst {
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-page .jzmore {
    width: 100%;
    height: 40px;
    display: block;
    background: #f8f8f8;
    border: 1px solid #efefef;
    font-size: 17px;
    color: #999999;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.list-page .content {
    padding: 20px 10px;
}
.list-page .content img{
   display:block;
   margin:0 auto;
}
.list-page .content h1 {
    font-size: 18px;
    text-align: justify;
    color: #000;
    font-weight: bold;
    line-height: 36px !important;
    text-align: center;

}

.list-page .content .info {
    font-size: 12px;
    text-align: center;
    color: #999999;
    margin-top: 15px;
}

.list-page .content .con {
    margin-top: 20px;
}

.list-page .content .con p {
    font-size: 14px;
    color: #333333;
    text-indent: 2em;
    text-align: justify;
    line-height: 28px !important;
}
.list-page .content  p{
  font-size: 18px !important;
  color: #333333 !important;
 
}
.list-page .content .con p img {
    max-width: 100%;
    margin-left: -2em;
}
.list-page .content .con table p {
    text-indent: 0;
}
.list-page .content p span{
    font-size: 18px  !important;
    text-indent: 2em !important;
}

/* 科研基地 */
.tu img{
    display: block;
    width: 100%;
    margin: 0 auto;
}
.shou{
    background: #ededed;
    padding: 10px;
    box-sizing: border-box;
}
.shou p{
    color: #444;
    font-size: 14px;
    text-indent: 7%;
}
/* 师资队伍 */
.dang{
    box-sizing: border-box;
    padding: 0px 20px;
   
}
.dang h1{
    padding-left: 10px;
    height: 30px;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    width: 110px;
    box-sizing: border-box;
    background: #008ed4 url(../image/ldlm-bg.png) no-repeat right center;
    background-size: 30px 30px;
    margin-top: 10px;
}
.ling{
    width: 50%;
    margin: 10px 0px;
    padding: 0px 20px;
    box-sizing: border-box;
    /* border: 1px solid #dad9d9; */
    background: #fff;
}
.ling img{
    width: 100%;
    display: block;
    margin: 0px auto;
}
.ling h3{
    margin: 8px;
    font-size: 18px;
    color: #008ed4;
    text-align: center;
}
/* 学院领导 */
.dwld{
    width: 47%;
    margin: 10px 0px;
    box-sizing: border-box;
    background: #fff;
}
.dwld img{
    width: 100%;
    display: block;
    margin: 0px auto;
}
.dwld h3{
    margin-top: 8px;
    font-size: 18px;
    color: #008ed4;
    text-align: center;
}
.dwld span{
    font-size: 16px;
    color: #444444;
    text-align: center;
    display: block;
    margin-top: 5px;
}
.dwld p{
    font-size: 14px;
    line-height: 20px;
    color: #888888;
    margin: 10px 10px;
    text-align: center;
}
.quan{
    border-top: 1px solid transparent !important;
    border: 1px solid #dad9d9;
    width: 100%;
    box-sizing: border-box;
}