body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
    background: url(../image/bg.png) repeat-x;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #1876DF;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}


.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}


#books,
#switch,
.jia,
.mobile-news-itme{
    display: none;
}


.nav{
    height: 55px;
    line-height: 55px;
    background: #1976DE;
    
}
.menu>li{
    float: left;
    width: 120px;
    position: relative;
    border-left: 1px solid #3688E3;
}
.menu>li:last-child{
    border-right: 1px solid #3688E3;
}
.menu>li>a{
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.menu>li>a:hover{
    background: #11CFFF;
    text-decoration: none;
}
.sub-menu{
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #1976DE;
    z-index: 99;
    display: none;
}
.sub-menu li a{
    display: block;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-top: 1px solid #3688E3;
}
.sub-menu li a:hover{
    background: #11CFFF;
    text-decoration: none;
}
.header-bg{
    height: 144px;
    position: relative;
    background: url(../image/header-bg3.jpg) no-repeat;
}
.header-bg img{
    margin-top: 37px;
}
.top{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
}
.top a{
    color: #fff;
}
.search{
    position: absolute;
    top: 60px;
    right: 0;
}
input[type='text']{
    height: 45px;
    line-height: 45px;
    width: 295px;
    padding: 0 10px;
    margin-right: 50px;
    border: none;
    background: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 45px;
    border: none;
    cursor: pointer;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background: #11CFFF url(../image/search5.png) no-repeat center center;
}

.section{
    min-height: 600px;
}
.section .container{
    background: #fff url(../image/section-bg.jpg) no-repeat center top;
}


.slider{
    height: 450px;
}
.albumBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.albumBox .hd{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    z-index: 1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background:#B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    width: 100%;
    height: 450px;
}

.title{
    height: 46px;
    line-height: 46px;
    border-top: 4px solid #1876DF;
    background: #E7E7E7 url(../image/title-bg.jpg) repeat-x;
}
.title a{
    position: relative;
    color: #1876DF;
    font-size: 20px;
    padding-left: 53px;
}
.title a:before{
    content: '';
    position: absolute;
    top: 1.5px;
    left: 15px;
    width: 28px;
    height: 23px;
    background: url(../image/icon-list1.png) no-repeat 0 0;
}

.notice{
    float: right;
    width: 353px;
    height: 422px;
    margin-top: 25px;
}
.notice li{
    margin-top: 21px;
    overflow: hidden;
}
.notice .date{
    float: left;
    width: 72px;
    height: 68px;
    line-height: 34px;
    text-align: center;
    border-top: 4px solid #11CFFF;
    background: #E7E7E7;
    font-size: 18px;
    font-family: Georgia;
}
.notice .date p{
    font-size: 20px;
    line-height: 30px;
}
.notice li:hover .date{
    color: #fff;
    background: #1876DF;
}
.notice-info{
    margin-left: 92px;
}
.notice-info p{
    height: 60px;
    line-height: 30px;
    overflow: hidden;
    margin-top: 6px;
    font-size: 16px;
}

.news{
    float: left;
    width: 822px;
    height: 470px;
    margin-top: 25px;
}
.news .title a{
    display: inline-block;
    height: 45px;
}
.news .title a.on{
    background: url(../image/sjx.png) no-repeat bottom right;
}
.news .title a:hover{
    text-decoration: none;
}
.news .title a:first-child::before{
    width: 23px;
    height: 26px;
    top: 10px;
    background-position-x: -31px;
}
.news .title a.xygg{
    padding-left: 20px;
}
.news .title a.xygg::before{
    width: 0px;
    height: 0px;
    background: none;
}
.news-img{
    overflow: hidden;
    padding-bottom: 20px;
    margin-top: 15px;
    border-bottom: 1px dotted #767676;
}
.news-img>a{
    float: left;
    width: 214px;
    height: 150px;
    overflow: hidden;
}
.news-img img{
    width: 100%;
}
.news-img>a:hover img{
    animation: pulse 1s;
}
.news-info{
    margin-left: 234px;
}
.news-info h2{
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-info p{
    height: 75px;
    line-height: 25px;
    color: #666;
    margin: 10px 0;
    overflow: hidden;
}
.time{
    color: #999;
    padding-left: 27px;
    position: relative;
}
.time:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background: url(../image/icon-list1.png) no-repeat -193px 0;
}
.news-info>a{
    float: right;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    background: #D4091D;
}
.news-info>a:hover{
    background: #1876DF;
    text-decoration: none;
}
.news li{
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dotted #767676;
}
.news li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 100px;
}
.news li a{
    font-size: 16px;
    padding-left: 24px;
    position: relative;
}
.news li a:before{
    content: '';
    position: absolute;
    top: 2.5px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../image/icon-list1.png) no-repeat -196px -26px;
}
.news .news-itme{
    display: none;
}
.news .show{
    display: block;
}


