    @charset "UTF-8";
    body {
        font-family: arial;
    }
    .hide {
        display: none;
    }
    .logo img{
        padding: 20px 0;
        width: 236px;
    }
    .banner img{
        width: 100%;
            }
    .banner{
        height: 490px;
    }

    
    .col1{
        position: relative;
        
    }

    .intro{
        width: 512px;
        margin:0 auto;
        position: absolute;
        
    }
    .intro h2{
        position: absolute;
        width: 430px;
        left: 698px;
        top: -490px;
        font-size: 25px; 
        text-align: center;
        color: white;        
        padding: 60px 0 12px 0;
        border-bottom: 2px solid white;
    }
    .intro p{
        position: absolute;
        width: 430px;
        height: 299px;
        left: 660px;
        top: -400px;
        font-size: 14px;
        color: white;
        line-height: 26px;
        margin: 20px 40px;
        padding-bottom: 20px;
        border-bottom: 2px solid white;
        white-space:wrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .intro .detailMore {
        position: absolute;
        width: 50px;
        left: 1075px;
        top: -35px;
        color: white;
        font-size: 12px;
        /*font-style: italic;
        font-weight: 600;*/
    }

    .keynews{
        background-color: #005dad;
        height:39px;
        text-align: center;
        font-size: 25px;
        font-weight: 600;
        line-height: 30px;
        color: white;
        padding-top: 9px;
        margin-top: 27.5px;
        margin-bottom: 35px;
    }

    .channel {        
        font-size: 25px;
        font-weight: 600;
        line-height: 30px;
        color: #005dad;
        border-bottom: 2px solid #31a9c9;
        padding-bottom: 10px;
        margin-bottom: 20px;
        
    }
     
    .col1L img{
        width: 500px;
        height: auto;
    }
    
    .col1R {
        width: 655px;
        margin-left: 15px;
        margin-bottom: 18px;
        position: relative;
    }
    
    .col1R .menuTab {
        overflow: hidden;
        
    }
    
    .col1R .menuTab a {
        width: 655px;
        line-height: 22px;
        font-size: 14px;
        font-weight: 600;
        color: #7d7d7d;
        padding-bottom: 13px;
        margin-bottom: 12px;
        border-bottom: 0.25px solid #7d7d7d;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
        display: block;
        float: left;
        text-transform:uppercase;
        white-space:wrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    
    
    .col1R .menuTab a.on {
        color: #005dad ;
    }



    ul.menutabCon1 {
        /* clear: both; */
        overflow: hidden;
        margin-top:20px;
    }
        
    .menutabCon1 li {
        width: 560px;
        float: left;
        margin-bottom: 30px;
        position: relative;
    }
    
    .menutabCon1 li:nth-child(2n-1) {
        margin-right: 50px;
    }
            
    .menutabCon1 li h3,.menutabCon2 li h3 {
        line-height: 24px;
            height: 48px;
        font-size: 14px;
        font-weight: 600;
        color: #005dad;
        margin-bottom: 10px;
    }

    .menutabCon1 li p{
        font-size: 14px;
        line-height: 22px;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    .menutabCon2 li p {
        font-size: 14px;
        line-height: 22px;
    }
    .menutabCon1 .detailMore {
        font-size: 12px;
        line-height: 20px;
        color: #005dad;
        text-align: right;
        border-bottom: 0.25px solid #7d7d7d;
    }

    .menutabCon2 .detailMore {
        font-size: 12px;
        line-height: 20px;
        color: #005dad;
        text-align: right;
    }

    .col3 li {
        width: 277px;
        float: left;
        margin-right: 30px;
    }
    
    .col3 li:nth-child(4n) {
        margin-right: 0;
    }
    
    .col3 li img {
        display: block;
        width: 100%
    }

    .col3 li {
        width: 380px;
        float: left;
        margin-right: 10px;
    }
    

    .col4 .menuTab2 {
        width: 376px;
        height: 393px;
        overflow: hidden;
        margin-right: 25px;
    }
    
    .col4 .menuTab2 a {
        width: 380px;
        padding: 6px;
        display: block;
        font-size: 14px;
        line-height: 28px;
        float: left;
        color: white;
        background: #7d9cd0;
        padding-left: 22px;
        margin-bottom: 8px;
        text-transform:uppercase;
        white-space:wrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
    
    .col4 .menuTab2 a:nth-child(3) {
        border: none;
    }
    
    .col4 .menuTab2 a.on {
        background: #005dad;
    }
    
    .slideBox{overflow:hidden; position:relative;}
    .slideBox .hd{ height:10px; overflow:hidden; position:absolute; left:231px; bottom:5px; z-index:1; }
    .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
    .slideBox .hd ul li{ float:left; margin-right:10px;  width:10px; height:10px; border-radius:50%; line-height:9px; text-align:center; background:#ddd; cursor:pointer; }
    .slideBox .hd ul li.on{ background:#fff; color:#ddd; }




    /* 脚部 */
    .footer{
        background-color: #005dad;
        height:143px;
        width:100%;
        margin-top: 50px;
    }
    .footer img {
        display: block;
        padding-top: 47px;
        width: 194px;
        margin: auto;
    }


    /* 二级页面 */
    /* 二级列表页 */
    
    .line{
        border-bottom: 12px solid #005dad;
        padding-top: 10px;
        margin: auto;
    }
    
    .crumb h2 {
        font-size: 19px;
        color: #2c6bb3;
        margin:20px 0 68px 0;
        text-transform:uppercase;
    }

     .crumb h3 {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
        color: #2c6bb3;
        margin-bottom: 40px;
        text-transform:uppercase;
    }
    .crumb p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 40px;
    }
    
    .crumb img {
        width: 830px;
        height: auto;
        margin-top: 20px;
        margin-bottom: 10px;
        text-align: center;
    }


    