html,
body,
div,
p,
a,
span,
video,
audio,
input,
i,
ul,
li {
    margin: 0;
    padding: 0;
    font: 12px/1.4 'Microsoft Yahei', Tahoma, Helvetica, Arial, sans-serif, \5b8b\4f53;
    color: #333;
}

html,
body {
    width: 100%;
    height: 100%;
}

a {
    color: #333;
    text-decoration: none;
    display: block;
}

li {
    list-style: none;
}

input {
    outline: none;
    border: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

.ovh {
    overflow: hidden;
    /* 0324yy */
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
}

.flex1 {
    flex: 1;
}
.docbox{
    display:flex;
    justify-content:center;
}
.docbox h2{
     font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.zntitle h1{
    font-weight: bold;
    border-bottom: 2px solid #3fb033;
    color: #3fb033;
    font-size: 20px;
}
.indextitle h2{
	margin-top:0px;
	margin-bottom:0px;
    font-weight: bold;
    border-bottom: 2px solid #3fb033;
    color: #3fb033;
    font-size: 16px;
    padding-bottom:5px;
    white-space: nowrap;
   
}
.ml0 h1{
	margin-left:0px!important;
}
.indextitle h1{
	margin-top:0px;
	margin-bottom:0px;
    font-weight: bold;
    border-bottom: 2px solid #3fb033;
    color: #3fb033;
    font-size: 16px;
	margin-left:110px;
	padding-bottom:5px;
    white-space: nowrap;
}
.dttile h1{
	font-size: 24px;
    font-weight: bold;
	color: #3fb033;
	text-align: center;
	margin-top: 12px;
}
.jititle h1{
	font-size: 24px;
    font-weight: bold;
	color: #3fb033;
	text-align: center;
	margin-top:0px;
	margin-bottom:0px;
}
.dthtitle h2{
	margin-top:0px;
	margin-bottom:0px;
	font-size: 16px;
    font-weight: bold;
	color: #3fb033;
	border-bottom: 2px solid #3fb033;
}
.hjtitle h1{
    font-size: 20px;
    font-weight: bold;
    color: #3fb033;
    border-bottom: 2px solid #3fb033;
    text-align: center;
    padding-bottom: 5px;
}
.titltbt h2{
	margin-top: 0px !important;
}
.ml8{
	margin-left:8px;
}
.mt68{
    margin-top: 68px;
}
.mlf84{
	margin-left:-84px;
}
.hjtitle h2{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-top: 24px;
}
.zndztext{
    color: #E88416;
    margin-top: 6px;
    font-size: 16px;
}
.inline {
    display: inline;
}

.flexColumn {
    flex-direction: column;
}

.flexCenter {
    justify-content: center;
}

.flexBetween {
    justify-content: space-between;
}
.texttitle h2{
	/* height:0px;*/
 	margin-top: 0px;
	line-height: 21px;
}
.flexAround {
    justify-content: space-around;
}

.flexEnd {
    justify-content: flex-end;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pagetitle h1{
	font-size: 20px;
	font-weight: bold;
	color: #3fb033;
	text-align: center;
	margin-top: 12px;
}
.htitleleft>div:first-child{
    width: 265px;
    overflow: hidden;
    display: flex;
}
.htitleleft>div:first-child h2{
    max-width: 265px;
    white-space: nowrap;
}
.htitleleft>div:last-child{
    margin-left: 33px;
}
.footertab h6{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.pagenext ul{
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
    
}
.pagenext ul li{
    font-size: 16px;
    color: #666;
    display: flex;
}
.pagenext ul li:first-child{
    margin-right: 10px;
}
.pagenext ul li span{
    font-size: inherit;
    color: inherit;
}
.pagenext ul li a{
    display: inline-block;
    width: 290px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: inherit;
    color: inherit;
}
.width100 {
    width: 100%;
}

.width1100 {
    width: 1100px;
}

.width796 {
    width: 796px;
}

.width582 {
    width: 582px;
}
.width558{
    width: 558px;
}
.width462 {
    width: 462px;
}

.width378 {
    width: 378px;
}

.width286 {
    width: 286px;
}

.width262 {
    width: 256px;
}

.width248 {
    width: 248px;
    height: 204px;
}

.width248152 {
    width: 248px;
    height: 152px;
}

.width176 {
    width: 176px;
}

.width154 {
    width: 154px;
}

.mAuto {
    margin: 0 auto;
}

.fs10 {
    font-size: 10px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 18px;
}

.fs24 {
    font-size: 20px;
}

.lh14 {
    line-height: 1.4;
}

.lh18 {
    line-height: 1.8;
}

.lh21 {
    line-height: 21px;
}

.lh24 {
    line-height: 24px;
}

.lh30 {
    line-height: 30px;
}

.mt6 {
    margin-top: 6px;
}
.lh50{
	line-height:50px;
}
.mt12 {
    margin-top: 12px;
}

.mt18 {
    margin-top: 18px;
}

.mt24 {
    margin-top: 24px;
}

.ml6 {
    margin-left: 6px;
}

.ml12 {
    margin-left: 12px;
}

.ml18 {
    margin-left: 12px;
}

.ml24 {
    margin-left: 24px;
}

.ml40 {
    margin-left: 40px;
}

.ml54 {
    margin-left: 54px;
}

.mr60 {
    margin-right: 60px;
}

.mr12 {
    margin-right: 12px;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;
}

.colorfff {
    color: #fff;
}

.colorGreen {
    color: #3fb033;
}

.colorOrange {
    color: #E88416;
}

.bgGreen1 {
    background: #3fb033;
}

.bgGreen {
    background: #0EB3C4;
}

.bgGray {
    background: #F5F3F2;
}

.bgGray2 {
    background: #F5F5F4;
}

.bdGreen {
    border: 1px solid #3fb033;
}

.bdGray {
    border: 1px solid #E9E8E8;
}

.bdtGreen {
    border-bottom: 2px solid #3fb033;
}

.bdtGray {
    border-bottom: 1px solid #ddd;
}

.br4 {
    border-radius: 4px;
}

.br6 {
    border-radius: 6px;
}

.br50 {
    border-radius: 50%;
}

.fwBold {
    font-weight: bold;
}

.pd12 {
    padding: 12px;
}

.pd18 {
    padding: 18px;
}

.pdlr18 {
    padding: 0 18px;
}

.pdtb9 {
    padding: 9px 0;
}

.pdtb12 {
    padding: 12px 0;
}

.pdtb18 {
    padding: 18px 0;
}

.pdt1218 {
    padding: 12px 18px 18px;
}

.pd1218 {
    padding: 12px 18px;
}

.pd1830 {
    padding: 18px 30px;
}

.pdlr12 {
    padding: 0 12px;
}

.pdlr24 {
    padding: 0 24px;
}

.pdlr118 {
    padding: 0 118px;
}
.pdlr110 {
    padding: 0 110px;
}
.pdfooter {
    padding: 37px 18px 56px;
}

.icon16 {
    width: 16px;
    height: 16px;
}

.icon18 {
    width: 18px;
    height: 18px;
}

.icon24 {
    width: 24px;
    height: 24px;
}

.icon64 {
    width: 64px;
    height: 64px;
}

.icon72 {
    width: 72px;
    height: 72px;
}

.icon80 {
    width: 80px;
    height: 80px;
}

.icon100 {
    width: 100px;
    height: 100px;
}

.icon132 {
    width: 132px;
    height: 132px;
}

.icon150 {
    width: 150px;
    height: 150px;
}

.icon9040 {
    width: 90px;
    height: 40px;
}

.tc {
    text-align: center;
}
.disflex {
    display: flex;
}
.marauto {
    margin: 0 auto;
}
.wid1200 {
    width: 1200px;
}
.factive {
    color: #3fb033;
    font-weight: bold;
}
.mr40 {
    margin-right: 40px;
}
.linehei40 {
    line-height: 40px;
}
.ft16 {
    font-size: 16px;
}
.factive::after {
    content: "";
    display: block;
    width: initial;
    height: 2px;
    background: #3fb033;
}
.flexwrap {
    flex-wrap: wrap;
}
.mt16 {
    margin-top: 16px;
}
.lineellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wid136 {
    width: 267px;
}
.ft14 {
    font-size: 14px;
}
.disnone {
    display: none;
}
.dislineblock{
 display: inline-block
}
.footertablist {
	width:calc(100% + 30px)
}
.ftcored{
    color: red;
}
.ftco33{
    color: #333;
}
.ftco99{
    color: #999;
}
.flex{
    display: flex;
}
.ft14{
    font-size: 14px;
}
.hei34{
    height: 34px;
}
.hei200{
    height: 200px;
}
.wid200{
    width: 200px;
}
.wid90{
    width: 90px;
}
.tright{
    text-align: right;
}
.linehei36{
    line-height: 36px;
}
.linehei40{
    line-height: 40px;
}
.pdl12{
    padding-left: 12px;
}
.mt12{
    margin-top: 12px;
}
.mr12{
    margin-right: 12px;
}
.ml8{
    margin-left: 8px;
}
.widb80{
    width: 80%;
}
.imgbox15040{
    width: 150px;
    height: 40px;
}
.submitbtn{
    width: 80px;
    height: 36px;
    line-height: 36px;
    margin-left: 102px;
    background-color: #3fb033;
    color: #fff;
    font-size: 14px;
    margin-top: 12px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;   
}
.sumitinput input::-webkit-input-placeholder {
    color: #999999 !important;
}
.imgbannerbox{
   width: 100%;
   height: 286px;
}
.tesebox{
    border: 1px solid #E9E8E8;
    margin-top: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding:12px 16px;
    padding: 12px 18px 18px;
}
.teseboxlist{
    display: flex;
    flex-wrap: wrap;
}
.teseboxlist a{
    padding: 12px 0;
    font-size: 16px;
    width: 364px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}  
.teseboxlist a:hover{
    color: #3fb033;
}
.teseboxlist a:nth-child(2n){
    margin-left: 30px;
} 
.teseboxlist a::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 9px;
    margin-right: 12px;
    background: #999;
    float: left;
}
.mtb0{
    margin-top: 0px;
    margin-bottom: 0px;
}

.tesereadboxlist ul{
    display: flex;
    flex-wrap: wrap;
}
.tesereadboxlist ul li{
    font-size: 16px;
    width: 364px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
}
.tesereadboxlist ul li a{
    font-size: inherit;
    padding: 12px 0;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.tesereadboxlist ul li a:hover{
    color: #3fb033;
}
.tesereadboxlist ul li:nth-child(2n){
    margin-left: 30px;
} 
.tesereadboxlist ul li a::before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    margin-top: 9px;
    margin-right: 12px;
    background: #999;
    float: left;
}

.height42 {
    height: 67px;
}
.br50 {
    border-radius: 8%;
}
.hot-icon{  
   padding: 5px;
    box-shadow: rgba(255, 103, 67, 0.3) 0px 3px 6px;
    opacity: 1;
    line-height: inherit;
    text-align: center;
    font-size: 14px;
    color: rgb(255, 255, 255);
    background: rgb(255, 103, 67);
    margin-right: 10px;
    border-radius: 29px;
}
    
.icon132 {
    width: 100px;
    height: 100px;
}
.zx-img{
       width: 97px;
    height: 65px;
    float: left;
    margin-right: 10px;
}

.pl-icon {
    width: 45px;
    height: 45px;
    float: left;
    margin-right: 10px;
}
.pl-font {
    font-size: 16px;
    color: #9e9a9a;
    ;
}

p span{
    font-size:16px;
}
     .artContent h2{
        color: #262626;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 16px;
     }  
.artContent h2:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 10px;
    width: 6px;
    height: 22px;
    background: #3fb033;
    border-radius: 3px;
}
  .artContent h3{
        color: #262626;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 16px;
     }  
.artContent h3:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    margin-right: 10px;
    width: 6px;
    height: 22px;
    background: #3fb033;
    border-radius: 3px;
}

.artContent h6 {
    margin: 20px 0;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
    color: #383838;
    background: rgba(62,183,157,.1);
    position: relative;
    padding: 50px 20px 20px;
    border-radius: 4px;
}

.artContent h6::after {
    content: "Tips：";
    position: absolute;
    top: 15px;
    left: 20px;
    color: #3fb033;
    font-size: 18px;
    font-weight: 700;
}


