@charset "utf-8";

/* CSS Document */
/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

/* common */
body {
    font: 12px/1.5 "Microsoft Yahei", Arial, "宋体", Verdana;
    color: #333;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    blr: expression(this.onFocus=this.blur());
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

a:hover {
    color: #55c658;
    text-decoration: none;
}

ul li {
    list-style: none;
}

.clear {
    clear: both;
    *display: inline;
    overflow: hidden;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

img,
input,
select,
button {
    vertical-align: middle;
    border: none;
}

input,
textarea {
    outline: none;
    border: 0;
    background: none;
    font-family: "Microsoft YaHei";
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

input[type="submit"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos-r {
    position: relative;
}

.pos-a {
    position: absolute;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

body {}

.wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 640px;
}

header {
    height: 50px;
    background: #55c658;
    /*position: fixed;
    top: 0;
    z-index: 99999999999;*/
    width: 100%;
}

header .back {
    display: block;
    width: 25px;
    height: 25px;
    top: 12.5px;
    left: 12.5px;
}

header .back img {
    width: 25px;
    height: 25px;
}

header .logo {
    display: block;
    margin: 0 auto;
    width: 100%;
}

header .logo img {
    display: block;
    margin: 0 auto;
    max-height: 50px;
}

header .search {
    display: block;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 50px;
    background: url(../images/zoom.png) no-repeat;
    background-size: 20px 20px;
}

.searchwrap {
    width: 100%;
    background: #55c658;
    height: 40px;
    line-height: 40px;
    top: 50px;
    z-index: 99999;
}

.searchwrap .searchtext {
    width: 80%;
    background: #F0F0F0;
    height: 36px;
    line-height: 36px;
    margin-top: 2px;
    color: #7d7d7d;
    text-indent: 10px;
    font-size: 14px;
}

.searchwrap .searchbtn {
    width: 20%;
    background: #019c08;
    height: 36px;
    line-height: 36px;
    margin-top: 2px;
    color: #fff;
    text-align: center;
    border: 0;
    font-size: 14px;
}

header .menu {
    display: block;
    width: 25px;
    height: 25px;
    top: 12.5px;
    right: 12.5px;
    background: url(../images/menu.png) no-repeat;
    background-size: 25px 25px;
}

.menuwrap {
    width: 100%;
    background: #60D464;
    top: 50px;
    z-index: 99999;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.menuwrap li {
    width: 33.33%;
    float: left;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #A1ECA4;
    border-right: 1px solid #A1ECA4;
}

.menuwrap li a {
    color: #fff;
    display: block;
}

.menuwrap li:nth-child(3n) {
    border-right: none;
}

.smenu {
    background: #e5e5e5;
}

.smenu li {
    float: left;
    width: 33.33%;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    text-align: center;
}

#banner {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    clear: both;
}

#banner i {
    font-style: normal;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
    padding-left: 8px;
    bottom: 0px;
    position: absolute;
    color: #fff;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.6);
}

#banner img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    display: block;
    margin: 0px auto;
    object-fit: cover;
}

#banner .pagination {
    bottom: 5px;
    position: absolute;
    right: 0;
    left: auto;
    text-align: center;
    width: 88px;
    z-index: 20;
}

#banner .swiper-pagination-bullet {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 12px;
    margin: 0 2px;
    opacity: 0.8;
    width: 12px;
}

#banner .swiper-pagination-bullet-active {
    background: none repeat scroll #019c08;
}

.newslist {
    background: #fff;
    border-top: 5px solid #ddd;
    padding: 0 0 5px;
}

.newslist ul {}

.newslist li {
    height: 80px;
    padding: 10px 10px 10px 140px;
    border-bottom: 1px dashed #ddd;
    position: relative;
}

.newslist li img {
    height: 80px;
    width: 120px;
    object-fit: cover;
    position: absolute;
    top: 10px;
    left: 10px;
}

.newslist li p.h3 {
    font-size: 15px;
    font-weight: 800;
    height: 52px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newslist li p.info {
    font-size: 12px;
    margin-top: 8px;
    color: #999;
}

.newslist li p.info span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-indent: 20px;
}

.newslist li p.info span a {
    color: #999;
}

.newslist li p.info .lm {
    background: url(../images/a3.png) no-repeat left center;
    background-size: 16px 16px;
}

