﻿.header{
    background-color: #2768f8;
    width: 100%;
    height: 120px;
    padding: 0;
    position: relative;
    min-width: 1300px;
}
.header .container{
    background-image: url("../images/newhead/nav-content-bg1.png");
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 1306px;
    height: 120px;
    padding-top: 0px;
}
.header .container_wh{
    background-image: url("../images/newhead/nav-content-bg2.png");
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 1306px;
    height: 120px;
    padding-top: 0px;
}
.header .container_hs{
    background-image: url("../images/newhead/nav-content-bg3.png");
    background-repeat: no-repeat;
    background-position: left center;
    max-width: 1306px;
    height: 120px;
    padding-top: 0px;
}
.header .container .nav{
    padding-top:36px;
}
/* main-notice */
.main-notice{
    margin: 0 auto;
    width: 1300px;
    position: relative;
}
.main-notice .main-notice-titile{
    width: 250px;
    height: 800px;
    border-right: 1px solid #e2e2e2;
    float: left;
}
.main-notice .main-notice-titile .main-notice-titile-a{
    width: 250px;
    height: 50px;
    background-color: #e2e2e2;
    float: left;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 50px;
    letter-spacing: 0px;
    color: #999999;
    margin-bottom: 4px;
    text-align: center;
    box-sizing:border-box;
    cursor: pointer;
    border-right: 4px solid #e2e2e2;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
.main-notice .main-notice-titile .active,.main-notice .main-notice-titile .main-notice-titile-a:hover{
    color: #2768f8;
    border-right: 4px solid #2768f8;
}
.main-notice-content-bg{
    width: 1050px;
    height: 860px;
    float: left;
}
.main-notice-content{
    width: 900px;
    min-height: 560px;
    padding-left: 100px;
    text-align: left;
    background: #FFFFFF;
}
.main-notice-content .main-notice-content-notice{
    border-bottom: #f4f4f4 solid 1px;
    width: 900px;
    height: 94px;
    margin: 10px 0;
    float: left;
    cursor:pointer;
    position: relative;
}
.main-notice-content .main-notice-content-notice:last-child{
    margin-bottom: 0;
}
/*.main-notice-content .main-notice-content-notice:hover,.main-notice-content .active{*/
/*    border: #2768f8 solid 1px;*/
/*}*/
.main-notice-content .main-notice-content-notice .notice-ct-left{
    width: 753px;
    height: 100%;
    float: left;
}

.main-notice-content .main-notice-content-notice .notice-ct-left .tit{
    width: 753px;
    margin-bottom:20px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 19px;
    letter-spacing: 2px;
    color: #23292f;
    text-overflow:ellipsis; /* 加省略号 */
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: nowrap;
    float: left;
}
.main-notice-content .main-notice-content-notice .notice-ct-left .no-text{
    margin-top: 30px;
}
.main-detail .main-detail-titile{
    width: 100%;
    height: 40px;
    /*margin-top: 20px;*/
    float: left;
    /*background-color: #e2e2e2;*/
}
.main-detail .main-detail-titile .main-detail-titile-tit{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    float: left;
}
.main-detail .main-detail-titile .main-detail-titile-a{
    height: 40px;
    float: left;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: 0px;
    color: #999999;
    text-align: left;
    cursor: pointer;
    display: block;
    padding: 0 5px;
}
.main-detail .main-detail-titile .main-detail-titile-kill{
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #999999;
}
.main-detail .main-detail-titile .active,.main-detail .main-detail-titile .main-detail-titile-a:hover{
    color: #2768f8;
}
.main-notice-content .main-notice-content-notice .notice-ct-left .pay{
    width: 753px;
    overflow:hidden;
    height: 36px;
    text-overflow:ellipsis; /* 加省略号 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示三行，后面省略 */
    overflow: hidden;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #999999;

}
.main-notice-content .main-notice-content-notice .line{
    float:left;
    width: 1px;
    height: 60px;
    margin-top: 18px;
    margin-left: 28px;
    background-color: #efefef;
}
.main-notice-content .main-notice-content-notice .notice-ct-right{
    float:left;
    padding-left: 31px;
    height: 83px;
}
.main-notice-content .main-notice-content-notice .notice-ct-right .date{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 2px;
    color: #666666;
}
.main-notice-content .main-notice-content-notice .notice-ct-right .year{
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #999999;
}
.main-notice-content .main-notice-content-notice .notice-ct-right .detai{
    width: 34px;
    height: 34px;
    background: url("../images/newhead/detail_log.png") no-repeat center center;
    float: left;
}
/*.main-notice-content .not-active .tit{*/
/*    color: #999999;*/
/*}*/
.main-notice-content .not-active .test-active,.main-notice-content .not-active .dock-active{
    width: 80px;
    height: 80px;
    background: url("../images/newhead/test.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}
.main-notice-content .not-active .dock-active{
    background: url("../images/newhead/dock.png") no-repeat center center;
}
.main-notice-content .not-active:hover{
    border: #d5d5d5 solid 1px;
}
.main-notice-page{
    display: inline-block;
    margin-top: 40px;
    margin-left: 100px;
}
.main-notice-page .page-content,.main-notice-page .page-before,.main-notice-page .page-after{
    float: left;
    display: block;
    height: 37px;
    line-height: 37px;
    border-radius: 4px;
    border: solid 1px #d5d5d5;
    color: #999999;
    padding: 0 14px;
    margin-right: 10px;
    cursor: pointer;
}
.main-notice-page .page-content:hover,.main-notice-page .page-before:hover,.main-notice-page .page-after:hover,.main-notice-page .active{
    color: #ffffff;
    background-color: #2768f8;
    border: solid 1px #2768f8;
}
.home-index-footer{
    background-color: #292929;
    padding: 14px 0;
    text-align: center;
    width: 100%;
    height: auto;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    color: #ffffff;
    margin-top: 50px;
    position: fixed;
    bottom: 0;
}
