.firstNav{
    float: left;
    height: 90px;
    line-height: 90px;
    width: 112px;
    text-align: center;
    position: relative;
    cursor: pointer;}
.firstNav:nth-child(4){
    margin-right: 304px;}
.firstNav>a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 17px;
    color: #FFF;}
.firstNav.navAtive>a{color: #023b73;}
.firstNav>a:hover{color: #023b73;}
.secNavBox{
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    overflow: hidden;
    z-index: 99;
    display: none;}
.secNavBox li{
    text-align: center;
    cursor: pointer;
    line-height: 36px;}
.secNavBox li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #FFF;}
.secNavBox li:hover{background-image: linear-gradient(to right, rgba(79,71,212,.6), rgba(3,131,227,.6),rgba(79,71,212,.6));}
.firstNav:hover .secNavBox{display: block;}




























.details-title{
    font-size: 28px;}
.details-data{
    padding: 15px 0;
    color: #888;
    border-bottom: 1px solid #E5E5E5;}
.details-content{
    padding: 30px 0 50px 0;
    font-size: 16px;}
.details-content img{max-width: 100%;}
.file-box li{margin-bottom: 5px;}
.other-news{
    margin-top: 20px;
    line-height: 24px;}
.other-news a{color: #333;}
.other-news a:hover{color: #1276dd;}



