body {
    min-width: 1200px;
    max-width: auto;
    background-color: #fff;
}

/* 双伪元素清除法 */
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* 板心 */
.w {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*顶部*/
.hj-header {
    /* position: sticky;
    top: 0; */
    max-width: 100%;
    /* z-index: 999; */
    width: 100%;
    height: 209px;
    background-color: #f2f2f2;
}

.hj-header .top {
    position: relative;
    height: 149px;
}

.hj-header .top .hj-logo {
    float: left;
    position: absolute;
    font-size: 0;
    height: 64px;
    width: 420px;
    top: 50%;
    transform: translateY(-50%);
}

.hj-header .top .search {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 330px;
    height: 46px;
    background-color: #ffffff;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}

.hj-header .top .search .kwd {
    float: left;
    width: 250px;
    height: 100%;
    outline: none;
    padding: 0 15px;
}

.hj-header .top .search a {
    float: right;
    height: 100%;
    width: 80px;
    line-height: 46px;
    background-color: #e80400;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

/* 导航栏 */
.hj-header .hj-nav {
    height: 60px;
    background-color: #e50113;
    overflow: hidden;
}

.hj-header .hj-nav li {
    position: relative;
    float: left;
    line-height: 60px;
    width: calc(100%/7);
    text-align: center;
}

.hj-header .hj-nav li a {
    font-size: 14px;
    color: #fff;
}

.hj-header .hj-nav li:not(:last-child)::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 16px;
    width: 1px;
    background-color: #ee5a65;
}

.hj-header .hj-nav li:hover {
    background-color: #ff9000;
}

.hj-header .hj-nav .active {
    background-color: #ff9000;
}

/* 底部 */
.hj-footer {
    box-sizing: border-box;
    width: 100%;
    height: 244px;
    border-top: 6px solid #e50113;
    background-color: #f5f5f5;
    padding: 50px 0;
    margin-top: 60px;
}

.hj-footer .left {
    float: left;
}

.hj-footer .left p {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.hj-footer .left p a {
    float: left;
    position: relative;
    font-size: 14px;
    color: #444;
    margin-right: 10px;
}

.hj-footer .left p a img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 18px;
}

.hj-footer .left p a span {
    margin-left: 18px;

}

.hj-footer .right {
    float: right;
}

.hj-footer .right .code {
    float: left;
    margin-right: 22px;
}

.hj-footer .right .code:last-child {
    margin-right: 0px;
}

.hj-footer .right .img-wrapper {
    width: 110px;
    height: 110px;
}

.hj-footer .right img {
    width: 100%;
    height: 100%;
}

.hj-footer .right .des {
    font-size: 14px;
    margin-top: 12px;
    text-align: center;
}

/* 首页 */
.index-banner-wrapper {
    margin-top: 40px;
    height: 421px;
}

.index-banner-wrapper .left {
    position: relative;
    float: left;
    height: 100%;
    width: calc(50% - 20px);
    overflow: hidden;
}

.index-banner-wrapper .left .adv-wrapper {
    position: absolute;
    box-sizing: border-box;
    padding-right: 200px;
    padding-left: 20px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    height: 60px;
    color: #fff;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}


.index-banner-wrapper .left .swiper-pagination {
    width: 100px;
    left: calc(100% - 100px);
    bottom: 25px;
}

.index-banner-wrapper .left .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(255, 255, 255, 0.6);
}

.index-banner-wrapper .left .swiper-pagination .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 4px;
    background-color: #e50113;
}

/* 首页新闻中心 */
.index-banner-wrapper .right {
    float: right;
    width: calc(50% - 10px);
    height: 100%;
}

.index-banner-wrapper .right .top {
    width: 100%;
    height: 48px;
    border-bottom: 3px solid #ececec;
}

.index-banner-wrapper .right .top li {
    float: left;
    height: 48px;
    margin-right: 50px;
    cursor: pointer;
}

.index-banner-wrapper .right .top li .item {
    height: 30px;
    line-height: 30px;
}
.index-banner-wrapper .right .top li .item i {
    font-size: 30px;
    color: #828282;
    margin-right: 10px;
    vertical-align: middle;
}
.index-banner-wrapper .right .top li .item span {
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    vertical-align: middle;
}
.index-banner-wrapper .right .top .active {

    color: #e50113;
    border-bottom: 3px solid #e50113;
}

.index-banner-wrapper .right .top .active .item i {
    color: #e50113;
} 

.index-banner-wrapper .right .top .active .item  span {
    color: #e50113;
}


.index-banner-wrapper .right .top .more {
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #666666;
}

.index-banner-wrapper .right .top .more span {
    color: #e50113;
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}
/* 新闻列表 */
.index-banner-wrapper .hj-content {
    margin-top: 5px;
}

.index-banner-wrapper .hj-content li {
    position: relative;
    height: 46px;
    line-height: 46px;
    padding-left: 14px;
    padding-right: 100px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-banner-wrapper .hj-content li::before {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/jia.png);
}

.index-banner-wrapper .hj-content a {
    font-size: 16px;
    color: #222222;
}

.index-banner-wrapper .hj-content a:hover {
    color: #e50113;
}

.index-banner-wrapper .hj-content li .date {
    position: absolute;
    top: 50%;
    right: 0;
    width: 85px;
    transform: translateY(-50%);
    font-size: 14px;
    text-align: right;
    color: #999999;
}

/* 中部广告图 */
.hj-madv {
    margin-top: 40px;
    height: 100px;
}

/* 我们的项目 */
.hj-project-top {
    margin-top: 40px;
    margin-bottom: 30px;
    height: 48px;
    color: #e50113;
    border-bottom: 3px solid #ececec;
}
.hj-project-top h3 {
    height: 30px;
    line-height: 30px;
}
.hj-project-top h3 i {
    font-size: 30px;
    vertical-align: middle;
}

.hj-project-top h3 span {
    font-size: 24px;
    margin-left: 10px;
    font-weight: bold;
    vertical-align: middle;
}

.hj-project-top a {
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 15px;
    display: flex;
    align-items: center;
}

.hj-project-top a span {
    color: #e50113;
    font-size: 18px;
    vertical-align: middle;
}

.hj-project {
    position: relative;
    min-width: 1400px;
    height: 390px;
}

.hj-project .content {
    height: 100%;
    overflow: hidden;
}

.hj-project .content .img-wrapper {
    height: 240px;
    overflow: hidden;
}
.hj-project .content .img-wrapper img {
    height: 100%;
    width: 100%;
    transition: all 1s;

}
.hj-project .content .img-wrapper:hover img{
    transform: scale(1.5);
}


.hj-project .content .bottom {
    height: 150px;
    background-color: #f1f1f1;
    padding-top: 64px;
    box-sizing: border-box;
}

.hj-project .content .swiper-slide {
    position: relative;

}

.hj-project .content .ico {
    position: absolute;
    top: 198px;
    left: 50%;
    transform: translateX(-50%);
    width: 84px;
    height: 84px;
    line-height: 84px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}

.hj-project .content .ico span {
    font-size: 44px;
    color: #e50113;

}

.hj-project .content .bottom h3 {
    text-align: center;
    font-size: 22px;
    color: #000000;
    font-weight: bold;
}

.hj-project .content .bottom p {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: #aaaaaa;
}

/* 信息列表 */
.hj-infolist {
    margin-top: 40px;
}

.hj-infolist .info {
    width: calc(50% - 15px);
}

.hj-infolist .info .top {
    height: 48px;
    width: 100%;
    border-bottom: 3px solid #ececec;
}

.hj-infolist .info .top i {
    font-size: 30px;
    color: #e50113;
    vertical-align: middle;
}
.hj-infolist .info .top span {
   font-size: 24px;
   margin-left: 10px;
   color: #e50113;
   font-weight: bold;
   vertical-align: middle;
}
.hj-infolist .info .top .more{
    height: 30px;
    line-height: 30px;
}

.hj-infolist .info .top .more i{
    font-size: 18px;
}
.hj-infolist .info .top .more span{
    color: #666666;
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
}

.hj-infolist .info .hj-con{
    margin-top: 10px;
}

.hj-infolist .info .hj-con li{
    position: relative;
    line-height: 45px;
    height: 45px;
    padding-left: 15px;
    padding-right: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hj-infolist .info .hj-con li a{
    font-size: 16px;
    font-weight: 400;
    color: #222222;
}
.hj-infolist .info .hj-con li a:hover {
    color: #e50113;
}

.hj-infolist .info .hj-con li::before{

    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-image: url(../images/jia.png);

}

.hj-infolist .info .hj-con li span {
    position: absolute;
    top: 50%;
    right: 0;
    width: 100px;
    transform: translateY(-50%);
    font-size: 14px;
    color: #999999;
    text-align: right;
}

/* 合作企业 */
.hj-hz {
    margin-bottom: 70px;
}
.hj-hz li {
    float: left;
    width: calc((100% - 80px)/5);
    height: 100px;
    margin-right: 20px;
    background-color: #fff;
    border: solid 1px #ececec;
    overflow: hidden;
}
.hj-hz li:last-child{
    margin-right: 0;
}
.hj-hz li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.hj-hz li img:hover{
    transform: scale(1.5);
}

/* 关于我们 */
.hj-main{
    margin-top: 40px;
}

.hj-main .hj-menu {
    width: 260px;
    margin-right: 40px;
}
.hj-main .hj-menu dt {
    box-sizing: border-box;
    width: 100%;
    height: 90px;
    line-height: 90px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    padding: 0 30px;
    background: url(../images/listbg.png) center center no-repeat;
    margin-bottom: 12px;
}
.hj-main .hj-menu dd {
    width: 260px;
    height: 60px;
    margin-bottom: 12px;
    background-color: #f2f2f2;
}

.hj-main .hj-menu dd a {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    font-size: 18px;
    color: #222222;
    background-color: #f2f2f2;
}

.hj-main .hj-menu dd a::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 14px;
    background-image: url(../images/arow.png);
}

.hj-main .hj-menu dd .active {
    color: #e50113;
}
.hj-main .hj-menu dd .active::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e50113;
    height: 60px;
    width: 4px;
}
.hj-main .hj-menu dd .active::after{
    background-image: url(../images/arowsel.png);
}

