@charset "utf-8";
.center {
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: -3px;
}

.banner-container {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

.banner .tempWrap {
    width: 100% !important;
    margin: 0 auto;
}

.banner-nav {
    display: inline-block;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 86px;
}

.banner-nav li {
    float: left;
    margin: 0 4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}

.banner-nav li:hover,
.banner-nav li.on {
    background-color: #cfa972;
}

.prev {
    background: url(../images/l-icon.png) no-repeat center;
    left: 320px;
}

.next {
    background: url(../images/r-icon.png) no-repeat center;
    right: 320px;
}

.prev,
.next {
    border-radius: 50%;
    background-color: rgba(191, 191, 191, 0.65);
    /* opacity: 0.659; */
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.banner-container:hover .prev,
.banner-container:hover .next {
    opacity: 1;
}


/* title */

.title {
    margin: 20px 0;
    color: #484848;
    line-height: 30px;
}

.title span:first-child,
.title span:nth-child(1) {
    font-size: 29px;
    font-weight: bold;
    text-transform: uppercase;
}

.title span:nth-child(2) {
    font-size: 17px;
    padding-left: 5px;
}

.title .more {
    float: right;
    color: #484848;
}


/* first */

.first {
    height: 392px;
    background: url(../images/third-bg.png) no-repeat bottom center;
    overflow: hidden;
}

.first .title {
    margin-top: 30px;
    margin-bottom: 30px;
}

.first .title,
.first .title .more {
    color: rgb(72, 72, 72);
}

.notice-item {
    position: relative;
    width: 397px;
    height: 99px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 7.36px 0.64px rgba(162, 162, 162, 0.41);
    border: 1px solid rgb(202, 238, 255);
    margin-left: 39px;
}

.notice-wrap>ul>.notice-item:nth-child(3),
.notice-wrap>ul>.notice-item:nth-child(4) {
    margin-top: 39px;
}

.notice-wrap>.notice-item:nth-child(1) {
    height: 238px;
    margin-left: 0;
}

.notice-item .notice-day {
    width: 55px;
    text-align: center;
    position: absolute;
    top: -14px;
    left: 5px;
}

.notice-item .name {
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    height: 23px;
    background-color: #0068b7;
}

.notice-item .notice-day p {
    height: 48px;
    background-color: #eeeeee;
    line-height: 48px;
    font-size: 28px;
    color: #191919;
}

.notice-item .notice-day span {
    display: block;
    height: 14px;
    background-color: #7ecef4;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
}

.notice-title {
    font-size: 16px;
    color: #050505;
/*     font-weight: bold; */
    line-height: 24px;
    margin-left: 70px;
    margin-top: 24px;
    letter-spacing: 1px;
}
.notice-wrap>.notice-item:nth-child(1) .notice-title{
    font-weight: bold;
}

.notice-wrap>.notice-item:nth-child(1)::after {
    content: "";
    width: 91.5%;
    height: 1px;
    background-color: #e5e5e5;
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
}

.notice-item>p {
    padding: 0 13px;
    margin-top: 50px;
    font-size: 12px;
    color: #414141;
    line-height: 20px;
}

.notice-item .more {
    background: url(../images/more-icon3.png) no-repeat left center;
    padding-left: 16px;
    font-size: 12px;
    color: #a4a4a4;
    line-height: 2;
    position: absolute;
    right: 13px;
    bottom: 10px;
}

.notice-wrap>.notice-item:nth-child(1) .more {
    position: absolute;
    width: 69px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #0068b7;
    color: #0b67aa;
    font-size: 12px;
    text-align: center;
    right: 18px;
    bottom: 18px;
    background: none;
    padding-left: 0;
}

.notice-item:hover {
    transform: translateY(-10px);
}

.notice-item:hover a {
    color: #0068b7;
}


/* 科协动态 */

.second {
    background: url(../images/first-bg.png) no-repeat bottom center;
    background-position-y: -33px;
    overflow: hidden;
    min-height: 424px;
}

.second .title {
    margin-top: 40px;
    color: #fff;
}

.second .title a {
    color: #fff;
}

.dt-wrap {
    margin-bottom: 40px;
}

.dt-item {
    width: 395px;
    height: 272px;
    position: relative;
    float: left;
    margin-left: 47.5px;
}

.dt-item:first-child,
.dt-item:nth-child(1) {
    margin-left: 0;
}

.dt-pic {
    width: 395px;
    height: 220px;
    overflow: hidden;
}

.dt-tit {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 26px;
}

.dt-time {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #fff;
}

.thired {
    background: url(../images/second-bg.png) no-repeat bottom center;
    background-position-y: -212px;
    overflow: hidden;
    min-height: 238px;
}

.btn-link {
    margin: 76px auto;
}

.btn-link-item {
    width: 375px;
    height: 85px;
    float: left;
    background: url(../images/link-btn.png) no-repeat center;
    text-align: center;
    line-height: 85px;
    margin-left: 77.5px;
    border-radius: 41px;
}

.btn-link-item:first-child,
.btn-link-item:nth-child(1) {
    margin-left: 0;
}

.btn-link-item .btn-link-name {
    color: #fff;
    height: 85px;
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    background: url(../images/btn-link-icon1.png) no-repeat left center;
    padding-left: 52px;
}

.btn-link-item .btn-link-name span {
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    position: relative;
    padding-left: 10px;
    bottom: 3px;
}

.btn-link-item:nth-child(2) .btn-link-name {
    background-image: url(../images/btn-link-icon2.png);
}

.btn-link-item:nth-child(3) .btn-link-name {
    background-image: url(../images/btn-link-icon3.png);
}

.btn-link-item:hover {
    transform: translateY(-10px);
    box-shadow: 0px 5px 20px 1.08px rgba(67, 187, 235, 0.71);
}