.container{
    width: 1250px;
    margin: 0 auto;
}
.container-fluid{
    width: 100%;
    background: #
}
/*logo*/
.logo{   
    width: 695px;  
    top: 0; 
    left: 0;
    position: absolute;
}
.logo .logo-left img{
    background-color: transparent;
}
.header-top{
    position: relative;
    height: 105px;
}
.header-top .logo-right{
    top: 45px;
    right: 10px;
    position: absolute;
}
.header-top .logo-right img{
    width: 549px;
    height: 70px;
    position: absolute;
    top: -27px;
    right: -155px;
}
.header-top .time{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: right;
}
.header-top .header-right{
    height: 20px;
    line-height: 20px;
    text-align: right;
}

/*菜单*/
.header-navbar{
    background: #9E6640;
    height: 50px;
    line-height: 50px;
    position:relative;
}

.header-navbar .nav-item .link-li{
    float: left;
    position: relative;
}
.header-navbar table{position:absolute;left:-2px;top:-2px;}
.header-navbar .search{
    float: right;
    width: 240px;
    height: 50px;
}
.header-navbar form{
    border: none;
    height: 50px;
}
.header-navbar #sear_text{
    background: #fff;
    height: 30px;
    border: none;
    outline: none;
    padding-left: 10px;
    width: 110px;
}
.header-navbar #sear_submit{
    background: #ccc;
    width: 80px;
    height: 30px;
    color: #000;
}
.header-navbar .nav-item .link-li a{
    color: #fff;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 15px;
    width: 120px;
}
.header-navbar .nav-item .link-li a:hover,
.header-navbar .nav-item .link-li a:focus{
    background: #873D18
}
.header-navbar .nav-item .link-li ul{
    background: #9E6640;
    border: 1px solid #fff;
    border-top: none;
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 2;
}
.header-navbar .nav-item .link-li ul li{
    height: 40px;
    width: 118px;
    line-height: 40px;
}
.header-navbar .nav-item .link-li ul a{
    height: 40px;
    width: 118px;
    line-height: 40px;
}
/*菜单结束*/

/*轮播图*/

/*轮播图结束*/

/*主体新闻部分*/
.view-body{
    margin-top: -10px;
    padding-bottom: 20px;
    position: relative;
}
.view-body .news{
    padding: 0 20px;
    width: 500px;
    float: left;
}
.view-body .view-top{
    width: 500px;
    height: 50px;
    border-bottom: 1px solid #9E6640;
}
.view-body .view-top h3{
    line-height: 50px;
    float: left;
    font-size: 17px;
    font-weight: 700;
    color: #9E6640;
}
.view-body .view-top .more{
    float: right;
    line-height: 50px;
    font-size: 15px;
}
.view-body .view-list{
    width: 500px;
}
.view-body .view-list a:hover .view-title{
    color: #873D18;
}
.view-body .view-list li{    
    height: 30px;   
    line-height: 30px;  
    font-size: 14px; 
    position: relative;
}
.view-body .view-list .icon{
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url(../images/title.gif);
    float: left;
    position: absolute;
    top: 10px;
    line-height: 12px;
    text-align: center;
    left:0px;
}
.view-body .view-list .view-title{
    width: 400px;
    float: left;
    text-indent: 16px;
    overflow: hidden;
    white-space: nowrap;
    -moz-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.view-body .view-list .view-date{
    float: right;
}
/*主体新闻部分结束*/

/*主体通知部分*/
.view-body .notice{
    padding: 0 20px;
    width: 500px;
    float: right;
}

/*主体通知部分结束*/

/*主体科目部分*/
.view-body .college{
    margin-top: 25px;
    padding: 0 20px;
    width: 500px;
    float: right;
    height: 210px;
    position: relative;
}
.view-body .college span{
    width: 119px;
    height: 1px;
    display: block;
    position: absolute;
    background: #9E6640;
    top: 44px;
    left: 405px;
}
.college .cate{
    width: 100%;
    height: 46px;
}
.college .cate li{
    float: left;
}
.college .cate .cate-bind{

}
.college .cate .cate-bind h3{
    line-height: 44px;
    float: left;
    font-size: 17px;
    font-weight: 700;
    color: #9E6640;
    width: 100px;
    border-bottom: 1px solid #9E6640;
    height: 44px;
}
.college .cate .cate-class{
    width: 94px;
    height: 42px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ccc;
    border-top: 2px solid #ccc;
    border-bottom: 1px solid #9E6640;
    cursor: pointer;
}
.college .cate .cate-class.active{
    border: 1px solid #9E6640;
    border-bottom: none;
    color: #9e6640;
    border-top: 2px solid #9E6640;
}
.college .cate .cate-title{
    font-size: 15px;
    font-weight: 700;
}
.view-cate{
    position: relative;
    height: 170px;
}
.view-cate .cate-view{
    position: absolute;
    top: 9px;
    left: 0px;
}
.view-cate .view-list .view-date{
    float: left;
    color: #9e6640;
}
.view-cate .view-list .view-title{
    width: 400px;
    float: right;
    text-indent: 16px;
}
/*主体科目部分结束*/


/*脚部部分*/
.container-fluid{
    background: #323232;
    border-top: 5px solid #9E6640;
}
.footer{
    /* padding: 40px 10px; */
    height: 110px;
    position: relative;
}
.footer .footer-left{
    width: 600px;
    font-size: 12px;
    color: rgb(150,150,150);
    float: left;
    height: 110px;
    line-height: 110px;
    margin-left: 149px;
}

.footer .footer-left .out-link{
    font-size: 15px;
    height: 110px;
    line-height: 64px;
    color: #fff;
    display: block;
    /* line-height: 110px; */
    float: left;
    margin-left: 35px;
}
.footer .footer-left .out-link li{
    
height: 28px;
}
.footer .footer-left .out-link a{
    color: #fff;
}
.footer .footer-left .out-link a:hover{
    color: #9E6640;
}
.footer .footer-left .out-link span{
    color: #969696;
}
.footer .footer-right{
    float: right;
    height: 105px;
    width: 290px;
    margin-right: 68px;
    margin-top: 5px;
    /* margin-bottom: 64px; */
}
.footer .weixin{
    width: 100px;
    height: 100px;
    /* position: absolute; */
    /* top: 65px; */
    /* left: 735px; */
}
.footer .weixin img{
    width: 100%;
    height: 100%;
}
.container-fluid-copy{
    width: 100%;
    background: #252525;
    height: 80px;
    text-align: center;
    line-height: 40px;
}
.container-fluid-copy .footer-bottom{
        height: 40px;
    line-height: 40px;
}
.container-fluid-copy .footer-bottom p{
    color: rgb(150,150,150);
    font-size: 12px;

}
/*脚步部分结束*/

/*回到顶部*/
.back-top{
    width: 70px;
    height: 70px;
    background-color: rgba(0,0,0,.7);
    font-size: 20px;
    font-weight: 700;
    line-height: 70px;
    color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    text-align: center;
    opacity: .5;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}
.back-top:hover{
    opacity: .8;
}
/*回到顶部结束*/
/*平板*/
@media (min-width: 768px) and (max-width: 992px) {
   
}

/*手机*/
@media (max-width: 767px) {
    
}