@charset "utf-8";

/* CSS Document */


/*CSS reset*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
blockquote,
th,
td,
p {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
    font-size: 14px;
    cursor: default;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    border: none;
}

ul,
li,
dl,
dt,
dd,
ol,
p,
img {
    list-style: none;
    border: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: normal;
    font-weight: normal;
}

del,
ins {
    text-decoration: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

a {
    text-decoration: none;
    outline: none;
    color: #313131;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #026fb5;
}

a:active {
    outline: none;
}

.clearfix {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wt250 {
    width: 250px;
    overflow: hidden;
}

.wt330 {
    width: 330px;
    overflow: hidden;
}

.wt650 {
    width: 650px;
    overflow: hidden;
}

.wt870 {
    width: 870px;
    overflow: hidden;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt12 {
    margin-top: 12px
}

.ml20 {
    margin-left: 20px;
}

.mr20 {
    margin-right: 20px;
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.text_two {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.clearfix {
    position: relative;
}

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


/* header */

.top_bj {
    background: url(../images/bj.png) no-repeat center top; 
}

.head {   
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.head .pa20 {
    padding-top: 20px;
}

.head .fl .wenzi {
    margin-left: 20px;
}


/* 导航 */

.header {
    position: relative;
}

.header-bottom {
    height: 52px;
    width: 1200px;
    margin: auto;
}

.header-nav li {
    position: relative;
    /*margin-left: 10px;*/
    float: left;
    background-image: -webkit-linear-gradient(to bottom, #6d8a46, #3b501f);
    background-image: linear-gradient(to bottom, #6d8a46, #3b501f);
    width: 10%;
    border-right: 1px solid #8aa063;
    box-sizing: border-box;
}

.header-nav .a1 i {
    font-style: normal;
    width: 20px;
    height: 52px;
    background: url(../images/xsj.png) right center no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.header-nav .a1 {
    display: block;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-align: center;
}


/*         
.header-nav .on .a1,
.header-nav li:hover .a1 {
background: rgb(255, 255, 255, 0.3);
color: #fff;
border-top: 1px solid #fff;
} */

.header .header-nav .con {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    background: #799553;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 5px #666666;
}

.inside_top .header-nav .con {
    background: #045db0;
    color: #fff
}

.header-nav .con dd a {
    display: block;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #fff;
}

.header-nav .con dd a:hover {
    background: #96bd60;
}

.inside_top .header-nav .con dd:hover a {
    color: #333;
}

.header .danwei {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex
}

.header .danwei .zbdw {
    flex: 1;
    line-height: 30px;
}

.header .danwei .zbdw h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.header .danwei .zbdw p {
    font-size: 16px;
}

.mt60 {
    margin-top: 60px;
}

.mt30 {
    margin-top: 30px !important;
}


/* 首页 开始 */

.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.picBox {
    height: 390px;
    background: url(../images/2015rfb_box_bg.png) no-repeat center bottom;
    margin-top: 30px;
    overflow: hidden;
}

.tzgg {
    width: 240px;
    height: 390px;
    float: right;
    background: #f7f7f7;
}

.tzgg h2 {
    font-size: 18px;
    color: #026fb5;
    line-height: 32px;
    margin: 8px 16px 0;
}

.tzgg h2 a {
    color: #959595;
    font-size: 12px;
    font-weight: normal;
    float: right;
}

.tzgg ul {
    margin: 0 16px;
    line-height: 24px;
}

.tzgg ul li {
    border-bottom: #c4c4c4 1px dashed;
    padding: 10px 0 10px;
}

.tzgg ul li:last-child {
    border-bottom: none;
}

.tzgg ul .gsgg_biaoti {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    padding-bottom: 5px;
}

.tzgg ul span {
    font-size: 12px;
    color: #999;
}

.slideBox {
    float: left;
    width: 545px;
    height: 390px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 9px;
    overflow: hidden;
    position: absolute;
    right: 30px;
    bottom: 20px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    background: url(../images/2015rfb_button_doc.png) left center no-repeat;
    width: 9px;
    height: 9px;
    margin-right: 5px;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background-position: right center;
}

.slideBox .bd {
    position: relative;
    height: 390px;
    z-index: 0;
}

.slideBox .bd ul {
    position: relative;
    width: 530px;
    height: 390px;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    width: 520px;
    left: 0px;
    top: 0px;
}

.slideBox .bd li p {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-indent: 20px;
    z-index: 2;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#A5000000, endColorstr=#A5000000);
    font-size: 16px;
}

.slideBox .bd li img {
    width: 520px;
    height: 390px;
    object-fit: cover;
}

.sbdt {
    width: 390px;
    float: left;
    background-color: #fff;
}

.sbdt h3 a {
    font-size: 18px;
    color: #026fb5;
    line-height: 30px;
}

.sbdt h3 {
    margin: 0 15px;
    padding: 15px 0;
    border-bottom: #acacac 1px dashed;
}

.title {
    height: 50px;
    background: url(../images/2015rfb_title_bg.png) repeat-x;
    line-height: 56px;
    background-image: -webkit-linear-gradient(to bottom, #6d8a46, #3b501f);
    background-image: linear-gradient(to bottom, #6d8a46, #3b501f);
}

.title li,
.title h2 {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    margin: 0px 20px 0 20px;
    font-weight: bold;
}


/* .title li.active,
.title h2 {

} */

.title li {
    position: relative;
}

.title li.active i {
    position: absolute;
    font-style: normal;
    width: 32px;
    height: 52px;
    background: url(../images/dbx.png) center bottom no-repeat;
    display: inline-block;
    vertical-align: middle;
    bottom: -10px;
    left: 17px;
}

.title li.active a {
    color: #fff;
}

.title li a {
    color: #fff;
}

.title a.more {
    float: right;
    color: #959595;
    margin-right: 15px;
    font-size: 12px;
}

.title a:hover {
    color: #3d79ac;
}

.news_list {
    margin: 11px 0;
}

.news_list li {
    line-height: 49px;
    overflow: hidden;
}

.news_list li>a:hover {
    color: #3d79ac;
}

.news_list li .date {
    float: right;
    color: #959595;
    font-size: 12px;
}

.li_ico li {
    background: url(../images/2015rfb_list_bg.gif) no-repeat left center;
    text-indent: 12px;
}

.sbdt .title h2 {
    color: #026fb5;
}

.sbdt .news_list li a p {
    width: 72%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sbdt .news_list {
    overflow: hidden;
    padding-bottom: 7px;
}

.border {
    border-top: none;
    overflow: hidden;
}

.sy_biaoti {
    width: 72%;
    float: left!important;
}

.sub-list>ul {
    padding: 7px 5% 0 0;
}

.sub-list li {
    padding: 12px 0 12px 73px;
    background-color: #d9e6f0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top: 13px;
    background-image: url(../images/2015rfb_nav_icon01.gif);
    background-repeat: no-repeat;
    background-position: 38px center;
}

.sub-list li.ico-02 {
    background-image: url(../images/2015rfb_nav_icon02.gif);
}

.sub-list li.ico-03 {
    background-image: url(../images/2015rfb_nav_icon03.gif);
}

.sub-list li.ico-04 {
    background-image: url(../images/2015rfb_nav_icon04.gif);
}

.sub-list li.ico-05 {
    background-image: url(../images/2015rfb_nav_icon05.gif);
}

.sub-list li.ico-05 ul {
    border-left: #7fa5c6 1px solid;
    margin-left: 22px;
    padding-left: 16px;
    line-height: 28px;
}

.news_title a.wyzx {
    color: #25659c;
    font-weight: bold;
}

.wyzx img {
    vertical-align: middle;
}

.dczj ul {
    line-height: 26px;
    border-bottom: #d0d0d0 1px dashed;
    padding: 10px 0;
}

.dczj ul:last-child {
    border: none;
}

.dczj ul dl {
    overflow: hidden;
}

.dczj ul dt {
    font-weight: bold;
    width: 83px;
    text-align: right;
    float: left;
}

.dczj ul dd {
    width: 160px;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contentleft {
    width: 650px;
    float: left;
    overflow: hidden;
    background: url(../images/2015rfb_content_bg.png) no-repeat 1px top;
}

.tab-pane {
    display: none;
}

.jcdt .active,
.zcfg .active,
.zzqy .active {
    display: block;
}

.ad-title {
    width: 42px;
    height: 86px;
    padding-top: 15px;
    line-height: 16px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background-color: #026fb5;
    color: #fff;
    float: left;
}

.ad-title span {
    display: block;
}

#kk2 {
    float: right;
    height: 101px;
    width: 827px;
}

.ad-banner {
    height: 101px;
    clear: both;
    margin-bottom: 20px;
}

.wsbs {
    clear: both;
}

.wsbs dl dt {
    padding: 0 10px;
    line-height: 46px;
    margin-top: 1px;
    border-bottom: #bbc2c7 1px dashed;
}

.wsbs dl dt.active {
    background-color: #e5eef4;
    font-weight: bold;
}

.wsbs dl dd {
    display: none;
}

.wsbs dl dd.active {
    display: block;
    background-color: #e5eef4;
}

.wsbs dl dd ul {
    background-color: #e5eef4;
    overflow: hidden;
    padding: 16px 0;
}

.wsbs dl dd ul li {
    width: 20%;
    float: left;
    text-align: center;
}

.wsbs dl dd ul li img {
    vertical-align: middle;
}

.job_list li {
    line-height: 39px;
    border-bottom: #d0d0d0 1px dashed;
    padding: 0 8px;
}

.job_list li:last-child {
    border: none;
}

.story_video {
    padding-top: 20px;
}

.story_video li {
    float: left;
}

.story_video a {
    float: left;
    position: relative;
}

.story_video a img {
    width: 250px;
    height: 204px;
}

.story_video span {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #333;
    opacity: 0.7;
    filter: alpha(opacity=70);
    display: block;
    color: #fff;
    width: 100%;
    line-height: 37px;
    text-align: center;
}

.news_list span {
    float: right;
}

.news_list span a {
    color: #026fb5;
}

.call {
    height: 86px;
    margin-top: 11px;
    color: #fff45c;
    padding: 6px;
    background-color: #026fb5;
}

.call h3 {
    width: 36px;
    padding: 10px 0;
    float: left;
    text-align: center;
    line-height: 16px;
    color: #fff;
    background-color: #448aca;
}

.call h3 span {
    display: block;
}

.call ul {
    padding-left: 11px;
    overflow: hidden;
}

.call li {
    width: 87px;
    height: 87px;
    float: left;
    text-align: center;
    border-right: #3f87c6 1px solid;
}

.call li p {
    font-weight: bold;
}

.call li a.on {
    width: 20px;
    height: 22px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/2015rfb_on.png) no-repeat;
    margin: 13px auto 10px;
}

.call li a.stop {
    width: 20px;
    height: 22px;
    display: block;
    text-indent: -999px;
    overflow: hidden;
    background: url(../images/2015rfb_stop.png) no-repeat;
    margin: 13px auto 10px;
}

.call li:last-child {
    border: none;
}

.call li p a {
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    text-decoration: underline;
}

.yjzj {
    overflow: hidden;
}


/* 首页左边图标 */

.wd_1200 {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}

.zb_ioc {
    background: #799553;
    width: 240px;
    border-radius: 10px;
    float: left;
}

.zb_ioc li {
    border-bottom: 1px solid #fff;
    padding: 0 30px;
    display: block;
    overflow: hidden;
    height: 64px;
    line-height: 60px;
    box-sizing: border-box;
    cursor: pointer;
}

.zb_ioc li a {
    color: #fff;
    font-size: 18px;
}

.zb_ioc li img {
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.zb_ioc li p {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
}

.zb_ioc li:hover {
    background: #96bd60;
}

.zb_ioc li:first-child:hover {
    border-radius: 10px 10px 0 0;
}

.zb_ioc li:last-child:hover {
    border-radius: 0 0 10px 10px;
}

.new_right {
    width: 940px;
    float: right;
    overflow: hidden;
}

.new_right .new_list {
    width: 450px;
    float: left;
    margin-left: 20px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.new_right .new_list .baiot {
    background-image: -webkit-linear-gradient(to bottom, #6d8a46, #3b501f);
    background-image: linear-gradient(to bottom, #6d8a46, #3b501f);
    overflow: hidden;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.new_right .new_list .baiot h2 {
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.new_right .new_list .baiot p {
    float: right;
    color: #fff;
}

.new_right .new_list ul {
    padding: 13px 0;
    overflow: hidden;
}

.new_right .new_list ul li {
    padding: 0 20px;
    line-height: 45px;
    cursor: pointer;
}

.new_right .new_list ul li p {
    float: left;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 68%;
    height: 45px;
    line-height: 45px;
}

.new_right .new_list ul li span {
    float: right;
    color: #999;
    font-size: 14px;
}


/*banner*/

.fullSlide {
    width: 100%;
    height: 110px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 20px 0 0 20px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
}

.fullSlide .bd ul {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 110px;
}

.fullSlide .bd li {
    width: 100%;
    height: 110px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.fullSlide .bd li a {
    display: block;
    height: 110px;
}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 12px;
    height: 12px;
    margin: 1px;
    overflow: hidden;
    background: #fff;
    line-height: 999px;
    border-radius: 50px;
    margin: 0 5px;
}

.fullSlide .hd ul .on {
    background: #ffc300;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

.fullSlide .prev,
.fullSlide .next {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: -30px;
    left: 20px;
    z-index: 1;
    width: 40px;
    height: 60px;
    background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=30);
    opacity: 0.3;
    display: none;
}

.fullSlide .next {
    left: auto;
    right: 20px;
    background-position: -6px -137px;
}


/*banner*/

.demo {
    width: 240px;
    border: solid 1px #ddd;
    height: 1024px;
    float: left;
}

.demo h2 {
    font-size: 16px;
    color: #ffffff;
    background: #799553;
    padding: 10px;
    text-align: center;
}


/* ranklist */

.ranklist {
    height: 1024px;
    overflow: hidden;
}

.ranklist li {
    width: 100%;
    height: 55px;
    overflow: hidden;
    position: relative;
    margin: 0 0 10px 0;
}

.ranklist li img {
    width: 100%;
    height: 55px;
    object-fit: cover;
}

.xinwt {
    width: 1220px;
    margin: 20px auto 0;
    overflow: hidden;
    padding-left: 20px;
}

.xinwt li {
    float: left;
    margin-top: 10px;
    width: 25%;
}

.xinwt li a {
    margin-right: 20px;
    display: block;
}

.xinwt li img {
    width: 100%;
    height: 75px;
    object-fit: cover;
}

.jianz {
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
    margin-top: 30px;
}

.jianz .baiot {
    background-image: -webkit-linear-gradient(to bottom, #6d8a46, #3b501f);
    background-image: linear-gradient(to bottom, #6d8a46, #3b501f);
    overflow: hidden;
    height: 45px;
    line-height: 45px;
    color: #fff;
    float: left;
    width: 100%;
}

.jianz .baiot h2 {
    font-size: 16px;
    float: left;
    margin-left: 20px;
}

.jianz .baiot p {
    font-size: 16px;
    float: right;
    color: #fff;
    margin-right: 20px;
}

.jianz ul {
    padding: 20px;
    font-size: 14px;
    overflow: hidden;
}

.jianz li {
    float: left;
    margin-right: 20px;
    line-height: 40px;
    height: 40px;
}

.jianz li p {
    position: relative;
    padding-left: 15px;
}

.jianz li p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 17px;
    background-image: url(../images/sanj.png);
    width: 10px;
    height: 12px;
    background-repeat: no-repeat;
}

.lainjie {
    padding-left: 8px;
    padding-right: 0px;
    margin-bottom: 5px;
    width: 1200px;
    margin: 20px auto
}

.main-left {
    width: 210px;
    float: left
}

.wian {
    width: 770px;
    border-top: #7dd6da 1px solid;
    border-left: #7dd6da 1px solid;
    border-right: #7dd6da 1px solid;
    border-bottom: #7dd6da 1px solid;
    float: left
}

.index-nwwd {
    height: 110px;
    font-size: 12px;
    padding-top: 5px;
    line-height: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.yqlj {
    width: 1200px;
    margin: 0px auto;
    line-height: 30px;
    display: block;
}

.yqlj h2 {
    width: 130px;
    display: inline-block;
    vertical-align: top;
}

.yqlj p {
    color: #799553;
    width: 1040px;
    display: inline-block;
    vertical-align: top;
}

.yqlj p a {
    color: #799553;
    margin: 0 7px;
}

.dbdh {
    margin: 10px;
    text-align: center;
    color: #8c8c8c;
    line-height: 25px;
}

.dbdh a {
    color: #8c8c8c;
    margin: 0 5px;
}

.dibu {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.dibu img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.dibu img:last-child {
    margin-right: 0;
}

#demo123456 {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto 0;
    border: 1px solid #f1f1f1;
    padding: 10px 0 5px;
}

.xzhd td {
    width: 280px;
    height: 100px;
}

.xzhd td img {
    margin: 0 5px;
    width: 280px;
    height: 100px;
    object-fit: cover;
}

.hui_box {
    width: 1200px;
    margin: auto;
    position: relative;
}

.hydw {
    background: #ffc300;
    color: #fff;
    position: absolute;
    top: -7px;
    bottom: 0;
    padding: 0 10px;
}


/* lyy */


/* 协会通知 */

.widtn_920 {
    width: 920px !important;
}

.zxdt-text {
    position: relative;
    padding-top: 20px;
}

.zxdt-text:after {
    display: block;
    content: '';
    clear: both;
}

.zxdt-text-rig {
    float: left;
    color: #3b501f;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
    width: 1045px;
}

.zxdt-text-lef {
    margin-right: 20px;
    padding: 7px 23px 7px 23px;
    background-image: url(../images/zxdt-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
}

.zxdt-img {
    width: 16px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9px;
}

.zxdt-text-lef span {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    color: #fff;
}


/* 页码 */

.pagenation {
    text-align: center;
    font-size: 0;
    padding: 20px 0;
}

.pagenation a {
    font-size: 14px;
    display: inline-block;
    margin-left: 10px;
    line-height: 32px;
    padding: 0 13px;
    border-radius: 4px;
}

.pagenation a.current {
    background-color: #799553;
    color: #fff;
}

.min-heg600 {
    min-height: 600px;
}

.xhgk-text-bt {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
}

.xhgk-text-sj {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}


/* 协会概况 */

.xhgk-textbox {
    padding: 30px 20px;
}

.nrong {
    color: #4c4c4c;
    font-size: 14px;
    line-height: 30px;
}


/* 提升学历 */

.xlts {
    color: #799553;
    text-decoration: underline;
    font-size: 16px;
    margin: 20px;
}


/* 在线报名 */

.zxbm-tit {
    text-align: center;
    font-size: 20px;
    color: #666;
    font-weight: normal;
}

.zxbm-box {
    margin-top: 30px;
    margin-left: 10px;
}

.zxbm-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}

.zxbm-lef {
    text-align: right;
    color: #333;
    font-size: 14px;
    width: 160px;
    margin-right: 20px;
}

.zxbm-cter {
    width: 300px;
    margin-right: 5px;
}

.zxbm-cter-bor {
    border: 1px solid #e5e5e5;
    line-height: 36px;
    height: 36px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
}

.zxbm-cter-xinxi {
    border: 1px solid #e5e5e5;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.zxbm-rig {
    font-size: 12px;
    color: #fa5151;
}

.zxbm-cter-mr20 {
    margin-right: 20px;
}

.bmxx-box {
    margin-left: 178px;
    margin-top: 30px;
}

.bmxx {
    color: #fff;
    font-size: 16px;
    width: 300px;
    height: 36px;
    line-height: 36px;
    background-color: #799553;
    text-align: center;
    display: block;
}

.bmxx a:hover {
    color: #fff;
}


/* 反馈 */

.fank {
    border: 0;
    background: #f1f1f1;
    border-radius: 5px;
    padding: 15px;
}

.fank textarea {
    width: 100%;
    border: 0;
    background: #f1f1f1;
}

.tijiao {
    background: #799553;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 10px;
    margin-top: 60px;
    width: 160px;
    display: table;
    margin: 60px auto;
    font-size: 16px;
}

.ts_xm {
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 15px 30px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #f1f1f1;
    width: 42%
}

.ts_xm p {
    float: left;
    width: 64px;
}

.ts_xm input {
    float: left;
    border: 0;
    background: #f1f1f1;
}

.srxx {
    overflow: hidden;
    margin-top: 20px;
}

.xwgh {
    height: 24px;
}

.xwgh a {
    color: #3b501f;
}


/* 会员之家 */

.hyzj {
    overflow: hidden;
}

.hyzj .fhz_box {
    float: left;
    width: 25%;
    padding: 0 !important;
}

.hyzj .fhz_box a {
    margin: 0 20px 15px 0;
    display: block;
    position: relative;
}

.hyzj .fhz_box img {
    width: 100%;
    display: block;
    height: 200px;
    object-fit: cover;
}

.hyzj_box {
    padding-right: 0px;
}

.fhz {
    background: rgb(121, 149, 83, 0.8);
    color: #fff;
    position: absolute;
    bottom: 0;
    padding: 8px 20px;
    display: block;
    left: 0;
    right: 0;
}

.fhz h2 {
    font-size: 15px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.fhz p {
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}


/* 会员之家简介 */


/* .ny_left {
    border-radius: 0;
} */

.ny_left li:first-child {
    background: #4d652d;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.ny_left li:first-child:hover {
    border-radius: 0;
}

.fhz_tup {
    float: left;
    width: 220px;
}

.fhz_tup img {
    width: 100%;
}

.fhz_jj {
    float: right;
    width: 70%;
}

.fhz_jj h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.fhz_jj p {
    line-height: 30px;
    color: #666;
}

.weiz {
    color: #fff;
    font-size: 12px!important;
}

.weiz a {
    color: #fff;
}

.weiz a {
    padding: 0 5px;
}


/* 招生 */

.xlts_box {
    width: 940px;
    float: right;
    overflow: hidden;
}

.xlts_box .new_list {
    width: 450px;
    float: left;
    margin-left: 20px;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
}

.xlts_box .new_list .baiot {
    background-image: -webkit-linear-gradient(to bottom, #6d8a46, #3b501f);
    background-image: linear-gradient(to bottom, #6d8a46, #3b501f);
    overflow: hidden;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.xlts_box .new_list .baiot h2 {
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.xlts_box .new_list .baiot p {
    float: right;
    color: #fff;
}

.xlts_box .new_list ul li {
    padding: 0 20px 0 0;
    line-height: 45px;
    margin-right: 0;
    display: inline-block;
}

.xlts_box .new_list ul li p {
    position: relative;
    padding-left: 15px;
}

.xlts_box .new_list ul li p::before {
    position: absolute;
    content: "";
    left: 0;
    top: 17px;
    background-image: url(../images/sanj.png);
    width: 10px;
    height: 12px;
    background-repeat: no-repeat;
}

.xlts_box .new_list ul li span {
    float: right;
    color: #999;
    font-size: 14px;
}

.xlts_box .jianz {
    margin-top: 0px;
}

.xlts_box ul {
    padding-left: 20px;
}

.xlts_box .xhgk-textbox {
    padding: 20px 0!important;
}


/* 会员单位 */

.hydw_box .hyzj {
    padding-left: 20px;
}

.hydw_box .fhz_box {
    width: 33.33%;
    height: 100px;
    margin-bottom: 15px;
}

.hydw_box .fhz_box img {
    height: 100px;
}

.ditu {
    width: 100%;
    display: block;
}


/* 视频 */

.hyzj .sp_box {
    width: 25%;
    margin-bottom: 10px;
    float: left;
}

.sp_box a {
    margin-right: 20px;
    overflow: hidden;
    display: block;
}

.hyzj .sp_box .sp_tu img:first-child {
    height: 200px;
    width: 100%;
    display: block;
    object-fit: cover;
}

.hyzj .sp_box h2 {
    margin: 10px 0px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.sp_tu {
    position: relative;
}

.sp {
    position: absolute;
    width: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 50px;
}

.xx_list {
    line-height: 34px;
    padding: 0 20px 20px;
}

.yx_title {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    text-align: center;
    background-color: #cbe1af;
}

.frame tr td {
    border: 1px solid #f1f1f1;
}

.frame {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
}

.frame tr td {
    border: 1px solid #f1f1f1;
    padding: 10px;
}


/* 会员单位详情 */

.hy_y {
    width: 1200px;
    margin: 0 auto 20px;
    background-image: -webkit-linear-gradient(to bottom, #6d8a46, #3b501f);
    background-image: linear-gradient(to bottom, #6d8a46, #3b501f);
}

.hy_y p {
    text-align: right;
    color: #fff;
    padding: 15px 20px;
}

.hy_y p a {
    color: #fff;
    padding: 0 5px;
}

.dw_left {
    float: left;
    width: 240px;
    border: 1px solid #f1f1f1;
    width: 320px;
}

.dw_left h2 {
    background-image: -webkit-linear-gradient(to bottom, #6d8a46, #3b501f);
    background-image: linear-gradient(to bottom, #6d8a46, #3b501f);
    color: #fff;
    padding: 15px;
    text-align: center;
    font-size: 16px;
}

.dw_left p {
    line-height: 30px;
    color: #666;
    padding: 20px;
}

.dw_right {
    width: 70%;
    margin-left: 20px;
    float: right;
    border: 1px solid #f1f1f1;
}

.dw_right p {
    line-height: 30px;
    color: #666;
}

.dw_right .baiot {
    background-image: -webkit-linear-gradient(to bottom, #6d8a46, #3b501f);
    background-image: linear-gradient(to bottom, #6d8a46, #3b501f);
    overflow: hidden;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.dw_right .baiot h2 {
    float: left;
    font-size: 16px;
    font-weight: 600;
}

.dw_right .jainj p {
    padding: 20px;
}

.dw_right .jainj .xuex {
    margin: 20px;
}

.dw_right .jainj .xuex img {
    width: 100%;
}

.mlxy {
    margin-top: 30px;
    padding: 20px;
}

.mlxy h2 {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
}

.mlxy ul {
    padding-top: 20px;
    overflow: hidden;
}

.mlxy li {
    width: 25%;
    float: left;
    height: 120px;
}

.mlxy li a {
    margin-right: 20px;
    display: block;
    overflow: hidden;
}

.mlxy li:last-child a {
    margin-right: 0;
}

.mlxy li img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.spxx {
    height: 400px;
    width: 100%;
    margin-top: 15px;
}

.spxq .sp {
    width: 80px;
    height: 80px;
}

.dwei {
    position: relative;
}

.gly {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    bottom: 0;
    bottom: -1px;
    background: #fff;
}

.gly thead {
    text-align: center;
    padding: 10px 0 5px 0;
    display: block;
    display: table;
    margin: 10px auto 5px;
}

.gly tr {
    padding-bottom: 10px;
    margin-left: 10px;
    display: block;
}

.gly .tjiao {
    display: block;
    display: table;
    text-align: center;
    margin: 0 auto 12px;
}

.tj {
    margin-left: 53px;
    padding: 2px 10px;
    width: 124px;
}

.gly .zhao {
    width: 60px;
}