.teach{
    float: right;
    width: 353px;
    height: 470px;
    margin-top: 25px;
}
.teach .title a:before{
    width: 27px;
    height: 27px;
    background-position-x: -57px;
}
.com-list{
    margin:10px 0 20px;
}
.com-list li{
    display:flex;
    height: auto;
    padding:7px 0;
  line-height:30px;    align-items: center;
    border-bottom: 1px dotted #767676;
}
.com-list li:last-child{
   
}
.com-list li p{
  flex:1;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.com-list li span{padding-left:10px}
.com-list li span:before{display:none;}

.specialty{
    float: left;
    width: 398.5px;
    margin-top: 25px;
    height: 315px;
}
.specialty .title a:before{
    top: -3px;
    width: 33px;
    height: 32px;
    background-position-x: -87px;
}


.science{
    float: left;
    width: 353px;
    margin: 25px 25px 0;
    height: 315px;
}
.science .title a:before{
    width: 27px;
    height: 27px;
    background-position-x: -57px;
}


.student{
    float: right;
    width: 398.5px;
    margin-top: 25px;
    height: 315px;
}
.student .title a:before{
    width: 28px;
    height: 25px;
    background-position-x: -123px;
}


.link{
    float: left;
    width: 100%;
    min-height: 120px;
}
.link .title a:before{
    width: 28px;
    height: 28px;
    background-position-x: -153px;
}
.link ul li{
    float: left;
    margin-top: 20px;
}
.link ul li span{
    margin: 0 15px;
}
.link ul li:last-child span{
    display: none;
}


.footer{
    height: 90px;
    background: #006AD8;
    padding: 25px 0;
}
.footer p{
    height: 90px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.footer p a{
    color: #fff;
}


.aside{
    width: 262px;
    background: #F5F5F5;
    position: relative;
    min-height: 600px;
    margin-top: 35px;
    box-shadow: 2px 2px 2px #ddd, -2px -2px 2px #ddd;
}
.aside p{
    height: 60px;
    line-height: 50px;
    text-align: center;
    color: #1876DF;
    font-size: 18px;
    border-top: 10px solid #1876DF;
    background: #E2E2E2;
    margin-top: -10px;
}
.aside ul li{
    height: 50px;
    text-align: center;
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #C0C0C0;
}
.aside ul li a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside ul li.on a{
    color: #1876DF;
}
.aside ul li img{
    visibility: hidden;
    position: absolute;
    top: 22px;
    right: 40px;
}
.aside ul li.on img{
    visibility: visible;
}
.aside .img{
    position: absolute;
    bottom: 0;
}
.side{
    width: 262px;
    background: #F5F5F5;
    position: relative;
    min-height: 600px;
    margin-top: 35px;
    box-shadow: 2px 2px 2px #ddd, -2px -2px 2px #ddd;
}
.side .sidebarHd{
    height: 60px;
    line-height: 50px;
    text-align: center;
    color: #1876DF;
    font-size: 18px;
    border-top: 10px solid #1876DF;
    background: #E2E2E2;
    margin-top: -10px;
}
.side .sidebarNav{
    height: 51px;overflow: hidden;
    text-align: center;
    position: relative;
    margin: 0 10px;
    border-bottom: 1px solid #fff;
}
.side .sidebarNav a{
    display: block;
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px solid #C0C0C0;
    box-sizing: border-box;
}
.side .sidebarNav a.jia{
	background: url(../image/jia1.png) no-repeat 98% center;
}

.side .sidebarNav a:hover{
    text-decoration: none;
}
.side .sidebarNav.on a,.side .sidebarNav.active a{
    color: #1876DF;
}
.navContent{display: none;  border-bottom: 1px solid #C0C0C0;    margin: 0 10px; }
.navContent li{
    background-color: #fcfcfc;
}
.navContent li a{
    display:block;
    height:36px;
    text-align:center;
    font-size:15px;
    line-height:36px;
    color:#666;
	
}
.navContent li a:hover{color:#1876DF}
.side .img{
    position: absolute;
    bottom: 0;
}


.detail{
    width: 938px;
    min-height: 600px;
    padding: 0 30px;
    box-sizing: border-box;
    background: #fff;
    margin: 35px 0;
}
.detail .position{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CFCFCF;
}
.detail .position h3 span{
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
    color: #1876DF;
}
.detail .position p{
    color:#666;
}
.detail .position a{
    color:#666;
}
.detail .position a:hover{
    color:#1876DF;
}
.detail>ul{
    margin: 5px 0;
}
.detail>ul>li{
    height: 45px;
    line-height: 45px;
    position: relative;
    border-bottom: 1px dotted #999;
}
.detail>ul>li a{
    display: inline-block;
    width: 85%;
    padding-left: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.detail>ul>li a:before{
    content: '→';
    position: absolute;
    top: 0;
    left: 0;
    height: 45px;
    color: #1876DF;
    transition: .3s;
}
.detail>ul>li a:hover:before{
    left: 5px;
}
.detail>ul>li span{
    color: #666;
}

.detail .content{
    padding: 20px 0;
}
.detail img,.detail table{
	max-width: 90%;
}
.detail.wd{
    width: 100%;
    border-top: 5px solid #1876DF;
}

.caption{
    text-align: center;
}
.caption h3{
    line-height: 40px;
    color: #1876DF;
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 10px;
}
.caption div span{
    font-size: 14px;
    color: #666;
    margin: 0 10px;
}

.imgList{
    margin: 10px 0;
}
.imgList ul:after{
    content: '';
    display: block;
    clear: both;
}
.imgList ul li{
    float: left;
    width: 33%;
    text-align: center;
    margin: 20px 0;
}
.imgList ul li .img{
    height: 200px;
}
.imgList ul li .img img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 5px solid #E3E3E3;
    transition: all .3s;
}
.imgList ul li .img:hover img{
    border: 5px solid #1876DF;
    transform: scale(1.1);
}
.imgList ul li>a{
    display: inline-block;
    width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px 0;
    padding: 5px 0;
    border-top: 1px solid #A3A3A3;
    border-bottom: 1px solid #A3A3A3;
}
.imgList ul li>a:hover{
    color: #1876DF;
}

.img-list ul li .img img{
    border-radius: 0;
}


.pagebox_jump {
    display:none;
}
.pagebox {
    font-family: "宋体",sans-serif;
    font-size: 12px;
    overflow: hidden;
    text-align: center;
  	margin: 25px 0;
}
.pagebox span {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin-right: 2px;
    overflow: hidden;
    text-align: center;
}
.pagebox span a {
    display: block;
    overflow: hidden;
}
.pagebox span.pagebox_pre_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-align: center;
    padding: 0 8px;
}
.pagebox span.pagebox_pre {
    color: #3568b9;
    height: 23px;
}
.pagebox span.pagebox_pre a, .pagebox span.pagebox_pre a:visited, .pagebox span.pagebox_next a, .pagebox span.pagebox_next a:visited {
    border: 1px solid #b8b8b8;
    color: #b8b8b8;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    text-align: center;
    text-decoration: none;
    width: 53px;
}
.pagebox span.pagebox_pre a:hover, .pagebox span.pagebox_pre a:active, .pagebox span.pagebox_next a:hover, .pagebox span.pagebox_next a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_nonce {
    background: #d20001 none repeat scroll 0 0;
    border: 1px solid #ab0101;
    color: #fff;
    cursor: default;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
}
.pagebox span.pagebox_num {
    color: #3568b9;
    height: 23px;
}
.pagebox span.pagebox_num a, .pagebox span.pagebox_num a:visited {
    border: 1px solid #b8b8b8;
    color: #8a8a8a;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
    padding: 0 8px;
    text-decoration: none;
}
.pagebox span.pagebox_num a:hover, .pagebox span.pagebox_num a:active {
    border: 1px solid #363636;
    color: #363636;
}
.pagebox span.pagebox_num_ellipsis {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #393733;
    line-height: 23px;
    width: 22px;
}
.pagebox span.pagebox_next_nolink {
    border: 1px solid #ddd;
    color: #999;
    cursor: default;
    height: 21px;
    line-height: 21px;
    text-align: center;
    width: 53px;
}