.newslist li p.info .time {
    background: url(../images/a2.png) no-repeat left center;
    background-size: 15px 15px;
}

.piclist {
    background: #fff;
    border-top: 5px solid #ddd;
    padding: 0 0 5px;
}

.piclist ul {}

.piclist li {
    float: left;
    width: 31.33%;
    margin: 5px 1%;
}

.piclist li img {
    height: 100px;
    width: 100%;
    object-fit: cover;
}

.piclist li p.h3 {
    margin-top: 3px;
    font-size: 14px;
    font-weight: 400;
    height: 24px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.tit {
    height: 36px;
    border-bottom: 3px solid #F6F6F6;
}

.tit h2 {
    line-height: 36px;
    height: 36px;
    float: left;
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    border-bottom: 3px solid #55c658;
}

.tit h1 {
    line-height: 36px;
    height: 36px;
    float: left;
    padding: 0 10px;
    text-align: center;
    font-size: 18px;
    border-bottom: 3px solid #55c658;
}

.newslist .more,
.piclist .more,
.newslist-text .more {
    display: block;
    background: #f6f6f6;
    width: 70%;
    height: 32px;
    line-height: 32px;
    border-radius: 20px;
    border: 1px solid #eee;
    text-align: center;
    font-size: 15px;
    margin: 10px auto;
}

.newslist-text {
    background: #fff;
    border-top: 5px solid #ddd;
    padding: 0 0 5px;
}

.newslist-text ul {}

.newslist-text li {
    height: 36px;
    line-height: 36px;
    padding: 0 80px 0 10px;
    border-bottom: 1px solid #eee;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist-text li a {
    font-size: 14px;
}

.newslist-text li .time {
    position: absolute;
    right: 10px;
    top: 8px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-indent: 20px;
    background: url(../images/a2.png) no-repeat left center;
    background-size: 15px 15px;
}

footer {
    border-top: 5px solid #ddd;
    padding: 15px 0;
    background: #55c658;
    color: #f9f9f9;
    text-align: center;
    font-size: 12px;
}

footer .decive a {
    font-size: 14px;
    margin: 0 10px;
}

footer a {
    color: #f9f9f9;
}

footer p {
    line-height: 24px;
}

.footer365jz {
    width: 100%;
    margin: 15px auto;
}

.footer365jz .linkslist {
    text-align: center;
    margin-bottom: 15px;
}

.footer365jz .linkslist li {
    display: inline-block;
    margin: 5px 10px;
    color: #61540e;
    font-size: 14px;
    line-height: 18px;
}

.footer365jz .linkslist li a {
    color: #61540e;
}

.pageurl {
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
    clear: both;
}

.pageurl a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #C6C6C6;
    margin: 0 1px;
    background: #fff;
    color: #333;
    border-radius: 2px;
}

.pageurl a[title="总数"] {
    display: none
}

.pageurl a[title="Total record"] {
    display: none
}

.pageurl b {
    display: inline-block;
    font-weight: 400;
    padding: 3px 10px;
    border: 1px solid #55c658;
    margin: 0 1px;
    background: #55c658;
    color: #fff;
    border-radius: 2px;
}

.pageurl a b {
    background: #55c658;
    color: #fff;
    border: 1px solid #55c658;
}

.crumbs {
    background: url(../images/home.png) no-repeat left center;
    padding-left: 20px;
    background-size: 15px 15px;
    font-size: 12px;
    line-height: 35px;
    margin-right: 10px;
    color: #999;
}

.crumbs a {
    color: #999
}

.viewtitle {
    margin: 5px 0;
    padding: 0 10px;
}

.viewtitle h1 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1px;
}

.viewtitle .viewinfo {
    border-bottom: 1px solid #f8f8f8;
    padding: 12px 0 3px;
    color: #999;
}

.viewtitle .viewinfo .time {
    font-size: 12px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-indent: 18px;
    background: url(../images/a2.png) no-repeat left center;
    background-size: 14px 14px;
}

.viewtitle .viewinfo .author {
    margin-right: 20px;
    font-size: 12px;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    text-indent: 18px;
    background: url(../images/a1.png) no-repeat left center;
    background-size: 15px 15px;
}

