@charset "utf-8";

/* CSS Document */

html,
body {
    height: auto;
    background: #fff;
    overflow-x: hidden;
}

.wrapper {
    width: 100%;
    min-width: 320px;
    font-family: "Microsoft yahei";
    background: #fff;
}

a img {
    border: 0;
}

img,
object,
audio,
vedio {
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}


/* 首页 */


/* 头部 */

.m_header {
    width: 100%;
    height: 1.42rem;
    position: relative;
}

.m_header img {
    width: 3.26rem;
    height: 0.97rem;
    margin-left: 0.4rem;
    margin-top: 0.2rem;
}
.m_header .home{width: 0.62rem;height: 0.41rem;background: url(home_20200407.jpg) no-repeat;display: block;background-size: contain;position: absolute;right: 0;bottom: 0;line-height: 0.41rem;padding-left: 0.8rem;font-size: 0.24rem;color: #fff;}
.m_nav {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    background: #018d50;
    
}

.m_nav span {
    font-family: "Microsoft yahei";
    font-size: 0.24rem;
    color: #fff
}

.m_nav ul {
    width: 95%;
    height: 0.6rem;
    line-height: 0.6rem;
    margin: 0 auto;
}

.m_nav ul li {
    float: left;
    line-height: 0.6rem;
    padding: 0 0.06rem;
}


/* 头部结束 */

.content {
    width: 100%;
    margin: 0 auto;
}

.swiper-slide .title {
    width: 100%;
    height: 0.92rem;
    line-height: 0.6rem;
    font-size: 0.22rem;
    color: #fff;
    background: #000;
    background: rgba(0, 0, 0, 0.57);
    filter: alpha(opacity=57);
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 100;
}

.swiper-slide img {
    width: 100%;
    height: 4.16rem
}

.swiper-slide p {
    font-size: 0.22rem;
}

.swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    display: inline-block;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.1rem;
    height: 0.1rem;
    background: #db0303!important;
}

.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 0.05rem
}

.news_tab {
    width: 92%;
    margin: 0 auto;
    height: 0.66rem;
    /* line-height: 0.66rem; */
    font-size: 0.29rem;
    font-family: "微软雅黑";
    margin-top: 0.4rem;
    border-bottom: 1px solid #dfdfdf;
}

.news_tab span {
    display: block;
    background: #018d50;
    width: 1.38rem;
    height: 0.55rem;
    color: #fff;
    font-size: 0.29rem;
    text-align: center;
    line-height: 0.55rem;
    float: left;
    border-radius: 5px;
}

.more {
    float: right;
    font-size: 0.2rem;
    /* line-height: 0.5rem; */
    margin-top: 0.3rem;
    color: #171717;
    font-family: "微软雅黑";
}

.news_list {
    width: 92%;
    background: #fff;
    /* padding: 0.2rem 0; */
    margin: 0 auto
}

.news_list ul li {
    height: 0.46rem;
    line-height: 0.46rem;
    color: #171717;
    font-size: 0.24rem;
    padding-left: 0.1rem;
    font-family: "微软雅黑";
}

.news_list ul li a {
    color: #171717;
    font-size: 0.24rem;
    font-family: "微软雅黑";
}


/* 底部 */

.footer {
    margin-top: 0.5rem;
    background: #018d50;
    /* height: 1rem; */
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.footer p {
    text-align: left;
    font-size: 0.16rem;
    line-height: 0.5rem;
    color: #c5c9d3;
    padding-left:0.35rem
}


/* 返回顶部 */

.back_top {
    width: 0.54rem;
    height: 0.55rem;
    position: fixed;
    right: 0.4rem;
    bottom: 0.35rem;
}

/*列表页*/
.content_list{ width: 100%; padding-top:0.3rem}
.content_list ul li{ height: 36px; line-height: 36px; font-size: 12px; border-bottom: 1px solid #E5E5E5;color:#7f8080;text-align:right;padding:0 10px;}
.content_list ul li span{ float:left;color:#333434}
#Page_con{ width: 90%; height: 35px;margin: 20px auto; }
#Page_con .more{ display: block;width: 100%; height: 35px;margin: 0px auto;text-align: center; }

/*细览*/
.doc_main{padding:20px 20px;font-size:14px; line-height:24px;color:#434343}
.doc_main img{width:100%;}
.doc_title{text-align:left; border-bottom:1px solid #E0E0E0; padding-bottom:10px;color:#6d6d6d;margin-bottom:10px}
.doc_title h1{font-size: 24px;color:#005499;padding-bottom:5px;line-height:32px}
.doc_main .content_text { font-size: 18px; line-height: 30px; margin-top: 20px;}

@media screen and (min-width:341px) and (max-width:480px) {
    
    .content_list ul li{ font-size: 14px; }
    
    }
