﻿@charset "UTF-8";

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;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #0D7CC3;
    text-decoration:none;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
table{
    border-collapse: collapse;
}
table tr th, table tr td{
    padding: 5px 10px;
    border: 1px solid gray;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*头部*/
.header{
    position: relative;
}
.header .top{
    height: 40px;
    line-height: 40px;
    color: #666;
    border-bottom: 1px solid #BCA675;
}
.header .top a{
    color: #666;
}
.header .top a:hover{
    color: #0D7CC3;
}
.header .top span{
    margin: 0 5px;
}
.header .logo{
    float: left;
    padding: 20px 0;
}
.header .toggle{
    display: none;
}
/*导航栏*/
.menu{
    float: right;
    margin-top: 40px;
}
.menu>li{
    position: relative;
    float: left;
    padding: 0 5px;
}
.menu>li>a{
    display: block;
    line-height: 30px;
    font-size: 15px;
}
.menu>li>a.on,
.menu>li>a:hover{
    color: #0D7CC3;
}
.menu .second-menu{
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: #0D7CC3;
    display: none;
    z-index: 999;
}
.menu .second-menu a{
    display: block;
    line-height: 35px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #ddd;
}
.menu .second-menu a:hover{
    background: rgba(0,0,0,.6);
}

/*轮播图*/
#slide .swiper-pagination{
    bottom: 5%;
}
#slide .swiper-pagination-bullet{
    width: 30px;
    height: 5px;
    background: #E6E6E6;
    border-radius: 0;
    opacity: 1;
}
#slide .swiper-pagination-bullet-active{
    background: #0D7CC3;
}

/*主体*/
.section{
    position: relative;
    min-height: 500px;
}
.title{
    position: relative;
    height: 30px;
    line-height: 30px;
    margin: 30px 0;
}
.title:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 126px;
    width: 70px;
    height: 7px;
    margin-top: -3px;
    background: #BD8F2F;
}
.title:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 126px;
    right: 0;
    height: 2px;
    background: #BD8F2F;
}
.title h2 a{
    color: #0D7CC3;
    font-size: 24px;
}
/*信息动态*/
.news-img{
    position: relative;
    width: 66.25%;
    margin-bottom: 20px;
}
.news-img .img{
    display: block;
    height: 450px;
    overflow: hidden;
}
.news-img .img img{
    width: 100%;
    min-height: 100%;
}
.news-img p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 56px;
    line-height: 56px;
    padding: 0 110px 0 15px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: rgba(0,0,0,.5);
}
.news-img p a{
    color: #fff;
}
.news-img p a:hover{
    color: #0D7CC3;
}
#news .swiper-pagination{
    left: auto;
    right: 5px;
    width: auto;
    bottom: 18px;
}
#news .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: transparent;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    opacity: 1;
}
#news .swiper-pagination-bullet-active{
    background: #fff;
}
/*学校纪监动态*/
.trends{
    width: 31.25%;
}
.trends .title:before,
.trends .title:after{
    left: 174px;
}
.trends-first{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #e3e3e3;
}
.trends-first h3{
    font-size: 18px;
    font-weight: normal;
    height: 3.5em;
    line-height: 1.75em;
    margin: -5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.trends-first p{
    color: #666;
    font-size: 16px;
    height: 3em;
    line-height: 1.5em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.trends .list li{
    margin-bottom: 15px;
}

.box>div{
    width: 375px;
}
.box>div:nth-of-type(2){
    margin: 0 37px;
}

.list li{
    margin-bottom: 12px;
    font-size: 16px;
}
.list li:last-of-type{
    margin-bottom: 0;
}
.list li a{
    position: relative;
    padding-left: 15px;
}
.list li a:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #BD8F2F;
}
.list li a:hover:before{
    background: #0D7CC3;
}

/*专题专栏*/
.heading{
    padding-left: 35px;
    margin: 35px 0 20px;
    background: url(../images/ztzl.png) no-repeat left center;
}
.heading a{
    color: #0D7CC3;
    font-size: 24px;
}

/*尾部*/
.footer{
    margin-top: 45px;
    height: 258px;
    background: #F3F1F2 url(../images/footer.jpg) no-repeat center bottom;
}
.footer .link{
    background: #0D7CC3;
}
.footer ul{
    float: left;
    height: 58px;
    line-height: 58px;
}
.footer ul li{
    float: left;
    color: #fff;
}
.footer ul li a{
    color: #fff;
}
.footer ul li span{
    margin: 0 8px;
}
.footer ul li:last-of-type span{
    display: none;
}
.footer .goto{
    position: relative;
    float: right;
    width: 206px;
    height: 58px;
    line-height: 58px;
    color: #fff;
    font-size: 24px;
    font-family: 'Arial';
    text-align: center;
    background: #171516;
}
.footer .goto:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #0D7CC3;
}
.footer .goto:hover{
    opacity: .6;
    cursor: pointer;
}
.footer .copyright{
    float: left;
    margin-top: 35px;
    line-height: 2.5em;
}
.footer .code{
    float: right;
    margin-top: 35px;
    line-height: 3em;
    text-align: center;
}
.footer .code>div{
    margin-left: 10px;
}
.footer .code>div img{
    border: 5px solid #fff;
}

