* {
    box-sizing: border-box;
}

html {
    font-size: 6.25%;
}

body {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}
.limit2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; }
.limit1{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; line-clamp: 1; -webkit-box-orient: vertical; }



/*  */

.header {
    padding: 0.19rem 0.56rem 0rem 0.2rem;
}

.header .logo {
    float: left;
    padding: 0.2rem 0 18px 0;
}

.header .logo img {
    /*width: 3.84rem;*/
    height: 0.62rem;
    padding: 0;
}

.header .menu {
    float: right;
    margin-top: 0.05rem;
}

.header .menu a {
    font-size: 0.4rem;
    color: #999;
}


/* 导航 */

.navBox {
    height: 100%;
    background: rgba(0, 0, 0, 0);
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -3.2rem;
    width: 6.4rem;
    z-index: 99;
    display: none;
}

.navBox .navlist {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}

.navBox .navlist li {
    background: #3F4346;
    padding: 5% 0.4rem;
    border-bottom: 1px solid #535353;
}

.navBox .navlist li a {
    display: block;
    font-size: 0.28rem;
    color: #fff;
    background: url(../images/lm.png) no-repeat right center;
    background-size: 6%;
}

.navBox .navlist li:hover {
    background: #292D30;
}


/* 轮播图 */

.HomeBan {
    position: relative;
}

.HomeBan .bd li img {
    width: 6.4rem;
    height: 4rem;
}


/* 主体 */

.menulist {
    padding: 0;
    margin: 0.3rem 0;
}

.menulist li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0.1rem;
    text-align: center;
}

.menulist li:nth-of-type(1) {
    background: #38afb6;
}

.menulist li:nth-of-type(2) {
    background: #fcb93d;
}

.menulist li:nth-of-type(3) {
    background: #319ee7;
    margin-right: 0;
}

.menulist li.li-1 {
    width:49%;
    background: #f5614c;
}

.menulist li.li-2 {
    margin:0;
    width:49%;
    background: #3fc7a5;
}
.menulist li.li-3 {
    width:49%;
    background: #adc2e4;
}
.menulist li.li-4 {
    width:49%;
    margin:0;
    background: #56beef;
}

.menulist li a {
    display: block;
    height: 0.9rem;
    line-height: 0.9rem;
    color: #fff;
    font-size: 0.2rem;
}

.menulist li a img {
    vertical-align: middle;
    width:auto;
}

.desc {
    width: 100%;
    padding: 0rem 0.2rem 0.1rem 0.2rem;
    text-align: left;
    color: #666666;
    box-sizing: border-box;
}

.desc h1 {
    font-size: 0.22rem;
    
    /* font-weight: normal; */
}

.desc h2 {
    font-size: 0.26rem;
}

.desc p {
    font-size: 0.22rem;
    line-height: 0.35rem;
    margin-top: 0.22rem;
    margin-bottom: 0.3rem;
}