.viewtitle .viewinfo .crumbs {
    line-height: normal;
}

.viewurl {
    margin: 15px auto;
    text-align: center;
    font-size: 14px;
    clear: both;
}

.viewurl a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #C6C6C6;
    margin: 0 1px;
    background: #fff;
    color: #333;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.viewurl a[title="Page"] {
    display: none;
}

.viewurl b {
    display: inline-block;
    padding: 3px 10px;
    font-weight: 400;
    margin: 0 1px;
    border-radius: 2px;
    background: #55c658;
    color: #fff;
    border: 1px solid #55c658;
}

.content {
    color: #333;
    font-family: "Microsoft Yahei";
    overflow: hidden;
    margin: 0 auto;
    padding: 0 10px;
    font-size: 16px;
    border-bottom: 1px dashed #ddd;
}

.content p {
    margin: 8px 0;
    text-indent: 2em;
    line-height: 26px;
    font-size: 16px;
}

.content h2 {
    display: block;
    /* height:30px; */
    line-height: 30px;
    font-size: 18px;
    margin: 8px 0;
    border-bottom: 1px solid #bbb;
}
}

.content p img {
    text-indent: 0;
    display: block;
    margin: 10px auto;
    max-width: 100%;
    height: auto;
}

.content img {
    display: block !important;
    margin: 10px auto !important;
    max-width: 100% !important;
    height: auto !important;
}

.wxcode {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0 1px;
    text-align: center;
    font-size: 15px;
}

.wxcode p {
    margin-bottom: 10px;
    color: #019c08;
    font-weight: 800;
}

.wxcode img {
    width: 120px;
}

.next {
    margin: 10px 0;
    font-size: 13px;
}

.next p {
    line-height: 22px;
    text-indent: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#cambrian0 {
    width: 90% !important;
    margin: 0 auto !important;
}

.level2-n-module {
    margin-bottom: 10px;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    clear: both;
}

.level2-n-list {
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #F2F2F2;
}

.level2-n-list .scrollnav {
    white-space: nowrap;
    width: 2000px;
}

.level2-n-list a {
    display: inline-block;
    height: 100%;
    padding: 0 10px;
    position: relative;
    overflow: hidden;
}

.level2-n-list a.on {
    color: #18659B;
}

.level2-n-list a.on:after {
    content: "";
    display: block;
    margin: 0 10px;
    width: 2em;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: #f65049;
    z-index: 2;
}

.level2-n-list .linearmask {
    display: block;
    width: 2em;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.4), white 100%);
    pointer-events: none;
}

* html,
* html body {
    background-image: url(about:blank);
    background-attachment: fixed;
}

#doitbegin_Back2top {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/to-top.png) no-repeat;
    position: fixed;
    _position: absolute;
    right: 5px;
    bottom: 15px;
    z-index: 10;
    cursor: pointer;
    text-indent: -999em;
    background-size: 30px 30px;
}

.jz_pages {
    clear: both;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
    overflow: hidden
}

.jz_pages ul {
    display: inline-block;
    margin: 0 auto;
    padding: 0
}

.jz_pages ul li {
    float: left;
    font-family: 'microsoft yahei';
    margin: 0 2px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #d8dadf
}

.jz_pages ul li:nth-child(1) {
    padding: 0 10px
}

.jz_pages ul li:nth-child(1) a {
    padding: 0
}

.jz_pages ul li a {
    color: #555;
    display: block;
    padding: 0 10px;
}

.jz_pages ul li:hover {
    text-decoration: none;
    color: #fff;
    border: 1px #333 solid;
    background-color: #333
}

.jz_pages ul li:hover a {
    color: #fff
}

.jz_pages ul li:hover a:hover {
    color: #fff;
    text-decoration: none
}

.jz_pages ul li.thisclass {
    background-color: #333;
    color: #fff;
    border: 1px #333 solid;
    padding: 0 10px
}

.jz_pages ul li:last-child {
    padding: 0 10px
}

.jz_pages ul li:last-child a {
    padding: 0
}

.jz_pages ul li.thisclass a {
    color: #fff;
    padding: 0
}

.jz_pages .pageinfo {
    line-height: 30px;
    padding-left: 5px
}

.jz_pages strong {
    font-weight: 400
}