/*.information-list>.fl {
    width: 580px;
    height: 407px;
    width: 550px;
    height: 360px;
}*/

.middle-cont  .noticeBox .box-right .login-member input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #DCEADC  inset!important;
    -webkit-text-fill-color: #333333!important; 
}
.middle-cont  .noticeBox .box-right .login-member .NotboxFocus input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #F2F7F2  inset!important;
    -webkit-text-fill-color: #333333!important; 
}
.information-list > .fl .title {
    width: 100%;
    position: absolute;
    z-index: 5;
    height: 34px;
    line-height: 34px;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 0 120px 0 20px;
    text-align: left;
    font-size:16px;
}


.swiper-container-horizontal > .swiper-pagination-bullets {
    text-align: right;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    background: #fff;
}

.swiper-pagination-bullet-active {
    background: #FFB320 !important;
}

swiper-pagination-bullet swiper-pagination-bullet-active
.information-list .fr {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
}

.information-list > .fr .info-title {
    border-bottom: 1px solid #DADADA;
    position: relative;
}

.information-list > .fr .info-title .fr span {
    cursor: pointer;
}

.information-list > .fr info-list {

}

.information-list > .fr info-list .info-item {
    position: relative;
    padding: 20px 0;
    border-bottom: 1px dashed #CDCDCD;
}

.information-list > .fr info-list .info-item:nth-child(3) {
    border-bottom: none;
}

.information-list > .fr info-list .info-item.cover {
    width: 112px;
    height: 70px;
}

.information-list .info-item.cover img {
    width: 100%;
    height: 100%;
}

.information-list .info-list .right {
    padding-left: 20px;
    min-width: 0;
    flex: 1;
}

.information-list .info-list .title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}

.information-list .info-list .title:hover {
    color: #9D8342;
}

.information-list .info-list .cont {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 18px;
    padding-right: 10px;
}

.information-list .info-list .look-more {
    font-size: 12px;
    font-weight: 500;
    color: #E2A760;
    cursor: pointer;
}

.information-list .info-list .time {
    text-align: right;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
}

