*{
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    color: #333;
}
.flexCenters{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexCenter{
    display: flex;
    align-items: center;
}
.flexCenterBetween{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content{
    width: 1300px;
    margin: 0 auto;
}
.header{
    height: 80px;
    width: 100%;
}
.header .content{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .content .logo{
    height: 60px;
}
.searchBox{
    display: flex;
    align-items: center;
}
.searchBox input{
    border: 1px solid #ccc;
    padding: 0 5px;
    height: 40px;
    box-sizing: border-box;
    outline: none;
}
.searchBox .searchButton{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #6cb2d4;
}
.nav{
    width: 100%;
    height: 60px;
    background-color: #6cb2d4;
   
}
.nav .content{
    height: 60px;
    display: flex;
    align-items: center;
}
.nav .content a{
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    padding-right: 30px;
    margin-right: 40px;
}
h2{
    margin: 10px 0;
    text-align: center;
}
.smallTitle{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.smallTitle a{
    margin: 0 5px;
    font-size: 12px;
}
.flexBox{
    display: flex;
}
.imgNew{
    width: 420px;
    height: 230px;
    position: relative;
}
.imgNew img{
    width: 100%;
    height: 100%;
}
.imgNew .imgNewTitle{
    width: 100%;
    height: 30px;
    background-color: #6cb2d4;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.newBox{
    margin-left: 25px;
    width: 410px;
}
.newBoxTitle{
    font-size: 16px;
    padding-left: 10px;
    border-left: 1px solid #333;
    line-height: 1;
    color: #000;
    font-weight: bold;
}
.newBox a{
    display: block;
    margin: 5px 0;
    font-size: 12px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*.newBox a:first-child{*/
/*    font-weight: bold;*/
/*}*/
.imgContent{
    justify-content: space-between;
    margin-top: 15px;
}
.imgContentList{
    width: 24%;
    display: flex;
    flex-direction: column;
}
.imgContentList img{
    width: 100%;
    height: 100px;
    display: block;
}
.jianjie{
    background-color: #e8e7e5;
    padding: 2px 5px;
    box-sizing: border-box;
   
    font-size: 12px;
}
.jianjie a{
    display: block;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tabs{
    margin-top: 15px;
    justify-content: space-between;
}
.tabBox{
    width: 900px;
}
.tabBox1{
    width: 350px;
}
.tabBox1 img{
    width: 100%;
    margin-top: 5px;
}
.tabBox .tabNav{
    display: flex;
    align-items: center;
    border-bottom: 2px solid #e8e7e5;
    font-size: 16px;
    font-weight: bold;
}
.tabNavList{
    padding: 5px 50px;
    cursor: pointer;
}
.activeTab{
    background-color: #6cb2d4;
}
.tabContent{
    display: none;
}
.tabContentList{
    width: 47%;
    margin-top: 5px;
}
.tabContentList1{
    width: 100%;
}
.tabContentList a{
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    position: relative;
    margin: 5px 0;
    font-size: 12px;
}
.tabContentList a::before{
    content: '.';
    font-size: 10px;
    position: absolute;
    left: 5px;
    top: -4px;
}
.tabContentList a:first-child{
    font-weight: bold;
    padding: 0;
}
.tabContentList a:first-child::before{
    display: none;
}
.tabContentList1 a:first-child{
    font-weight:normal;
    padding-left: 10px;
}
.tabContentList1 a:first-child::before{
    display: block;
}
.footer1{
    background-color: #e8e7e5;
    padding: 10px 0;
    font-size: 14px;
    margin-top: 15px;
}
.footer1 .footerContent1{
    display: flex;
    justify-content: space-between;
}
.center{
    width: 600px;
}
.right{
    width: 300px;
}
.footerContent1 .logo1{
    width: 72px;
    height: 51px;
    flex-shrink: 0;
    align-self: center;
}
.titlediv{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.titlediv p{
    flex: 1;
    border-top: 1px solid #ccc;
}
.link a{
    color: #666;
    margin: 5px ;
    margin-left: 0;
}
.ewm{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.ewm span{
    color: #999;
    font-size: 12px;
}
.footer{
    width: 100%;
    height: 80px;
    background-color: #6cb2d4;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}
.footerList {
    padding: 5px 0;
    color: #fff;
}
.footerList a{
    color: #fff;
    margin: 0 5px;
}




.crumbs{
    line-height: 60px;
}
.article{
    display: flex;
}
.articleLeft{
    flex: 1;
}
.articleRight{
    width: 200px;
    margin-left: 15px;
}
.codeimg{
    width: 100%;
    margin-bottom: 10px;
}
.articleCard .cardTitle{
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    box-sizing: border-box;
    border-left: 1px solid #6cb2d4;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e7e5;
    margin-bottom: 10px;
}
.cardList{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 10px;
    position: relative;
    margin: 5px 0;
    font-size: 12px;
}
.cardList::before{
    content: '.';
    font-size: 10px;
    position: absolute;
    left: 5px;
    top: -4px;
}
.callme{
    font-size: 12px;
    line-height: 1.8;
}
.articleCard img{
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.alignCenter{
    text-align: center;
}
.article .alignCenter{
    margin: 10px 0;
}
.articleBottom{
    border-top: 1px solid #e8e7e5;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.8;
    padding: 10px 0;
}


.listArticleTop{
    display: flex;
}
.listArticleTop .left{
    width: 50%;
}
.listArticleTop .right{
    flex: 1;
    margin-left: 20px;
}
.listArticleTop .right img{
    width: 100%;

}
.listArticleTop .left .title{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 8px 0;
    border-bottom: 1px solid #e8e7e5;
}
.arc{
    font-size: 12px;
    line-height: 2;
    -webkit-line-clamp:9;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.listArticle{
    margin-top: 20px;
}
.listTab{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e8e7e5;
    padding: 10px 0;
}
.listTab span{
    font-size: 18px;
    padding: 0 10px;
    font-weight: bold;
    cursor: pointer;
}
.listTab .activeListTab{
    color: #6cb2d4;
}
.listContent {
    display: none;
    margin-bottom: 20px;
}
.listContent .lists{
    padding: 15px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e7e5;
}
.listTitle{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.listMain{
    font-size: 12px;
    line-height: 2;
}
.listTime{
    font-size: 12px;
    color: #999;
    margin-top: 5px;
}


.banner img{
    width: 100%;
    height: 300px;
}
.ulContent{
    display: flex;
    justify-content: space-between;
    min-height: 300px;
}
.ulList{
    width: 32%;

}
.ulTitle{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e8e7e5;
}
.ulTitle strong{
    font-size: 18px;
}
.ulTitle span{
    font-size: 12px;
}
.liList{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    border-bottom: 1px solid #e8e7e5;
}
.banner{
    margin-top:10px;
}