.desc a.more {
    display: block;
    color: #999;
    font-size: 0.18rem;
    border:1px solid #ccc;
    width: 1.3rem;
    display: block;
    line-height: 0.4rem;
    margin:10px auto 0;
    text-align: center;
}
.news-area{margin:0.3rem 0.2rem 0.3rem;}
.news-area2 { width:100%; overflow:hidden;}
.news-area .hd{height:0.7rem; line-height:0.7rem; background:#e4e4e4;}
.news-area .hd li{float:left; width:25%; text-align: center; }
.news-area .hd li a{color:#333; font-size:0.22rem; display: block;  font-family: "微软雅黑";}
.news-area .hd li.on a{background:#009c53; color:#fff;}
.news-list-panel li{padding:0.15rem 0; border-top:1px dashed #d2d2d2;}
.news-list-panel li a{color:#666; display:inline-block; font-size:0.2rem;}
.news-list-panel li h4{position:relative; padding-left:10px;}
.news-list-panel li h4:before{ border: 5px solid transparent;
  border-left: 5px solid #009d53;
  width: 0;
  height: 0;
  left:0;
  position: absolute;
  top:50%;
  margin-top:-5px;
  content: ' '}
.news-list-panel li.topNews{border-top:0; padding:0.35rem 0 0.2rem 0;}
.news-list-panel li.topNews h3 a{color:#333;}
.news-list-panel li.topNews .i{color:#999;  font-size:0.2rem; text-indent: 2em; padding-top:5px;
 text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gonggao {
    width: 100%;
    text-align: center;
    padding: 0 0.2rem 0.35rem 0.2rem;
}
.gonggao .box {padding:0 0.16rem;}
.gonggao .box .left{
    width: 2.7rem;
}
.gonggao .box .right{
    width: 2.7rem;
}
.gonggao h1 {
    font-size: 0.26rem;
    color: #444;
    position: relative;
    height: 0.75rem;
    line-height: 0.75rem;
    margin-top: 0.22rem;
}

.gonggao h1::before,
.gonggao h1::after {
    content: "";
    display: block;
    width: 0.90rem;
    height: 0.01rem;
    background: #000;
    position: absolute;
    top: 50%;
}

.gonggao h1::before {
    left: 1.5rem;
}

.gonggao h1::after {
    right: 1.5rem;
}

.gonggao .left a,
.gonggao .right a {
    display: block;
}

.gonggao img {
    width: 2.7rem;
    height: 1.95rem;
    border-radius: 5px;
}

.gonggao p {
    text-align: center;
    font-size: 0.2rem;
    color: #444;
    margin-top: 0.16rem;
}

.gonggao>a {
    display: inline-block;
    border: 1px solid #0078c3;
    width: 1.07rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.25rem;
    font-size: 14px;
    color: #0078c3;
}

.renwu {
    width: 100%;
    text-align: center;
    background: #f5f5f5;
}

.renwu>h1 {
    font-size: 0.26rem;
    color: #444;
    position: relative;
    height: 0.75rem;
    line-height: 0.75rem;
}

.renwu>h1::before,
.renwu>h1::after {
    content: "";
    display: block;
    width: 0.90rem;
    height: 0.01rem;
    background: #000;
    position: absolute;
    top: 50%;
}

.renwu>h1::before {
    left: 1.5rem;
}

.renwu>h1::after {
    right: 1.5rem;
}

.renwu .pbox {
    width: 100%;
    /* height: 1.77rem; */
    background: #fff;
    padding: 0.2rem;
    box-sizing: box-sizing;
}

.renwu .pbox a {
    display: block;
}

.renwu .pbox .left {
    width: 1.86rem;
    height: 1.77rem;
    overflow: hidden;
}

.renwu .pbox .left img {}

.renwu .pbox .right {
    width: 4.1rem;
    height: 1.77rem;
    padding: 0.2rem 0 0 0.2rem;
    text-align: left;
}

.renwu .pbox .right h1 {
    font-size: 0.22rem;
    color: #444;
    margin-bottom: 0.1rem;
}

.renwu .pbox .right p {
    font-size: 0.18rem;
    color: #666;
    line-height: 0.28rem;
}

.renwu>a {
    display: inline-block;
    border: 1px solid #0078c3;
    width: 1.07rem;
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 14px;
    color: #0078c3;
    margin: 0.2rem 0 0.4rem 0;
}

.lishi {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #009c53;
}

.lishi>h1 {
    font-size: 0.26rem;
    color: #444;
    position: relative;
    height: 0.75rem;
    line-height: 0.75rem;
}

.lishi>h1::before,
.lishi>h1::after {
    content: "";
    display: block;
    width: 0.90rem;
    height: 0.01rem;
    background: #000;
    position: absolute;
    top: 50%;
}

.lishi>h1::before {
    left: 1.7rem;
}

.lishi>h1::after {
    right: 1.7rem;
}

.lishi .tabBox{
    /*border: 1px solid #2269a8;*/
    padding-bottom: 0.2rem;
}
.lishi .tabBox .hd {
    height: 0.5rem;
    /* line-height: 40px; */
    padding: 0 0.2rem;
    /* font-size: 20px; */
    background: #009c53;
    position: relative;
    margin-bottom: 0.3rem;
}

.lishi .tabBox .hd ul {
    position: absolute;
    height: 0.4rem;
    bottom: 0;
    overflow: hidden;
}

.lishi .tabBox .hd ul li {
    float: left;
}
.lishi .tabBox .hd ul li a{
    color: #fff;
    font-size: 0.2rem;
    padding: 0 0.25rem;
    line-height: 0.43rem;
}
.lishi .tabBox .hd ul .on a{
    background: #fff;
    display: block;/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
    border-radius: 0.05rem 0.05rem 0 0;
    color: #2aac6f;
}

.lishi .tabBox .bd ul {
    /* padding: 10px 0 10px 10px; */
}

.lishi .tabBox .bd li {
    width: 32%;
    height: 0.87rem;
    /* margin-right: 1.33%; */
    margin: 0 0.66%;
    margin-bottom: 0.1rem;
    float: left;
}

.lishi .tabBox .bd li a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}
.lishi .tabBox .bd li a img{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.lianmeng {
    width: 100%;
    text-align: center;
    padding-top: 0.2rem;
}

.lianmeng>h1 {
    font-size: 0.26rem;
    color: #444;
    position: relative;
    margin-bottom: 0.2rem;
}

.lianmeng>h1::before,
.lianmeng>h1::after {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.01rem;
    background: #000;
    position: absolute;
    top: 50%;
}

.lianmeng>h1::before {
    left: 1.7rem;
}

.lianmeng>h1::after {
    right: 1.7rem;
}

.lianmeng .tabBox{
    border: 1px solid #2269a8;
    padding-bottom: 0.2rem;
}
.lianmeng .tabBox .hd {
    height: 0.5rem;
    /* line-height: 40px; */
    padding: 0 0.2rem;
    /* font-size: 20px; */
    background: #2269a8;
    position: relative;
    margin-bottom: 0.3rem;
}

.lianmeng .tabBox .hd ul {
    position: absolute;
    height: 0.41rem;
    bottom: 0;
    overflow: hidden;
}

.lianmeng .tabBox .hd ul li {
    float: left;
}
.lianmeng .tabBox .hd ul li a{
    color: #fff;
    font-size: 0.18rem;
    padding: 0 0.25rem;
    line-height: 0.43rem;
}
.lianmeng .tabBox .hd ul .on a{
    background: #fff;
    display: block;/* 修复Android 4.0.x 默认浏览器当前样色无效果bug */
    border-radius: 0.05rem 0.05rem 0 0;
    color: #2269a8;
}

.lianmeng .tabBox .bd .outer {
    
}

.lianmeng .tabBox .bd .outer>li {
    width: 48%;
    height: 2.3rem;
    margin: 0 1%;
    margin-bottom: 0.1rem;
    float: left;
    background: #fafafa;
    text-align: left;
}
.lianmeng .tabBox .bd .outer>li .inner{
    width: 100%;
    height: 100%;
    padding: 0.1rem 0 0 0.3rem;
}
.lianmeng .tabBox .bd .outer>li .inner li a{
    font-size: 0.18rem;
    color: #444;
    line-height: 0.36rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;

}
.lianmeng .tabBox .bd .outer>li .inner li a::before{
    content: "";
    display: block;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #444;
    position: absolute;
    left: -0.13rem;
    bottom: 0.07rem;
}

/*  */
.liuyan{
    width: 100%;
    text-align: center;
    background: url("../images/form.png") 0px 0px;
    padding: 20px;
}
.liuyan>h1 {
    font-size: 0.26rem;
    color: #fff;
    position: relative;
    margin-bottom: 0.2rem;
}

.liuyan>h1::before,
.liuyan>h1::after {
    content: "";
    display: block;
    width: 0.7rem;
    height: 0.01rem;
    background: #fff;
    position: absolute;
    top: 50%;
}

.liuyan>h1::before {
    left: 1.7rem;
}

.liuyan>h1::after {
    right: 1.7rem;
}
.liuyan form{
    width: 100%;
    text-align: left;
}
.liuyan form .left{
    width: 50%;
    padding-left: 0.7rem;
}
.liuyan form .right{
    width: 50%;
    padding-left: 0.2rem;
}
.liuyan form p{
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.28rem;
}
.liuyan form .left input{
    width: 2.1rem;
    height: 0.3rem;
    background: #fff;
    margin-bottom: 0.2rem;

}
.liuyan form .right textarea{
    resize: none;
    width: 2.1rem;
    height: 1.85rem;
    margin-bottom: 0.25rem;
}
.liuyan form .submit{
    margin-top: 0.3rem;
    width: 2.7rem;
    height: 0.38rem;
    border-radius: 0.2rem;
    color: #fff;
    background: #009a00;
    display: block;
    margin: 0 auto;
}

/*  */
footer{
    width: 100%;
    height: 0.75rem;
    text-align: center;
}
footer p{
    font-size: 0.16rem;
    color: #444;
    margin-top: 0.18rem;
}


/*  */
.main{
    line-height: 0.32rem;
}
.hotNews{
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
    height: 1.4rem;
    overflow: hidden;
}
.hotNews .pic{
    float: left;
    width: 30%;
    height: 1rem;
    margin-right: 2%;
}
.hotNews .txt{
    float: left;
    width: 68%;
}
.hotNews .txt dd{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 0.3rem;    
    max-height: 0.6rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.2rem;
    margin-top: 0.15rem;

}
.list ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 0.5rem;    
    max-height: 0.5rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    border-bottom: 1px dashed #ccc;
    padding: 0 0.2rem;
}
.list ul li span{
    margin-right: 0.1rem;
}


/*  */
.jrlm .right .content {}
.jrlm .right .content ul{
    width: 100%;
    height: 0.56rem;
    background: url("../images/join.png") 0px 0px no-repeat;
    background-size: contain;
    margin: 0.1rem 0;
}
.jrlm .right .content ul li {
    float: left;
    line-height: 0.56rem;
    color: #fff;
    font-size: 0.18rem;
    width: 33%;
    text-align: center;
}
.jrlm .right .content .box{
    font-size: 0.18rem;
    color: #444;
    padding-right: 0.62rem;
    text-align: right;
    line-height: 0.3rem;
    margin-top: 0.2rem;
}
.jrlm .right .content .box-title {
    line-height: 0.35rem;
    margin-bottom: 0.2rem;
}
.jrlm .right .content .box p{
    text-align: left;
    padding-left: 0.62rem;
}

.jrlm .right .content .box h5 span{
    color: #999;
}
.jrlm .right .content .box .num{
    font-size: 0.24rem;
    color: #287dc5;
}
.jrlm .right .content .box input{
    width: 3.9rem;
    height: 0.5rem;
    border: 1px solid #ccc;
    padding: 0 0.1rem;
    margin-bottom: 0.2rem;
}
.jrlm .right .content .box textarea{
    width: 3.9rem;
    height: 2.33rem;
    border: 1px solid #ccc;
    resize: none;
    vertical-align: text-top;
    padding: 0.1rem;
}
.jrlm .right .content  .button{
    width: 93.75%;
    height: 0.6rem;
    margin: 0 auto;
    display: block;
    background: #287dc5;
    border-radius: 0.3rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    color: #fff;
    font-size: 0.2rem;
}

.fix {
    width: 100%;
    height: 0.15rem;
    background: #f7f7f7;
}

/* 成员单位 */
.lmcy .right{
    padding: 0 0.2rem;
}
.lmcy .right .title{
    border-bottom: 2px solid #e6e6e6;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.lmcy .right .title a{
    font-size: 0.16rem;
    color: #287dc5;
    font-weight: bold;
    border-bottom: 2px solid #287dc5;
}
.lmcy .right .danwei{
    display: inline-block;
    width: 100%;
}
.lmcy .right .danwei li{
    float: left;
    width: 32%;
    height: 0.88rem;
    margin-right: 1%;
    margin-bottom: 0.1rem;
}
.lmcy .right .danwei li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.lmcy .right .danwei li a img{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.lmcy .right .lianmeng{
    padding-top: 0;
}
.lmcy .right .lianmeng>h1{
    display: none;
}