.hj-main .hj-menu dd a:hover{
    color: #e50113;
}
.hj-main .hj-menu dd a:hover::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e50113;
    height: 60px;
    width: 4px;
}
.hj-main .hj-menu dd a:hover::after{
    background-image: url(../images/arowsel.png);
}

.hj-listcon{
    width: calc(100% - 300px);
}
.hj-listcon .top-nav {
    height: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eaeaea;
}
.hj-listcon .top-nav .leftnav li{
    height: 50px;
    border-bottom: 4px solid #e50113;
}

.hj-listcon .top-nav .leftnav li .alert{
    display: block;
    height: 30px;
    padding-right: 10px;
    line-height: 30px;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

.hj-listcon .top-nav .rightnav dd {
    float: left;
    margin-right: 5px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #888888;
}
.hj-listcon .top-nav .rightnav dd:last-child{
    margin-right: 0px;
    color: #e50113;
}

.hj-news-list li {
    height: 156px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}
.hj-listcon .hj-news-list li .image {
    float: left;
    width: 180px;
    height: 130px;
    overflow: hidden;
}
.hj-listcon .hj-news-list li .image img {
    transition: all 1.0s;
}
.hj-listcon .hj-news-list li a .image:hover img{
    transform: scale(1.2);
}
.hj-listcon .hj-news-list li .content {
    float: right;
    margin-left: 20px;
    width: calc(100% - 200px);
    overflow: hidden;
}
.hj-news-list li .image img {
    width: 100%;
    height: 100%;
}

.hj-news-list li .content h3 {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} 

.hj-listcon .hj-news-list li h3:hover {
    color: #e50113;
}

.hj-news-list li .content p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hj-listcon .main {
    width: 100%;
}
.hj-listcon .main a{
    float: left;
    width: calc((100% - 60px)/4);
    height: 100px;
    background-color: white;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 1px solid #ececec;
    overflow: hidden;
}
.hj-listcon .main a img {
    transition: all 1.0s;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hj-listcon .main a:hover img {
    transform: scale(1.2);
}

.hj-listcon .main a:nth-child(4n){
    margin-right: 0px;
}
.project-list li{
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

.project-list li .image {
    float: left;
    height: 150px;
    width: 236px;
    margin-right: 20px;
    margin-bottom: 30px;
}
.project-list li .right {
    float: left;
    width: calc(100% - 256px);
}

.project-list li .right h3 {
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
}

.project-list li .right p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}

.project-list li .right a {
    display: block;
    margin-top: 20px;
    width: 120px;
	height: 36px;
    text-align: center;
    line-height: 36px;
    color: #666666;
    font-size: 14px;
	background-color: #f2f2f2;
}
.project-list li .right a:hover{
    color: #e50113;
}

.hj-article h2 {
    text-align: center;
    color: #222;
    font-size: 24px;
    font-weight: bold;
}

/* 制度规范 */
.hj-listcon .hj-zdlist li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eaeaea;
}
.hj-listcon .hj-zdlist li a {
    position: relative;
    display: block;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hj-listcon .hj-zdlist li span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #888888;
    font-size: 14px;
}

.hj-listcon .hj-zdlist li img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}
.hj-listcon .hj-zdlist li a:hover{
    color: #e50113;
}