/*轮播图*/
.swiper-container {
    width: 550px;
    height: 360px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-button-next {
    display: none !important;
}

.swiper-button-prev {
    display: none !important;
}


/*标题--更多*/
.boxTitle {
    position: relative;
    overflow: hidden;
    border: none;
    height: 43px;
    border-bottom: 1px solid #CDE0CD;
}

.boxTitle .titleBox {
    height: 36px;
    line-height: 36px;
   /*  padding-left: 10px;*/
   /*  padding-right: 20px;*/
   /*  background-image: url('../images/top/banner-green.png') ;*/
    /*background-position:round;*/
    /* background-size: cover;*/
}

.boxTitle .titleBox .title {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
	  height:36px;
    display:inline-block;
    line-height:36px;
    padding-left:10px;
    background:#007F38;
}
.boxTitle .titleBox .titleImg{
    height:36px;vertical-align:top;margin-left:-5px;
}


.boxTitle .leftTitle {
    position: absolute;
}
.boxTitle .leftTitle .leftTitleSpan{
    position:absolute;bottom:-2px;display:inline-block;width:100%;height:1px;background:#FFC018;
}
.boxTitle .leftTitle::after{
    content: "";
    position:absolute;bottom:-4px;display:inline-block;width:100%;height:2px;background:#FFC018;
}
.boxTitle .rightMore {
    position: absolute;
    right: 0px;
}

.boxTitle .more {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #6DB08B;
    cursor: pointer;
}

.PicText {
    padding-top: 20px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #DFDEDE;
    box-sizing: border-box;
}

.PicText .pic {
    width: 194px;
    height: 128px;
}

.PicText .rightText {
    padding-left: 21px;
}

.PicText .rightText  .newWrap {
    overflow:hidden;
	text-overflow:ellipsis;
	width:342px;
	white-space:nowrap;
	height:28px;
}

.PicText .rightTitle {
    font-size: 18px;
    font-family:  Microsoft YaHei;
    font-weight: 400;
    color: #262626;
    line-height: 28px;
    height:56px;
}

.PicText .rightMsg {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5E615B;
    line-height: 22px;
    position: relative;
    margin-top: 28px;
}
.PicText .rightText .rightnewWrap{
	color:#5E615B;
	 margin-top: 8px;
}


.PicText .moreMsg {
    display:none;
    background-color: #fff;

    margin-left: 10px;
    cursor: pointer;
    color: #FFB320
}
.PicText .moreMsg span {
    margin-right: 4px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5E615B;
}

/*日期列表*/
.infoList {
    padding-top: 9px;
}

.infoList li {
    margin-top: 11px;
}

a {
    color: #5E615B;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    position: relative;
}

a.indexa{
    color: #fff !important;
    font-size: 18px;
}
a.indexa:hover{
    text-decoration: underline;
    cursor: pointer;
}

.infoList a:hover .msg {
    color: #007F38;
}

.infoList a:hover .dateMsg {
    color: #007F38;
}

.infoList .msg {
    width: 70%;
    display: inline-block;
    margin-left: 13px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #5E615B;
}


.information-list .infoList .msg{
	width: 80%;
}
.information-list .infoList .dateMsg{
	display:inline-block;
	width:15%;
	text-align:right;
}
.noticeBox .infoList .msg{
	width: 84%;
}
.noticeBox .infoList .dateMsg{
	display:inline-block;
	width:12%;
	text-align:right;
}
.readRegion .infoList .msg{
	width: 80%;
}
.readRegion .infoList .dateMsg{
	display:inline-block;
	width:15%;
	text-align:right;
}
.dj-swiper .infoList .msg{
	width: 78%;
}
.dj-swiper .infoList .dateMsg{
	display:inline-block;
	width:18%;
	text-align:right;
}
.djActive .infoList .msg{
	width: 79%;
}
.djActive .infoList .dateMsg{
	display:inline-block;
	width:16%;
	text-align:right;
}



.infoList .dateMsg {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #B3B3B3;
}

.infoList ul li:last-child {
    margin-bottom: 0px;
}

.infoList .square {
    margin-right: 17px;
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #007F38;
    position: absolute;
    top: 5px;
}


/*通知公告*/
.noticeBox {
    margin-top: 40px;
    margin-bottom: 49px;
    overflow: hidden;
}

.noticeBox .box-left {
    float: left;
    width: 750px;

}

.noticeBox .box-right {
    float: right;
    width: 368px;
    height: 333px;
  /*  border: 1px solid #007F38; */
    box-sizing: border-box;
  /*  background: #007F38;*/
}
.noticeBox .box-right .phoneBox{
	border-radius: 10px;
}
.noticeBox .box-right .phoneBox .phoneBoxTitle,.noticeBox .box-right .helpBox .phoneBoxTitle{
	line-height:44px;padding-left:47px;
}
.noticeBox .box-right .phoneBox .phonecloseBtn,.noticeBox .box-right .helpBox .phonecloseBtn{
	display: inline;
    float: right;
    width: 10px;
    margin-right: 21px;
    opacity: 1;
}
.noticeBox .box-right .helpBox .helpCon{
	padding:10px !important;
	background:#fff !important;
}

.noticeBox .box-right .helpBox .helpCon ul{
	width:100%;
	height:100%;
	background:#FFF9ED;
	padding:0px 20px;
}
.noticeBox .box-right .helpBox .helpCon ul li{
	height:50px;
	line-height:50px;
	border-bottom:1px dashed #AAB3AA;
	padding:0px 10px;
	overflow: hidden; white-space: nowrap; text-overflow:ellipsis;
	font-size:16px !important;
}

.noticeBox .box-right .helpBox .helpCon ul li:hover{
	color:#007F38;
}

.noticeBox .box-right .loginTitle {
    background: url('../images/top/login-bg.png');
    height: 44px;
    background: #007F38;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    /*line-height: 54px;*/
}

.noticeBox .box-right .loginTitle span {
    display: inline-block;
    text-align: center;
    width: 49%;
    height: 100%;
    line-height: 44px;
    opacity: 0.5;
    cursor: pointer;
    box-sizing: border-box;
    color: #fff;
    opacity: .5;
}
.noticeBox .box-right .login-member .searchYZM {
    padding: 7px;
    background: #007F38;
    color: #fff;
}
.noticeBox .box-right .login-member .searchYZM>span {
    color: #fff;
}
.noticeBox .box-right .loginTitle .loginActive {
    opacity: 1;
    border-bottom: 2px solid #FFB320;
}

.noticeBox .box-right .login-member {
    padding: 10px 47px;
    background: #F2F7F2;
    height: 290px;
	border:1px solid #007F38;
	border-top:none;
}
.plusMargin{
	margin-top:4px;margin-bottom:3px;
}
.noticeBox .box-right .login-member .inputBox {
    border: 1px solid #C2CCC2;
    padding: 7px;
    padding-right: 0px;
    /*margin-bottom: 16px;*/

}

.boxFocus {
    border: 1px solid #007F38 !important;
    background: #DCEADC;
}
.phoneboxFocus{
	border: 1px solid #007F38 !important;
}
.noticeBox .box-right .login-member .inputStyle {
    background: #F2F7F2;
    width: 227px;
    margin-left: 10px;
    height: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

}
.phoneBoxCon .inputStyle{
	background:#fff !important;
}
.phoneBoxCon .codeBox{
	border-radius:4px !important;
}
.phoneBoxCon .phoneTwo{
	border-radius:4px !important;
}
.phoneBoxCon .searchYZM{
	color:#fff !important;
	background:#FFB320 !important;
}
.inputFocus {
    background: #DCEADC !important;
}
.phoneinputFocus {
    background: #fff !important;
}
.phoneBoxCon{
	background:#fff !important;
}
.phoneBoxCon .phoneCancel{
	color: #AAB3AA;
	font-size:14px;
	text-align:center;
}

.noticeBox .box-right .login-member .codeSection {
    overflow: hidden;
}

.noticeBox .box-right .login-member .codeBox {
    float: left;
    border: 1px solid #C2CCC2;
    padding: 6px;
    padding-right: 0px;
    /*margin-bottom: 20px;*/
    width: 156px;
    overflow: hidden;
}
.loginError {
    font-size: 12px;
    color: #F56C6C;
    opacity: 0;
}
.noticeBox .box-right .login-member .codeInput {
    width: 110px;
}

.noticeBox .box-right .login-member .codeMsg {
    float: right;
}

.noticeBox .box-right .login-member .codeMsg > img {
    width: 100px;
    height: 38px;
}

.noticeBox .box-right .login-member .codeMsg .getCode {
    width: 100px;
    height: 38px;
    display: inline-block;
    background: #FFB320;
    line-height: 38px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.noticeBox .box-right .login-member .loginBtn {
    height: 38px;
    line-height: 38px;
    background: #007F38;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FAFAFA;
    text-align: center;
}
.noticeBox .box-right .login-member .loginBtnTwo{
    height: 34px;
    line-height: 34px;
}


.noticeBox .box-right .login-member .btnBut{
    margin-top: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #919991;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.noticeBox .box-right .login-member .btnBut img{
	vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
}


.noticeBox .box-right .login-member  .phoneRadio{
	accent-color: #007F38;
	margin-bottom:10px;
}

.noticeBox .box-right .login-member  .phoneRadio input:last-child{
	margin-left:32px;
}
.noticeBox .box-right .login-member  .phoneRadio input{
	margin-right:10px;
}
.radioLabelColor{
	color:#007F38;
}

.noticeBox .box-right .login-member .btnBut .phoneBtn{
	font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #007F38;
}

.noticeBox .box-right .login-member .btnBut .fl:hover{
    color: #007F38;
    cursor:pointer;
}
.noticeBox .box-right .login-member .btnBut .fr:hover{
    color: #007F38;
    cursor:pointer;
}

.memberActive {
    opacity: 1 !important;
    border-bottom: 2px solid #FFB320 !important;
    color: #fff;
}

/*飘窗日历部分*/
.calendarRegion {
    margin-bottom: 56px;
    overflow: hidden;
}

.calendarRegion .calendarLeft {
    float: left;
    width: 750px;
    padding-top: 1px;
}

.calendarLeft div:first-child {
    margin-bottom: 30px;
}

.calendarLeft img {
    width: 750px;
    height: 155px;
}
.calendarBorder{
    height:212px;border-left:1px solid #F0D4B6;border-right:1px solid #F0D4B6;
}

/*动态部分*/
.dynamicRegion {
    margin-bottom: 38px;
    height: 294px;
}
.dynamicRegion > div:first-child .boxTitle .titleBox .title {
    background: #D22E2E;
}

.dynamicRegion > div {
    width: 379px;
    height: 294px;
    display: inline-block;
    padding: 23px 11px 22px 9px;
    box-sizing: border-box;
    background: #FAEBEB;
    float: left;
    margin-right: 9.5px;
}
.dynamicRegion > div:last-child{
    margin-right: 0;
}

.dynamicRegion > div:first-child .more {
    color: #DE4A4A;
}

.dynamicRegion > div:first-child .boxTitle {
    border-bottom:1px solid rgba(210,46,46,0.2);
}

.dynamicRegion > div:first-child .boxTitle .titleBox {
    background: url('../static/images/top/banner-red.png') round;
}
.dynamicRegion > div:first-child .boxTitle .boxTitle .leftTitle::after {
    background:#ED912E;
}


.fzjgHover a:hover .msg {
    color: #DE4A4A;
}

.fzjgHover a:hover .dateMsg {
    color: #DE4A4A;
}

.fzjgHover .square {
    background: #DE4A4A !important;
}

.tsgdtHover a:hover .msg {

    color: #EFA147;
}

.tsgdtHover a:hover .dateMsg {
    color: #EFA147;
}

.tsgdtHover .square {
    background: #EFA147 !important;
}

.dfxhdtHover a:hover .msg {

    color: #2F61BD;
}

.dfxhdtHover a:hover .dateMsg {
    color: #2F61BD;
}

.dfxhdtHover .square {
    background: #2F61BD !important;
}

.dynamicRegion > div:nth-child(2) {
    background: #FAF0E3;

}

.dynamicRegion > div:nth-child(2) .boxTitle .more {
    color: #EFA147;
}

.dynamicRegion > div:nth-child(2) .boxTitle {
    border-bottom: 1px solid rgba(239,161,71,0.2);
}

.dynamicRegion > div:nth-child(2) .boxTitle .titleBox {
    background: url('../images/top/banner-orange.png ') round;
}

.dynamicRegion > div:nth-child(2) {
    background: #FAF0E3;
}
.dynamicRegion > div:nth-child(2) .boxTitle .titleBox .title {
    background: #ED912E;
}

.dynamicRegion .boxTitle .more {
    color: #2F61BD;
}

.dynamicRegion > div:last-child {
    background: #E6EEFA;
}

.dynamicRegion > div:last-child .boxTitle {
    border-bottom: 1px solid rgba(47,97,189,0.2);
}

.dynamicRegion > div:last-child .boxTitle .titleBox {
    background: url('../images/top/banner-blue.png') round;
}
.dynamicRegion > div:last-child .boxTitle .leftTitle::after {
    background:#6696EC;
}
.dynamicRegion > div:last-child .boxTitle .titleBox .title {
    background: #2F61BD;
}
.dynamicRegion > div:first-child .boxTitle .leftTitle::after {
    background:#D22E2E;
}
.dynamicRegion infoList ul li a {
    color: #666;
}


/*学术交流、科普阅读*/
.readRegion {
    overflow: hidden;
    height: 259px;
    margin-bottom: 36px;
}

.readRegion .leftChangeBox {
    position:relative;
    float: left;
    line-height: 36px;
    height: 36px;
   /* padding-left: 10px;*/
    /* padding-right: 20px;*/
    background-image: url('../images/top/banner-green.png') round;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    margin-right:20px;
}
.readRegion .leftChangeBox::after{
    content: "";
    position: absolute;
    bottom: -4px;
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #FFC018;
    left: 0;
}

.readRegion .leftChangeBox>span{
    display:inline-block;
    height:36px;
    line-height:36px;
    padding-left:10px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    background:#007F38;
}
.readRegion .titleImg {
    margin-left: -6px;
    vertical-align: top;
}

.readRegion .leftChangeSpan {
    float: left;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-right:20px;
}

.boxTitle .more {
    height: 36px;
    line-height: 36px;
}

.boxTitleChange {
    position: relative;
    overflow: hidden;
    border: none;
    height: 41px;
    border-bottom: 3px solid #CDE0CD;
}

.boxTitleChange .leftTitle {
    position: absolute;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    left: 17px;
    top: 6px;
}

.boxTitleChange .middle {
    position: absolute;
}

.boxTitleChange .rightMore {
    position: absolute;
    top: 10px;
    right: 0px;
}

.boxTitleChange .more {
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #6DB08B;
    cursor: pointer;
}


.readRegion > div {
    width: 569px;
    height: 50px;
}

.readRegion .leftBox {
    float: left;

}

.readRegion .rightBox {
    float: right;

}

.readRegion .middle {
    height: 43px;
    line-height: 36px;
    margin-left: 140px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333
}


/*品牌活动*/
.branchRegion {
    margin-bottom: 40px;
}

.branchRegion .topBox {
    position: relative;
    height: 42px;
    border-bottom: 1px solid #CDE0CD;
}

.branchRegion span {
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
  /*   padding-left: 10px;*/
  /*  padding-right: 20px;*/
  /*  background: url('../images/top/banner-green.png') round;*/
  /*    position:absolute;*/
}
.branchRegion span::after{
    content: "";
    position:absolute;bottom:-4px;display:inline-block;width:100%;height:2px;background:#FFC018;
    left:0;
}
.branchRegion .titleImg {
    vertical-align: top;
    margin-left: -6px;
}
.branchRegion .bottomBox {
    width: 1158px;
    height: 280px;
    margin-top: 20px;
}
.branchRegion .branchTitleMsg{
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    background:#007F38;
}
.branchRegion .branchTitleBox {
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    /*padding-right: 20px;*/
    /*background: url('../images/top/banner-green.png') round;*/
    position:absolute;

}
/*云词*/
.branchRegion .bottomBox {
    width: 1158px;
    height: 280px;
    margin-top: 20px
}

.world-cloud-3d {
    width: 1158px !important;
    height: 280px !important;
    padding: 0 !important;
    border: none !important;
}

/*友情链接*/
.linkregion {
    padding-bottom: 43px;
}
.linkregion .branchTitleBox {
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    position: absolute;
}
.linkregion .titleImg {
    vertical-align: top;
    margin-left: -6px;
}

.linkregion .topBox {
    position: relative;
    height: 42px;
    border-bottom: 1px solid #CDE0CD;
}
.linkregion .branchTitleMsg {
    display: inline-block;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    padding-left: 10px;
    background: #007F38;
}
.linkregion span::after{
    content: "";
    position:absolute;bottom:-4px;display:inline-block;width:100%;height:2px;background:#FFC018;
    left:0;
}

.bottomBox {
    margin-top: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.bottomBox > div {
    display: inline-block;
    width: 216px;
    height: 70px;
    padding: 17px 10px;
    margin-right: 14px;
    border: 1px solid #E5E5E5;
    box-sizing: border-box;
}

.bottomBox > div:hover {
    border: 1px solid #007F38; 
}

.bottomBox > div > img {
    width: 100%;
    height: 100%;
}


.bottomBox > div:first-child {
    margin-right: 15px;
}

.bottomBox > div:last-child {
    margin: 0;
}

/*会员查询*/
.choiceBox {
    position: relative;
    margin-bottom: 10px;
}

.choiceInput {
    height: 39px;
    background: #F2F7F2;
    border: 1px solid #C2CCC2;
    padding: 0px 7px;
    width: 100%;
}

.selectList {
    position: absolute;
    width: 100%;
    background: #eee;
    display: none;
	z-index:2;
}

.selectList li {
    padding: 10px 5px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303330;
			
}

.selectList li:hover{
	color:#007F38;
}

.choiceInput span {
    display: inline-block;
    height: 39px;
    line-height: 39px;
    width: 80%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #303330;
}

.xialaActive {
    transform: rotate(180deg);
}

.searchBottom {
  /*  margin-bottom: 10px !important; */
}

.searchBottomTwo {
    /* margin-bottom: 15px !important;*/
}


.animateImg {
    position: absolute;
    z-index: 4;
    width: 200px;
    height: 230px;
    left: 0;
    top: 0;
    padding-top: 30px;
    /*background: #fff;*/
}
.animateImg a{
    display:inline-block;
    width:200px;height:200px;
}
.animateImg span {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
}


/*日历*/

.calendarRight .calendarBox {
    width: 100%;
   
/* height: 100%;*/
}
.calendarRight .date{
    position:relative;
}
.calendarRight .head {
    width: 100%;
    height: 90px;
    cursor: pointer;
    background: linear-gradient(0deg, #FC9424 0%, #FFB320 100%);
    padding: 13px 10px 14px 12px;
}

.calendarRight .date ol {
    width: 100%;
    height: 33px;
   /* padding: 0px 11px; */
}

.calendarRight .date ol li {
    display: block;
    float: left;
    width: 49px;
    text-align: center;
    border: none;
    padding: 0;
    height: 33px;
    line-height:33px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}

.calendarRight .date ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background:#fff;
    padding:0px 11px;
}

.calendarRight .date ul li {
    display: block;
    width: 14.2857%;
    height: 30px;
    text-align: center;
    background: #fff;
    position: relative;
    line-height:30px;
	margin-bottom:1px ;
}

.calendarRight .date ul li i {
    width:4px;height:4px;
    background:#FFB320;
    border-radius:4px;
    position: absolute;
    display: inline-block;
    line-height: 15px;
    text-align: center;
    bottom:-1px;
    left:50%;
    margin-left:-2px;
}

.calendarRight .date ul li span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #323333;
}

.calendarRight .date ul li .activeSpan {
    display: inline-block;
    width: 28px;
    height: 28px;
    background: rgba(255, 179, 32, 0.2);
    color: #FC9524;
    /*line-height:28px;*/
}
.calendarRight .date ul li .currentSpan {
    display: inline-block;
    width: 24px;
    height: 23px;
    background: #FFB320;
    color: #fff;
    /*line-height:28px;*/
	line-height:23px;
}

.calendarRight .date ul .no_date {
    color:#AFB3AF;
    line-height: 36px;
    font-size:16px;


}

.calendarRight .date ul .act_wk {
    color: #e35925 !important;
}

.calendarRight .date ul .act_date {
    display: inline-block;
    width: 24px;
    height: 23px;
    background: rgba(255, 179, 32, 0.2);
    color: #FFB320;
	line-height:23px;
}

.calendarRight .date ul .act_ds {
    background: #005bac !important;
    color: #fff;
}

.calendarRight .head .headTop {
    margin-bottom: 12px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.calendarRight .head .headTop > a:last-child {
    font-size: 14px;
    float: right;
    margin-top: 2px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.calendarRight .head .headBottom > div {
    float: left;
}

.calendarRight .head .headBottom .prev {
    height: 31px;
    width: 32px;
    background: url('../images/top/left-page.png');
    transform: rotate(180deg);
    margin-top:1px;
}

.calendarRight .head .headBottom .next {
    height: 31px;
    width: 32px;
    background: url('../images/top/left-page.png');
    float: right;
}

.calendarRight .head .headBottom .return {
    width: 266px;
    height: 32px;
    border: 1px solid #FFFFFF;
    opacity: 0.5;
    margin-left:7px;
    padding:0px 11px;
}

.calendarRight .head .headBottom .return .returnDate{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display:inline-block;
    height:32px;
    line-height:32px;
    text-align:left !important;
}
.calendarRight .head .headBottom .return .returnButton{
    height: 16px;
    border-left: 1px solid #FFFFFF;
    line-height:16px;
    display:inline-block;
    padding-left:11px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    float:right;
    margin-top:7px;
}


.calendarRight .bottomNotice{
    height:39px;padding-left:16px;padding-right:10px;line-height:40px;
    border-left: 1px solid #F0D4B6;
    border-right: 1px solid #F0D4B6;
    border-bottom: 1px solid #F0D4B6;
}
.calendarRight .bottomNotice div{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #323332;
    float:left;
    height:46px;line-height:46px;
}
.calendarRight .bottomNotice .todayColor{
    display:inline-block;width:6px;height:6px;background:rgb(255, 179, 32);margin-bottom:2px;vertical-align:middle;
}
.calendarRight .bottomNotice .choiceColor{
    display:inline-block;width:6px;height:6px;background:rgba(255, 179, 32, 0.5);margin-bottom:2px;vertical-align:middle;
}
.calendarRight .bottomNotice div:last-child{
   /*  float:right;
    color: #FC9424; */
}
.calendarRight .bottomNotice div:nth-child(2){
    margin-left:21px;
}

.calendarRight  i{
    display:inline-block;
    width:4px;height:4px;background:yellow;
}


.calendarRight .dateListBox{
    height:250px;
    background:#fbfcfd;
    position:absolute;
    top:90px;
    width:100%;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
	border:1px solid #FFB320;
}
.calendarRight .closeBtn{
    text-align:right;
    height:40px;
    line-height:40px;
    font-size:16px;
    padding-right:10px;
}
.calendarRight .list{
    /*padding:20px;*/
padding:0px 15px;
}
.calendarRight .listBox .title{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    height:30px;
    line-height:30px;
    text-align:left;
}
.calendarRight .date{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    /*text-align:right;
    height:25px;*/
    line-height:25px;
}
.calendarRight .dateBox {
    text-align: right;
}

.calendarRight .moreList{
     padding-right: 20px;
     margin-top: 20px;
    color:#FC9424;
     font-size: 14px;
     font-family: Microsoft YaHei;
     font-weight: 400;
    text-align:right;
 }


/*日历--更多*/
.more-calendar .calendarRight .date ol {
    width: 100%;
    height: 60px;
   /* padding: 0px 11px;*/
    background:rgba(252,148,0,0.3);
}
.more-calendar .calendarRight .date ol li {
    display: block;
    float: left;
   width: 14.2857%;
    text-align: center;
    border: none;
    padding: 0;
    height: 60px;
    line-height:60px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;

}
.more-calendar .calendarRight .date ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background:#fff;
    padding:0px 0px;
	border-left:1px solid rgba(252,148,0,0.4)
}


.more-calendar .calendarRight .date ul li {
    display: block;
    width: 14.2857%;
    height: 130px;
    text-align: center;
    background: #fff;
    position: relative;
    /*line-height:30px;*/
    border-right:1px solid rgba(252,148,0,0.4);
    border-bottom:1px solid rgba(252,148,0,0.4);
}

.more-calendar .calendarRight .bottomNotice{
    height:40px;padding-left:16px;padding-right:10px;line-height:40px;
    border-left: 1px solid #F0D4B6;
    border-right: 1px solid #F0D4B6;
    border-bottom: 1px solid #F0D4B6;
    background:pink;
}

.more-calendar .calendarRight .date ul li i {
    width:4px;height:4px;
    background:#FFB320;
    border-radius:4px;
    position: absolute;
    display: inline-block;
    line-height: 15px;
    text-align: center;
    bottom:0px;
    left:50%;
    margin-left:-2px;
    top:25px;
}

.more-calendar .calendarRight .head {
    width: 100%;
    height: 81px;
    cursor: pointer;
    background: linear-gradient(0deg, #FC9424 0%, #FFB320 100%);
    padding-top:20px;padding-left:0px;line-height:81px;
}

.more-calendar .calendarRight .head .headBottom .return {
    width: 266px;
    height: 40px;
    border: 1px solid #FFFFFF;
    opacity: 0.5;
    margin-left:7px;
    padding:0px 11px;
}
.more-calendar .head{
    /*height:100%;*/
}

.more-calendar .calendarRight .head .headBottom .next {
    height: 33px;
    width: 33px;
    background: url('../images/top/left-page.png');
    float: left;
    margin-left:7px;
    margin-top:4px;
}

.more-calendar .calendarRight .head .headBottom .return .returnDate{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display:inline-block;
    height:40px;
    line-height:40px;
    text-align:left !important;
}

.more-calendar .calendarRight .head .headBottom .return .returnButton{
    height: 16px;
    border-left: 1px solid #FFFFFF;
    line-height:16px;
    display:inline-block;
    padding-left:11px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    float:right;
    margin-top:10px;
}
.more-calendar  .head .headImg{
    position:absolute;bottom:0;
}

.more-calendar  .head .headText{
    float:left;font-size: 26px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #FFFFFF;margin-left:30px;
}
.more-calendar .calendarRight .date{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666;
    /*text-align:right;*/
    height:auto;
    line-height:auto;
}

.more-calendar .calendarRight .date ul .currentSpan{
    /*display: inline-block;*/
    /*width: 28px;*/
    /*height: 28px;*/
    background: #FFB320 !important;
    /*line-height:28px;*/
    color: #333333;
}
.more-calendar .calendarRight .date ul .currentSpan .currentSpanText{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fff !important;
}
.more-calendar .calendarRight .date ul .currentSpan .bottomClass .botI{

    background: #fff !important;
}
.more-calendar .calendarRight .date ul .currentSpan  .bottomClass a {

    color: #fff ;
}

.more-calendar .calendarRight .date ul li span {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #323333;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
.more-calendar .calendarRight .date ul .act_date {
    display: inline-block;
    /*width: 100%;*/
    /*height: 100%;*/
    background: rgba(255, 179, 32, 0.2);
    color: #FFB320;
}
.more-calendar .calendarRight .date ul .act_date .act_date_span {

    color: #FC9524;
}
.more-calendar .calendarRight .date ul .bottomClass{
    margin-top:10px;
    padding:0px 10px;
    text-align:left;
    height:84px;
    overflow-x:hidden;
    overflow-y:auto;
}
.more-calendar .calendarRight .date ul .bottomClass a{
    width:100%;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    position:relative;
    text-align:left;
    padding-left:15px;
    width: 150px;
	margin-bottom:10px;
	line-height:20px;
}
.more-calendar .calendarRight .date ul li .botI{
    display:inline-block;
    width: 3px;
    height: 3px;
    background: #FFB320;
    border-radius: 3px;
    position:absolute;
    top:50%;
    left:2px;
    margin-right:10px;
}


::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px #eee;
    background: #666;
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px rgba(87, 175, 187, 0.1);
    border-radius: 10px;
    background: #ededed;
}

/*会员搜索弹出框*/
.memberSearchBox{
    height:100%;width:100%;position:fixed;z-index:5;
    top:0px;left:0px;
    background:rgba(0,0,0,0.3);
}
.memberSearchBox .searchBox{
    width:880px;
    height:300px;
    position:absolute;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ebeef5;
    font-size: 18px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0.1);
    top:100px;
    /*left:50%;*/
    margin-left:calc(50% - 880px/2 );
}

.memberSearchBox  .searchMember2{
    height:300px;
}

.memberSearchBox .searchBox .listBoxOne{
    width:800px;
    height:250px;
    margin-top:30px;
    margin-left:calc(50% - 800px/2);

}
.memberSearchBox .searchBox  .listBoxDialog{
    height:220px;
    overflow:scroll;
}
.memberSearchBox .searchBox .listBoxOne ul{
    /*border:1px solid #000;*/
    overflow:hidden;
    border-left:1px solid #007F38;
}
.memberSearchBox .searchBox .listBoxOne ul:first-child{
    border-top:1px solid #007F38;
}
.memberSearchBox .searchBox .listTh li{
	font-weight:bold;
}
.memberSearchBox .searchBox .listBoxOne .listOne>li{
    float:left;
    width: calc(100% / 4);
    display: inline-block;
    height: 36px;
    text-align: center;
    border-right:1px solid #007F38;
    text-align:center;
    line-height:36px;
    font-size:14px;
    border-bottom:1px solid #007F38;
}
.memberSearchBox .searchBox .listBoxOne .btn{
    height:50px;
    padding:0;
    margin-top:60px;
}
.memberSearchBox .searchBox .listBoxOne .btn>span{
    display:inline-block;
    height:50px;
    line-height:50px;
    width:347px;
    text-align:center;
    height:50px;

}
.memberSearchBox .searchBox .listBoxOne .btn>span>span{
    font-size:12px;
    padding:6px 12px;
    background:#007F38;
    color:#fff;
    border-radius: 4px;
}
.memberSearchBox .searchBox .listBoxOne .btn span>.copyNotice{
    /*display:inline-block;*/
    background:#f0f9eb;
    border:1px solid #e1f3d8;
    border-radius:3px;
    padding:5px 5px;
    font-size:12px;
    color:#67c23a;
    position:absolute;
    top:-25px;
}
.specialDialogBtn{
    font-size: 12px;
    padding: 6px 12px;
    background: #007F38;
    color: #fff;
    border-radius: 4px;

}
.memberSearchBox .searchBox .listBoxTwo .btn>span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    height: 50px;
}
.memberSearchBox .searchBox .listBoxThree .listOne>li {
    float: left;
    width: calc(100% / 4);
    display: inline-block;
    height: 36px;
    text-align: center;
    border-right: 1px solid #007F38;
    text-align: center;
    line-height: 36px;
    font-size: 12px;
    border-bottom: 1px solid #007F38;
}
.memberSearchBox .searchBox .listBoxThree .btn>span {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    width: 100%;
    text-align: center;
    height: 50px;
}

.swiper-pagination-bullets{
    padding-right:20px;
}


/*.swiper2  .swiper-button-next{*/
/*    display:block !important;*/
/*}*/
/*.swiper2  .swiper-button-prev{*/
/*    display:block !important;*/
/*}*/
.iconShow{
    display:block !important;
}
.swiper2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right:0px;
    background:url('../images/top/swiper-right.png');
}
.swiper2 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper2 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
    background:url('../images/top/swiper-left.png');
}
.swiper2 .swiper-slide:hover{
   border: 1px solid #007F38 !important;
}
.swiper2{
    width:100%;height:70px;margin-top:20px;
}
.swiper2 .swiper-slide{
    border:1px solid #E5E5E5;
}
.swiper2 .swiper-slide>img{
    width:195px;height:36px;
}
.swiper2 .swiper-pagination-bullet-active {
    background: rgba(255,255,255,0) !important;
}
.swiper2 .swiper-wrapper .swiper-slide2:hover{
    border: 1px solid #B60D04 !important;
}

/*党建底部轮播图*/
.swiper3 .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right:0px;
    background:url('../images/top/swiper-right.png');
}
.swiper3 .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}
.swiper3 .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: '';
}
.swiper3 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
    background:url('../images/top/swiper-left.png');
}
.swiper3 .swiper-slide:hover{
   border: 1px solid #BD0E05 !important;
}
.swiper3 .swiper-slide>a{
	height:100%;
}
.swiper3 .swiper-slide>a>img{
	height:100%;
}
.swiper3{
    width:100%;height:70px;margin-top:20px;
}
.swiper3 .swiper-slide{
    border:1px solid #E5E5E5;
}
.swiper3 .swiper-slide>img{
    width:100%;height:100%;
}
.swiper3 .swiper-pagination-bullet-active {
    background: rgba(255,255,255,0) !important;
}
.swiper3 .swiper-wrapper .swiper-slide2:hover{
    border: 1px solid #B60D04 !important;
}
.cursor{
	cursor:pointer;
}