a{
    text-decoration: none;
}
p{
    margin: 0;
}
.ell1{
/*    line-height: 18px;*/
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ell2{
/*    line-height: 18px;*/
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden; 
}
.ell3{
/*    line-height: 18px;*/
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; 
}
.ell4{
/*    line-height: 18px;*/
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden; 
}
.ell5{
    line-height: 18px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 5;
      overflow: hidden; 
}
.ell6{
/*    line-height: 18px;*/
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 6;
      overflow: hidden; 
}
.title1{
/*    display: inline-block;*/
    font-size: 24px;
    font-weight: 700;
    color: #0A4286;
/*    margin-top: 50px; */
    text-align: center;
    position: relative;
} 
/*
.title1 .add{
    position: absolute;
    left: 0;
    top: -20px;
    color: #0A4286;
}
*/
.title2{
    font-size:18px;
    color: 333;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title2 span{
    flex: 1;
    text-align: center;
    font-size:18px;
    color: 333;
    font-weight: bold;
}
.title2 .line-l{
    width:48%;
    border-bottom: 1px solid #ddd;
}
.title2 .bot-line{
    border-bottom: 2px solid orange;
    margin-left: -10%;
    margin-right: 10%;
}
.title3{
    text-align: center;
    font-size:14px;
    color: #999;
    line-height: 18px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden; 
}
.show{display: block!important;}
.flt{float: left;}
.frt{float: right;}
.clearfix{zoom: 1;}
.clearfix:after{content: '.';height: 0px;display: block;visibility: hidden;clear: both;}
.mask {background: #000000;opacity: 0.4;z-index: 5;position: fixed;top: 0;left: 0;bottom: 0;right: 0;}
 .bannerbox{
    width: 100%;
}
.bannerbox .bannerimg{
    width: 100%;
    height: auto;
}
@media screen and (max-width:960px){
    html{
       /* 1vw = 1%视口宽度*/
       font-size: 15.625vw;  /* 15.625*6.4=100px*/
    }
    .headbox{
            height: 0.9rem;
        }
    .lablock{
        display: none!important;;
    }
    .smblock{
        display: block;
    }
    .title1{
        font-size: 0.28rem;
        color: #0A4286;
        text-align: center;
        position: relative;
    } 
    .title2{
        font-size:0.28rem;
        color: #666;
        margin: 0.2rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .title2 span{
        flex: 1;
        text-align: center;
        font-size:0.28rem;
        color: #666;
        font-weight: bold;
    }
    .title2 .line-l{
        width:48%;
        border-bottom: 1px solid #ddd;
    }
    .title2 .bot-line{
        border-bottom: 1px solid orange;
        margin-left: -10%;
        margin-right: 10%;
    }
    .title3{
        font-size:0.22rem;
        font-weight: 400;
        color: #999999;
        line-height: 0.28rem;

    }
/*    huayangbiaoti*/
    .titlebox{
        margin: 0.3rem 0;
        width: 100%;
        display: flex;
        justify-content: center;
        position: relative;
    }
    .titlebox .titlebg{
        width: 100%;
        margin:0.4rem 0;
        display: block;
    }
    .titlecon{
        position: absolute;
        width: 3rem;
        text-align: center;
    }
    .titlecon .titlebox1{
        position: relative;
        font-size: 0.24rem;
        color: #0A4286;
        margin: 0;
    }
    .titlecon .titlebox1 .aicon{
        position: absolute;
        top: -0.2rem;
        left: 2.2rem;
        display: block;
    }
    .titlecon .titlebox2{
        position: relative;
        font-size: 0.24rem;
        color: #666666;
    }
    .titlecon .titlebox2 .bicon{
        position: absolute;
        right: 0.4rem;
        top: 0.24rem;
        display: block;
        width: 0.29rem;
        height: 0.02rem;
        background: #DE7D1D;
    }
    .titlecon .titlebox3{
        font-size: 0.12rem;
        color: #999;
    }
    /*    底部*/
    .footerbox{
       /* height: 2.1rem;*/
    }
    .bottombox{
       /* height: 2.1rem;*/
    }
    .botbox{
        width: 100%;
        margin: 0 auto;
        padding: 10px 2%;
        color: #fff;
        background: #0912c5;
    }
    .bottombox-img,.bottombox-img img{
        width: 2.43rem;
        height: auto;
    }
    .bottombox-con{
        display: inline-block;
        margin-right: 5px;
    }
    .bottombox-con li{
        display: none;
    }
    .bottombox-con li:nth-of-type(1){
        display: block;
        font-size: 0.14rem;
        font-weight: bold;
        cursor: pointer;
    }
    .codebox{
        display: none;
    }
    .botbox2{
        width:100%;
        background:#000;
        padding: 10px 0;
        color: #ffffff;
        font-size: 0.14rem;
        text-align: center;
    }
	iframe{ width:100% !important; height:auto !important;}
}
@media screen and (min-width:961px){
    .smblock{
        display: none!important;
    }
    .lablock{
        display: block;
    }
    .headbox{
        height: 134px;
    }
    .footerbox{
        height: 305px;
    }
    .titlebox{
            margin: 50px 0;
            width: 100%;
            display: flex;
            justify-content: center;
            position: relative;
        }
        .titlebox .titlebg{
            width: 100%;
            height: 20px;margin:64px 0;
            display: block;
        }
        .titlecon{
            position: absolute;
            text-align: center;
        }
        .titlecon .titlebox1{
            position: relative;
            font-size: 24px;
            color: #0A4286;
            margin: 0;
        }
        .titlecon .titlebox1 .aicon{
            position: absolute;
            top: -20px;
            left: -20px;
            display: block;
        }
        .titlecon .titlebox2{
            position: relative;
            font-size: 24px;
            color: #666666;
			min-width:314px;
            margin:19px 0 20px;
        }
        .titlecon .titlebox2 .bicon{
            position: absolute;
            right: 40px;
            top: 24px;
            display: block;
            width: 29px;
            height: 2px;
            background: #DE7D1D;
        }
        .titlecon .titlebox3{
            font-size: 12px;
            color: #999;
        }
}
