
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0 none;outline:0;}
body{background: #fff;font-size:14px;max-width: 740px;margin: auto;}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0 none}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
strong{font-weight:800}
ol,ul,li{list-style:none outside none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
a{color: #0080bd;text-decoration:none;font-size: 16px;}
a:hover{text-decoration:underline;color: #2965b1!important;}
/*head*/
.sidebar{background: #eaf8ff;border-bottom: 1px solid #dfdfdf;color: #f2f2f2;white-space: nowrap;text-overflow: ellipsis;height: 42px;overflow: hidden;}
 .sidebar a{height: 42px;line-height: 42px;display: inline-block;padding: 0 17px 0 8px;overflow: hidden;font-size: 16px;color: #1a1a1a;background: url(../images/1.png) no-repeat right center;background-size: auto 32px;float: left;}
 .sidebar span{height: 42px;line-height: 42px;display: inline-block;padding: 0 0px 0 8px;overflow: hidden;font-size: 16px;color: #1a1a1a;background-size: auto 32px;}

/*logo*/
.header{text-align: center;width: 100%;background: #339ee2;
display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    z-index: 999;
    top: 0;
    height: 45px;
    max-width: 740px;
}
.header a{
   display: flex;align-items: center;
    height: 100%;
}
.header a img{
    max-height: 90%;
}
.meun{
    font-size: 30px;
    color: white;
}

.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}


.lists{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.lists-l{
    display: block;
    width: 100px;
    height: 80px;
    flex-shrink: 0;
}
.lists-r{
    padding: 0px 0 0 15px;
}
.lists-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.lists-r span{
    color: #999;
    font-size: 14px;
}
.lists-r-t{
    font-size: 18px;
}
.nav {
    width: 100%;
    white-space: nowrap;
    overflow-x:scroll;
    overflow-y:hidden;
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e3e3e3;
    background: white;
    margin-top: 45px;
    padding-bottom: 0 !important;

}
.nav ul{
    display: inline-block;
}
.nav ul li{
    display: inline-block;
    padding: 8px 10px;
    font-size: 16px;
    color: #333;
}

.nav::-webkit-scrollbar {
    height: 0;
}



.banner {
    margin: 3%;
    width: 94%;
    height: 220px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.banner .swiper-container{
    height: 100%;
}
.banner .swiper-slide {
    position: relative;

}
.banner .swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner .swiper-slide img {
    width: 100%;
    height: 100%;
}

.banner p {
    width: 100%;
    box-sizing: border-box;
    padding: 0 60px 0 10px;
    line-height: 30px;
    height: 30px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 15px;
}

.swiper-button-next, .swiper-button-prev {
    display: none;
}

.swiper-pagination {
    width:70px!important;
    right: 0;
    left: auto!important;
    bottom: 8px!important;
}

.swiper-pagination-bullet {
    background: #fff;
    opacity: 0.4;
    transition: 0.3s ease;
}

.swiper-pagination-bullet-active {
    opacity: 0.8;
    width: 14px;
    border-radius: 10px;
    transition: 0.3s ease;
}

.more{
    float: right;
    color: #999 !important;
    font-size: 14px;
}
/**/

.list_hot {width: 100%;background: #fff;display: inline-block;}

.list_hot h3 {
    height: 38px;
    line-height: 38px;
    margin-bottom: 5px;
    background-color: #eaf8ff;
    position: relative;
    overflow: hidden;
    display: block;
    width: 96%;
    padding: 0 2%;
}

.list_hot h3 span {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 30px;
    font-weight: 700;
    float: left;
    background-position: 10px -790px;
    margin-top: 5px;
    font-size: 18px;
    font-weight: 700;
}

.list_hot h3 i{float: left;display: inline-block;width: 76px;height: 26px;position: absolute;right: -33px;color: #fff;font-size: 12px;text-indent: 25px;background-color: #fa5614;transform: rotate(49deg);font-weight: 400;}
.list_hot h3 code{float: right;font-size: 12px;color: #CA8D3F;}
.list{text-align: center;}
.list_hot_ul .title {text-align: center;border-radius: 3px;color: #ff6300;border: 0;font-weight: 700;}
.list_hot_ul .title:after {height: 6px;width: 1px;background: #d2d2d2;float: right;}
.list_hot_ul a {overflow: hidden;text-align: center;display: inline-block;width: 30%;height: 36px;line-height: 36px;border: 1px solid #eaeaea;border-radius: 3px;margin: 1.3%;color: #070707;font-size: 14px;background: #fff;float: left;}

/*top_box*/
.banner{width: 100%;float: left;background: #fff;}
.banner img{width: 100%;}
/**/
.danyuan{width: 100%;display: block;background: #fff;padding: 10px 0;float: left;margin-bottom: 10px;}
.danyuan  a{text-align: center;padding: 5px 0px;margin: 0px 0px 6px 4px;border: 1px solid #c5e6e6;border-radius: 3px;display: block;overflow: hidden;width: 31%;float: left;line-height: 24px;height: 24px;font-size: 16px;color: #21b2ab;}
.danyuan_top{float: left;width: 98%;margin-bottom: 10px;margin-left: 2%;}
.danyuan_top b{float: left;width: 26%;height: 2px;background: #7ac7c4;margin-top: 21px;}
.danyuan_top img{float: left;width: 40%;padding: 0 2%;}

/**/
.huati{float:left;width: 100%;background: #fff;margin-bottom: 10px;padding-top: 10px;border-bottom: 1px solid #e4e4e5;}
.huati .one{float:left;width: 100%;overflow: hidden;height: 58px;margin-bottom: 10px;background: #fff;}
.huati p{float: left;width: 82%;height: 58px;overflow: hidden;background: #fbfbfb;}
.huati a{font-size: 14px;line-height: 28px;height: 28px;width: 16.5%;float: left;text-align: center;}
.huati a.top{background: #e2b526;font-weight:bold;float: left;height: 58px;line-height: 58px;width: 18%;color: #fff;}
.huati a.top2{background: #8dc444;}
.huati a.top3{background: #ff6666;}
.huati a.top4{background: #13c1f3;}
.huati a.top5{background: #47a6dc;}
.huati a.top6{background: #3eadd2;}
.huati a.top7{background: #2bb2a3;}
.huati a:hover{background-color: #22b1ab;color: #fff!important;text-decoration:none;}


/**/
.main{width: 1000px;margin: 0 auto;}
.list_news{float:left;width: 96%;padding: 2%;background: #fff;}
.list_news li{color:#333333;border-bottom: 1px dotted #e9e9e9;background: #FFF;float: left;width: 100%;height: 45px;line-height: 45px;}

.list_news li a {
    float: left;
    font-size: 16px;
    color: #0086c5;
    width: 100%;
    height: 45px;
    line-height: 45px;
}
.list_news li a span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    width: 90%;
    float: left;
}

.list_news li a h2{float: left;width: 95%;height:45px;overflow: hidden;}

.list_news li i {
    height: 22px;
    background: url(../images/2.png) 0 -17px no-repeat;
    width: 17px;
    display: inline-block;
    float: right;
    margin-top: 11px;
    float: right;
}

.list_news li a:hover{color:#CC0000;}

.list_article{margin-top: 10px;background: #fff;border-bottom: 1px solid #e4e4e4;border-top: 1px solid #e4e4e4;padding-bottom: 5px;float: left;width: 100%;}
.list_article span{color: #333;width: 90%;float: left;padding-left: 5px;height: 24px;line-height: 24px;margin: 2%;font-size: 16px;border-left: 4px solid #12a19a;}
.list_article ul{margin: 0 2%;display: inline-block;width: 96%;}
.list_article ul li{overflow: hidden;display: block;border-top: 1px dotted #dedede;width: 100%;line-height: 40px;height: 40px;}
.list_article ul li i{float: right;color: #909090;font-size: 14px;}
.list_article ul li a{display: inline-block;overflow: hidden;width: 75%;font-size: 15px;height: 40px;line-height: 40px;}




/*index_list*/
.index_list{width: 100%;float: left;background: #fff;margin-bottom: 6px;}
/*list_title*/
.index_list .list_l{float: left;width: 96%;height: 35px;border-bottom: 2px solid #dcddde;margin: 2%;margin-bottom: 0;}
.index_list .list_l a{float: left;color: #12A19A;font-size: 16px;height: 34px;line-height: 35px;width: 99%;}
.index_list .list_l a span{float: right;font-size: 14px;}
.index_list .list_l a b{display: inline-block;color: #12A19A;font-weight: 700;font-size: 18px;border-bottom: 2px solid #e2b526;}

/**/
.hot-image{float: left;width: 100%;margin-right: 15px;margin-top: 10px;}
.hot-image a{float: left;width: 47%;margin: 0 0% 0 2%;}
.hot-image a img{width: 100%;max-height: 110px;float: left;min-height: 110px;}
.hot-image a span{height: 28px;width: 100%;float: left;text-align: center;line-height: 28px;font-size: 15px;left: 3%;color: #8a8888;background: #f4f4f4;overflow: hidden;}

/*list_left*/

.index_list .news_box{float: left;width: 96%;padding: 2%;}
.index_list .news_box .new_title{float: left;width: 100%;height: 23px;line-height: 23px;font-size: 16px;color: #2ca6e0;margin-bottom: 8px;font-weight: 700;}
.index_list .news_box .new_title i{float: left;width: 5px;height: 17px;background: #2ca6e0;margin-top: 3px;display: none;}
.index_list .news_box .new_title span{float: left;background: #fff;}
.index_list .news_box ul{float: left;}
.index_list .news_box ul li{float: left;line-height: 40px;width: 100%;height: 40px;border-bottom: 1px dotted #e9e9e9;}
.index_list .news_box ul li a{float: left;width: 100%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}
.index_list .news_box ul li span{font-size: 14px;float: right;color: #bfbfbf;}

/**/
.footer{background: #ffffff;text-align: center;padding: 2%;margin-bottom: 5px;
clear: both;
    overflow: hidden;
}
.footer a,.footer p{color: #888;font-size: 14px;background-size: 23px;}

/*文章内容*/
.article{background: #fff;padding: 10px 2%;border-bottom: 1px solid #e4e4e4;}
.title{color: #000;font-size: 1.5rem;line-height: 130%;padding-bottom: 5px;}
.info{float:left;line-height:25px;width:100%; margin-bottom: 8px;}
.info font{color:#ccc;font-size:16px;margin-right:10px}
.info a {display: inline-block;font-size: 1rem;height: 11px;line-height: 11px;}
.content {color: #444;line-height: 26px;margin: 10px 0;font-size: 17px;}
.content p{color: #444;line-height: 26px;margin: 10px 0;font-size: 17px;}
.content p a{font-size: 17px;}
.content strong{font-weight: 700;font-size: 17px;}
.fx, .c {transition-duration: 0.5s;line-height: 28px;display: inline-block;width: 9px;height: 9px;border-bottom: 1px solid #ffffff;border-right: 1px solid #ffffff;transform: rotate(45deg);margin: 2px 2px 0px 5px;float: left;}
.c {transform: rotate(225deg);transition-duration: 0.3s; margin: 8px 2px 0px 5px;}
.content img{width: 100%!important;height: auto!important;}

.previous{color: #666;padding: 8px 10px 5px;}
.previous span{background: #fff;display: inline-block;height: 40px;line-height: 40px;overflow: hidden;border: 1px solid #e0e0e0;text-align: center;border-radius: 2px;padding: 0 2%;}
.previous span:nth-child(even){float: right;}
.previous span:nth-child(even) i{float: right;transform: rotate(320deg);margin: 3px 2px 0px 2px;}
@media (min-width: 340px) {.previous span {padding: 0 1%;}}
.previous span a{color: #0086c5;font-size: 16px;}

.list_news1{float:left;width: 96%;padding: 2%;background: #fff;}


.list_news1 li .cont{font-size: 16px; }
.list_news1 ul li .cont h2{height: 30px;margin-bottom: 2px;display: block;font-size: 18px;color: #000;line-height: 30px;}
.list_news1 ul li .cont p{line-height: 30px;color: #afafaf;font-size: 12px;}
.list_news1 ul li .cont a{ text-decoration:none;}
.list_news1 ul li .cont a:hover p{color: #2965b1; text-decoration: none;}

.menus {
    display: block;
    width: 25px;
    height: 25px;
    top: 15px;
    right: 12.5px;
    background-size: 25px 25px;
    margin: 0 6px 0 0
}

.menuwraps {
    width: calc(100%);
    background: #fff;
    top: 45px;
    z-index: 99999;
    padding-bottom: 10px;
    height: 95vh;
    max-width: 740px;
}

.menuwrapmain {
    overflow: auto;
    height: 95vh;
}
.menuwrapmain a{
    color: #333;
}

.menuwrapmain > a {
    background: #eee;
    float: left;
    width: 23%;
    margin: 3px 1%;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
    height: 26px;
    border-radius: 2px;
}

.menuwrapmain a.cul {
    width: 48%;
    margin: 3px 1%;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    border-radius: 2px;
}

.menuwrapmain h3 {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    padding-left: 15px;
    margin: 15px 0 5px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.pos-a {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto
}


.pages {
    padding: 20px 0 0px;
    text-align: center;
    overflow: hidden;
    clear: both;
    line-height: 30x;
}

.pages a, .pages li span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 2px 10px;
    width: auto;
    border: 1px solid #E3E3E3;
    background: #fff;
    color: #333;
    text-align: center;
    font-size: 13px;
    zoom: 1;
    line-height: 30px;
}

.mt10{
    margin-top: 10px;
}
.pages a[disabled]{ border:1px solid #ccc; background:#e4e4e4; color:#333; cursor:not-allowed; }
.pages a[disabled]:hover{ border:1px solid #ccc; background:#e4e4e4; color:#333; }

.pages .active span{
    background: #339ee2 ;
    color: #fff;
    text-decoration: none;
}

.pages li{
    margin: 0 5px;
    line-height: 30px;
}
.pages .pagination{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.entry-meta {
    font-size: 16px;
    clear: both;
    overflow: hidden;
    padding: 20px 0px;
}

.entry-meta ul {
    overflow: hidden;
}

.entry-meta ul li {
    display: flex;
    justify-content: start;
    line-height: 26px;
}

.entry-meta ul:first-child li:last-child a {
    width: 70%;
    display: block;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
}

.entry-meta ul li a {
    display: block;
    width: 70%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    color: #444;
}
.subcate {
    padding: 5px;
    background: rgba(255,255,255,1);
    box-shadow: 0 0 5px rgba(0,0,0,0.01);
    font-size: 16px;
    margin-bottom: 10px;
}

.subcate ul {
    font-size: 0;
}

.subcate li {
    display: inline-block;
    font-size: 16px;
    padding: 0 15px;
    position: relative;
}

.subcate li a {
    line-height: 40px;
}

.subcate li:after {
    content: '/';
    position: absolute;
    top: 10px;
    right: -4px;
    color: #9ca0ad;
    opacity: .28
}

.subcate li:last-child {
    padding: 0 0 0 15px;
}

.subcate li:last-child:after {
    display: none
}

.subcate li.active a {
    color: #339ee2
}