.side{
    float: left;
    width: 278px;
    margin-top: 30px;
}
.side p{
    height: 68px;
    line-height: 68px;
    padding-left: 40px;
    color: #fff;
    font-size: 24px;
    background: #0D7CC3;
}
.side p span{
    display: none;
}
.side li{
    position: relative;
}
.side li a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding-left: 40px;
}
.side>ul>li>a{
    background: #E7E7E7;
    border-bottom: 1px solid #D4D4D4;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #9D9696;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.side .sub-menu li a{
    color: #666;
    background: #F6F6F6;
}
.side .sub-menu li a:hover,
.side .sub-menu li.on a{
    color: #0D7CC3;
}
.side .sub-menu{
    display: none;
}
.side ul .active .sub-menu{
    display: block;
}
.side ul .active>a{
    background: #fff;
    border-bottom-color: #fff;
}
.side ul .active>a:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    background: #0D7CC3;
}

.column{
    margin: 30px 0 0 310px;
}

.bread{
    height: 67px;
    line-height: 67px;
    border-bottom: 1px solid #D6D6D6;
}
.bread h1{
    font-size: 24px;
    font-weight: normal;
}
.bread .rt{
    position: relative;
    color: #9A9A9A;
    font-size: 16px;
}
.bread .rt a{
    color: #9A9A9A;
}
.bread .rt a:hover{
    color: #0D7CC3;
}

.common-list li{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    font-size: 18px;
    border-bottom: 1px dotted #8C8C8C;
}
.common-list li:hover{
    background: #F6F6F6;
}
.common-list li span{
    float: right;
    color: #666;
}
.common-list li p{
    margin-right: 120px;
}
.common-list li a{
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
.common-list li a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
}
.common-list li a:hover:before{
    background: #0D7CC3;
}

.detail{
    margin-top: 20px;
}
.caption{
    text-align: center;
}
.caption h3{
    line-height: 30px;
    font-size: 22px;
    margin: 30px 0 10px;
}
.caption p span{
    color: #999;
    margin: 0 8px;
}
.content{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #F0F0F0;
    min-height: 300px;
    line-height: 1.75em;
    font-size: 16px;
    text-indent: 2em;
}

.profile{
    margin-top: 20px;
    min-height: 300px;
    line-height: 1.75em;
    font-size: 16px;
    text-indent: 2em;
}

/*返回顶部*/
.toTop{
    position: fixed;
    right: 15px;
    bottom: -100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bolder;
    font-family: '黑体';
    background: rgba(0,0,0,.6);
    border-radius: 5px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: .3s;
    z-index: 99;
    display: none;
}