/* 理事会 */
.hj-listcon .hj-lslist li {
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.hj-listcon .hj-lslist li .image {
    width: 124px;
    height: 158px;
    margin-bottom: 20px;
    overflow: hidden;
}
.hj-listcon .hj-lslist li .image:hover img{
    transform: scale(1.2);
}
.hj-listcon .hj-lslist li img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.hj-listcon .hj-lslist li .right {
    margin-left: 20px;
    width: calc(100% - 144px);
}
.hj-listcon .hj-lslist li .right h2{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}
.hj-listcon .hj-lslist li .right p {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
}
/* 党群建设 */
.hj-dqjslist li  {
    border-bottom: 1px solid #ebebeb;
}
.hj-dqjslist li a{
    display: block;
    position: relative;
    height: 60px;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 100px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.hj-dqjslist li a img {
    position: absolute;
    height: 10px;
    width: 10px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.hj-dqjslist li a .date {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #888888;
}

.hj-dqjslist li a:hover{
    color: #e50113;
}

.hj-dqjslist li a:hover .date{
    color: #e50113;
}
/* 大事记 */
.hj-dsjlist li {
    position: relative;
    height: 45px;
    margin-bottom: 30px;
}
.hj-dsjlist li .ord {
    float: left;
    width: 80px;
    height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #e50113;
}
.hj-dsjlist li .chose {
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #e50113;
    text-align: center;
}

.hj-dsjlist li:not(:first-child) .chose::before{
    content: '';
    position: absolute;
    top: -30px;
    left: calc(80px + (15px)/2 - 0.5px);
    width: 1px;
    height: 30px;
    background-color: #e50113;
}

.hj-dsjlist li .chose::after{
    content: '';
    position: absolute;
    top: 15px;
    left: calc(80px + (15px)/2 - 0.5px);
    width: 1px;
    height: 30px;
    background-color: #e50113;
}

.hj-dsjlist li .chose .active {
    content: '';
    display: inline-block;
    background-color: #e50113;
    width: 8px;
    height: 8px;
    border-radius: 50%;
} 

.hj-dsjlist li a {
    float: left;
    width: calc(100% - 125px);
    margin-left: 30px;
    height: 45px;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
}

.hj-dsjlist li a:hover{
    color: #e50113;
}
/* 我们的团队 */
.hj-teamlist li {
    float: left;
    margin-top: 30px;
    margin-right: 30px;
    width: calc((100% - 90px)/4);
    height: calc((100% - 90px)/4 + 60px);
    overflow: hidden;
    background-color:  #f2f2f2;
}
.hj-teamlist li:last-child{
    margin-right: 0;
}
.hj-teamlist li .image {
    width: 100%;
    height: calc((100% - 90px)/4);
    overflow: hidden;
}
.hj-teamlist li .image img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.hj-teamlist li .image:hover img{
    transform: scale(1.2);
}

.hj-teamlist li h3 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.hj-teamlist li p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
}
/* 我要求助 */
.hj-resortlist li {
    font-size: 16px;
    margin-bottom: 30px;
}
.hj-resortlist li a{
    color: #0e90d2;
}

.jztable {
    width: 100%;
    border: 1px solid #f3f3f3;
    border-collapse: collapse;  
}

.jztable thead {
    height: 60px;
    font-size: 18px;
    color: #fff;
    background-color: #e50113;
}

td {
    text-align: center;
    height: 60px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.jztable tr:nth-child(even){
    background-color: #f4f4f4;
}

.jzgksearchwrap {
    width: 100%;
    height: 30px;
    margin-bottom: 15px;
}
.jzgksearchwrap .inputwrap{
    float: left;
    width: calc((100% - 70px)/3);
    height: 100%;
}
.jzgksearchwrap .inputwrap span {
    height: 100%;
    line-height: 30px;
    font-size: 12px;
    color: #000;
    width: 60px;
    
}
.jzgksearchwrap .inputwrap .donorname {
    font-size: 12px;
    color: #000;
    height: 100%;
    border: 1px solid #ddd;
    width: calc(100% - 60px);
    outline: none;
    border-radius: 5px;
    padding: 0 10px;
}
.jzgksearchwrap .inputwrap .je {
    width: calc((100% - 100px)/2);
    border: 1px solid #ddd;
    height: 100%;
    outline: none;
    padding-left: 5px;
    font-size: 12px;
    color: #000;
    border-radius: 5px;
}
.jzgksearchwrap .inputwrap .jzjes {
    margin-right: 5px;
}
.jzgksearchwrap .inputwrap .jzjee {
    margin-left: 5px;
}
.jzgksearchwrap .inputwrap .day {
    width: calc((100% - 75px)/2);
    border: 1px solid #ddd;
    height: 100%;
    outline: none;
    padding: 0 5px;
    font-size: 12px;
    color: #000;
    border-radius: 5px;

}
.jzgksearchwrap .inputwrap .sday {
    margin-right: 5px;
}
.jzgksearchwrap .inputwrap .eday {
    margin-left: 5px;
}
.jzgksearchwrap .jzgksearch {
    margin-left: 10px;
    width: 60px;
    height: 100%;
    background-color: #e50113;
    color: #fff;
    border-radius: 5px;
}