*{
    margin: 0;
    padding: 0;
    font-size: 14px;
    background-repeat: no-repeat;
}
a{
    text-decoration:none;
    color: #000;
}
ul,li,ol{
    list-style-type:none;
}
input,button{
    outline:none;
}
/*页面*/
.center-page{
    display: block;
    margin: auto;
}
.width-1200{
    width: 1200px;
}
.width-1200-center{
    width: 1200px;
    display: block;
    margin: auto;
}
.width-800-center{
    width: 800px;
    display: block;
    margin: auto;
}
/*字体样式*/
.fs-10{font-size: 10px!important;}
.fs-12{font-size: 12px!important;}
.fs-14{font-size: 14px!important;}
.fs-16{font-size: 16px!important;}
.fs-18{font-size: 18px!important;}
.fs-20{font-size: 20px!important;}
.fs-24{font-size: 24px!important;}
.fs-26{font-size: 26px!important;}
.fs-30{font-size: 30px!important;}
.fs-36{font-size: 36px!important;}
.fs-50{font-size: 50px!important;}
.fs-weight{font-weight: bold;}
.color-fff{color: #fff;}
.color-666{color: #666;}
.color-999797{color: #999797;}
.text-center{text-align: center;}
/*行数*/
.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space:nowrap;
}
.line-clamp-2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-clamp-4{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*flex属性*/
.flex{
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
.flex-1{
    flex: 1;
}
.flex-wrap{
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.justify-center{
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
.justify-between{
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    -moz-justify-content: space-between;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
.justify-end{
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -moz-justify-content: flex-end;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
.align-center{
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
.align-end{
    align-items:flex-end;
    -webkit-align-items: flex-end;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
.align-stretch{
    align-items:stretch;
    -webkit-align-items: stretch;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
.direction-column{
    flex-direction: column;
    -webkit-flex-direction: column;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
.direction-reverse{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
}
:focus{
    outline:0;
}
.el-link + .el-link{
    position: relative;
    margin-left: 10px;
}
.el-link + .el-link:before{
    width: 2px;
    height: 16px;
    background-color: #c9c9c9;
    content: '';
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -8px;
}
.thumb{
    position: relative;
}
.thumb div{
    position: relative;
}
.thumb div img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    max-height: none;
    max-width: none;
}

.container .header{
    height: 52px;
    box-sizing: border-box;
    border-bottom: 1px dashed #4a4a4a;
}
.container .header img{
    width: 17px;
}
.container .header a{
    color: #4a4a4a;
    margin: 0 5px;
    transition: .5s all;
}
.container .header a:hover{
    color: #0080FF;
}
.container .container{
    padding-top: 24px;
}
.container .aside{
    width: 220px;
    margin-right: 20px;
    display: block;
}
.container .aside dt{
    height: 70px;
    font-size: 28px;
    line-height: 70px;
    text-align: center;
    background-color: #f18d18;
    color: #fff;
}
.container .aside dd{
    border-width: 0 1px 0 1px;
    border-style: solid;
    border-color: #eee;
}
.container .aside dd a{
    display: block;
    height: 55px;
    line-height: 55px;
    text-align: center;
    position: relative;
    background-color: transparent;
    transition: .5s all;
}
.container .aside dd a.active{
    color: #f18d18;
}
.container .aside dd a:before{
    position: absolute;
    content: '';
    width: calc(100% - 20px);
    left: 10px;
    bottom: 0;
    border-bottom: 1px dashed #eee;
}
.container .aside dd:last-child{
    border-bottom: 1px solid #eee;
}
.container .aside dd:last-child a:before{
    border-width: 0;
}
.container .aside dd a:hover{
    background-color: #f18d18;
    color: #fff;
}
.container .container .main{
    padding-bottom: 40px;
}
.container .container .main .content_m{
    display: none;
}
.container .container .main img,.container .container .main video{
    max-width: 100%;
}
.container .main .newsContent a{
    width: 300px;
}
.container .main .newsContent.searchNews a{
    width: 390px;
}
.container .main .newsContent a:nth-child(n+4){
    margin-top: 30px;
}
.container .main .newsContent .thumb div{
    padding-bottom: calc(248 / 375 * 100%);
    overflow: hidden;
    transition: .5s all;
}
.container .main .newsContent a .thumb img{
    transition: .5s all;
}
.container .main .newsContent .title{
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}
.container .main .newsContent .des{
    height: 44px;
    font-size: 16px;
    line-height: 22px;
    color: #888;
    transition: .5s all;
}
.container .main .newsContent .time,.container .main .newsContent .details{
    color: #bbb;
    margin-top: 5px;
    transition: .5s all;
}
.container .main .newsContent a:hover .thumb img{
    transform: scale(1.1);
}
.container .main .newsContent a:hover .details{
    padding-right: 10px;
}
.container .main .newsPage{
    padding-top: 40px;
}
.container .main .newsPage a{
    padding: 5px 10px;
    background-color: #0273bc;
    color: #fff;
}
.container .main .newsPage a + a{
    margin-left: 5px;
}
.container .main .newsPage a.nolinks{
    background-color: #f18d18;
}
.container .main .newshowTitle{
    text-align: center;
    font-size: 30px;
}
.container .main .newshowTime{
    font-size: 16px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}
/*右边固定*/
/*main css*/
.izl-rmenu{position:fixed; right:0; margin-right:5px; bottom:20px; padding-bottom:20px;  z-index:999; }
.izl-rmenu .btn{width:50px; height:50px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url('/tpl/images/r_qq.png') 0px 0px no-repeat; background-color:#6da9de;background-size: 55px;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url('/tpl/images/r_qq.png') 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;background-size: 55px;}
.izl-rmenu .btn-wx{background:url('/tpl/images/r_wx.png') 0px 0px no-repeat; background-color:#78c340;background-size: 55px;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-160px; top:0px; display:none;width:160px;height:160px;}
.izl-rmenu .btn-phone{background:url('/tpl/images/r_phone.png') 0px 0px no-repeat; background-color:#fbb01f;background-size: 55px;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url('/tpl/images/r_top.png') 0px 0px no-repeat; background-color:#666666; display:none;background-size: 55px;}
.izl-rmenu .btn-top:hover{background-color:#444;}
/*右边固定结束*/
@media screen and (max-width: 1200px){
    .width-1200-center{
        width: 95%;
    }
    .container .header{
        justify-content: start;
    }
    .container .aside{
        display: flex;
        width: 100%;
        margin: 0;
    }
    .container .aside dt{
        display: none;
    }
    .container .aside dd{
        border-width: 1px;
        margin-top: 10px;
    }
    .container .aside dd a{
        height: 34px;
        line-height: 34px;
        width: 140px;
    }
    .container .aside dd a.active{
        background-color: #f18d18;
        color: #fff;
    }
    .container .aside dd a:before{
        border-color: transparent;
    }
    .container .container{
        display: block;
        padding: 0;
    }
    .container .container .main{
        padding-top: 20px;
    }
    .container .container .main .content{
        display: none;
    }
    .container .container .main .content_m{
        display: block;
    }
    .container .container .main img, .container .container .main video{
        width: 100%;
    }
    .container .main .newsContent a{
        width: 100%;
    }
    .container .main .newsContent.searchNews a{
        width: 100%;
    }
    .container .main .newsContent a:nth-child(1n){
        margin-top: 30px;
    }
    .container .main .newshowTitle{
        font-size: 16px;
    }
    .container .main .newshowTime{
        font-size: 14px;
    }
}