@charset "UTF-8";

/* in_img */
body {
    font-family: 思源黑体;
    font-family: 'SourceHanSansCN Regular', "Microsoft Yahei", sans-serif;
}

.in_img {
    position: relative;
    width: 100%;
    margin: 0 auto;
    font-size: 0;
}

.in_img img {
    width: 100%;
    display: block;
}

.in_ban {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.in_ban .in_ban_info {
    width: 1260px;
    margin: 0 auto;
}

.in_ban .in_ban_info2 {
    text-align: center;
}

.in_ban .in_ban_info2 h2 {
    line-height: 2.0 !important;
}

.black_font {
    color: #000000 !important;
}

.in_ban .in_ban_info h2 {
    width: 100%;
    font-size: 26px;
    line-height: 1.5;
    font-weight: normal;
    color: #ffffff;
    letter-spacing: 2px;
    font-family: 思源黑体;
}

.in_ban .in_ban_info i {
    display: block;
    width: 46px;
    height: 3px;
    margin: 10px 0;
    background: #d62417;
}

.in_ban .in_ban_info p {
    width: 100%;
    font-size: 16px;
    line-height: 2.0;
    letter-spacing: 2px;
    color: #ffffff;
    opacity: 0.85;
}

/* in_img end*/
/* pos */
.pos {
    width: 100%;
    background: #f9f9f9;
}

.pos-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
    line-height: 50px;
    color: #000;
    letter-spacing: 1px;
    font-weight: normal;
}

.pos-info {
    display: flex;
    align-items: center;
    padding-left: 35px;
    background: url(../images/in/home.png) center left no-repeat;
    background-size: 22px auto;
}

.pos-info a {
    color: #000;
}

.pos-info a:hover {
    color: #c30924;
}

.active-name {
    font-size: 16px;
    line-height: 50px;
    color: #c30924;
    border-bottom: 2px solid #c30924;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.page_div {
    text-align: right;
    margin-bottom: 20px;
    font-size: 14px;
    background-color: #afa;
}

.pagelist {
    text-align: center;
    margin-top: 35px;
    color: #626262;
}

.pagelist li {
    display: inline-block;
    padding: 1px 6px;
    border: 1px solid #f8f8f8;
}

.pagelist li a {
    color: #626262;
}

.pagelist .active {
    color: #1981f4;
    border-radius: 3px;
    border: 2px solid #f5f5f5;
}

.pagelist .active a {
    color: #1981f4;
}

.page_div {
    margin: 0.4rem auto;
}

#pages {
    text-align: right;
}

#pages li {
    margin: 0 2px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    /*background: #e6e6e6;*/
    color: #333;
    display: inline-block;

    display: inline-block;
    padding: 3px 6px;
    text-decoration: none;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 3px;
}

#pages li a {
    font-size: 14px;
    display: block;
    padding: 0px 6px;
}

#pages li span {
    font-size: 14px;
    display: block;
    padding: 0 4px;
}

#pages li.active {
    text-align: center;
    background: #c00;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #c00;
}

#pages li:hover a {
    color: #fff;
}


/* pos end*/

/* in-title */
.in-title {
    font-family: "SourceHanSerifSC", "Noto Serif SC", serif;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px solid #c6c6c6;
}

.in-title h2 {
    font-size: 30px;
    line-height: 42px;
    color: #d60015;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    padding-bottom: 10px;
    position: relative;
}

.in-title h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 48px;
    height: 4px;
    background-color: #d60015;
}

.in-title a {
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    padding-right: 24px;
    background: url(../images/more.png) center right no-repeat;
    background-size: 13px 13px;
}

.in-title a:hover {
    color: #d60015;
}

/* in-title end */

/* 领导活动 */
.leader-active {
    width: 100%;
    padding: 60px 0;
    background-color: #f8f8f8;
}

.activeSwiper {
    overflow: hidden;
}

.activeSwiper .swiper-slide {
    width: 100%;
    background-color: #fff;
}

.activeSwiper .swiper-slide .card-item {
    width: 100%;
}

.activeSwiper .swiper-slide .card-item .card-img {
    width: 100%;
    height: 208px;
    font-size: 0;
    overflow: hidden;
}

.activeSwiper .swiper-slide .card-item .card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.activeSwiper .swiper-slide:hover .card-item .card-img img {
    transform: scale(1.05);
}

.activeSwiper .swiper-slide .card-text {
    padding: 20px;
}

.activeSwiper .swiper-slide .card-title {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.85);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activeSwiper .swiper-slide .card-date {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    margin-top: 10px;
}

.leader-activity {
    width: 100%;
    padding: 60px 0;
}

.leader-activity .mains {
    margin-top: 30px;
}

.leader-activity-swiper-container {
    width: 100%;
    position: relative;
}

.leader-activity-swiper-container .swiper-wrapper {
    display: flex;
}

.leader-activity-swiper-container .swiper-slide {
    width: calc(33.333% - 20px);
    flex-shrink: 0;
    margin: 0 10px;
}

.leader-activity-card {
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    transition: all 0.3s;
    border-radius: 4px;
}

.leader-activity-card:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.leader-activity-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.leader-activity-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s;
}

.leader-activity-card:hover .leader-activity-img img {
    transform: scale(1.05);
}

.leader-activity-info {
    padding: 25px;
}

.leader-activity-info h3 {
    font-size: 18px;
    line-height: 26px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
    transition: color 0.3s;
}

.leader-activity-info a:hover h3 {
    color: #d60015;
}

.leader-activity-info>p {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.45);
    margin-bottom: 12px;
}

.leader-activity-desc {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.66);
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.leader-activity-pagination {
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.leader-activity-pagination .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    display: inline-block;
    background: #e5e5e5;
    transition: all 0.3s;
    margin: 0 4px !important;
}

.leader-activity-pagination .swiper-pagination-bullet-active {
    background: #d60015;
    width: 24px;
    border-radius: 5px;
}

/* 领导活动 end */


/* 子栏目侧边栏 */
.in-container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 0 auto 30px auto;
}

.in-container .mains {
    margin: 40px auto;
    display: flex;
    justify-content: space-between;
}

.in-container-left {
    width: 290px;
}

.sidebar-menu {
    width: 100%;
}

.sidebar-header {
    background: url(../images/in/header_bg.png) calc(100% - 10px) center no-repeat #d60015;
    background-size: 39px 49px;
    padding: 22px 20px;
    display: flex;
    align-items: center;
    position: relative;
}

.sidebar-icon {
    width: 32px;
    height: 32px;
    background-image: url(../images/in/menu_icon1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 12px;
}

.sidebar-icon6 {
    background-image: url(../images/in/menu_icon6.png);
}

.sidebar-icon9 {
    background-image: url(../images/in/menu_icon9.png);
}

.sidebar-title {
    font-size: 26px;
    line-height: 28px;
    color: #fff;
    font-weight: 500;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.sidebar-decoration {
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    background-image: url(../images/sidebar_decoration.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.sidebar-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-item {
    background-color: #f5f5f5;
    position: relative;
    margin-bottom: 3px;
}

.sidebar-item:first-child {
    border-top: 1px solid #e8e8e8;
}

.sidebar-item a {
    display: block;
    padding: 16px 20px;
    font-size: 18px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    text-decoration: none;
    transition: all 0.3s;
    letter-spacing: 1px;
    text-align: center;
}

.sidebar-item:hover a {
    background-color: #edebeb;
    color: #d60015;
}

.sidebar-item.active {
    background-color: #fff;
}

.sidebar-item.active a {
    color: #d60015;
    font-weight: 500;
}

.sidebar-item.active span {
    position: relative;
}

.sidebar-item.active span::before {
    content: '';
    position: absolute;
    right: -12px;
    top: 0;
    width: 5px;
    height: 100%;
    background: url(../images/in/active.png) center no-repeat;
    background-size: 5px auto;
}

.in-container-right {
    width: calc(100% - 310px);
}

.right-content {
    padding: 30px;
    border: 1px solid #dcdcdc;
}

.right-content2 {
    margin-top: 20px;
}

/* 子栏目侧边栏 end */

.in-header {
    width: 100%;
    border-bottom: 2px solid #f2f2f2;
}

.in-header h2 {
    position: relative;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 15px;
    color: #666666;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.in-header h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 96px;
    height: 3px;
    background: #c30924;
}

/* in-news */
.right-content-list {
    margin-top: 30px;
}

.in-item {
    display: flex;
    align-items: flex-start;
    padding: 0 0 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    gap: 12px;
}

/* 左侧日期块 */
.in-item .in-item-date {
    width: 80px;
    text-align: center;
}

.in-item .date-day {
    font-size: 26px;
    color: #000000;
    line-height: 1;
    margin-bottom: 4px;
    padding: 10px 0;
    background-color: #f3f3f3;
}

.in-item .date-ym {
    font-size: 15px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.66);
    background-color: #f3f3f3;
}

/* 中间缩略图 */
.in-item .in-pic {
    width: 108px;
    height: 76px;
    flex-shrink: 0;
    overflow: hidden;
}

.in-item .in-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.in-item:hover .in-pic img {
    transform: scale(1.05);
}

/* 右侧文字 */
.in-item .in-text {
    width: calc(100% - 210px);
}

.in-item h5 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 8px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-item:hover h5 {
    color: #d60015;
}

.in-item .in-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.76);
    line-height: 1.6;

    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* in-news end */
/* member */
.in-member {
    margin: 25px auto;
}

.member-wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.member-card {
    overflow: hidden;
}

.meamber-img {
    width: 100%;
    height: 198px;
    overflow: hidden;
}

.card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.member-card:hover .card-img {
    transform: scale(1.05);
}

.name-bar {
    background: -webkit-linear-gradient(left, #f48a8d, #de2d2b);
    background: -o-linear-gradient(right, #f48a8d, #de2d2b);
    background: -moz-linear-gradient(right, #f48a8d, #de2d2b);
    background: linear-gradient(to right, #f48a8d, #de2d2b);
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    font-weight: 500;
    letter-spacing: 1px;
}

.info-text {
    padding: 12px 20px;
    background: #f1f1f1;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
    background: #e6e6e6;
    border: 1px solid #e6e6e6;
}

/* 移动端自适应 */
@media(max-width:992px) {
    .member-wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media(max-width:576px) {
    .member-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* member end */

/* in-content */
.in-content {
    margin: 25px auto;
    font-size: 15px;
    line-height: 2.0;
    color: #000;
}

.in-content h3 {
    font-weight: bold;
}

.in-content strong {
    font-weight: bold;
}

.in-content strong span {
    font-weight: bold;
}

.info-item {
    margin-bottom: 15px;
}

/* in-content end */
.in-title2 {
    text-align: center;
}

.in-title2 h2 {
    font-size: 28px;
    margin: 20px auto;
    color: #000;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.in-title2 i {
    display: block;
    margin: 0 auto;
    width: 47px;
    height: 3px;
    background: #d60015;
}

.in-title2 p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(0, 0, 0, 0.66);
}

/* in-contact */
.in-contact {
    margin: 50px auto;
}

.in-contact-info {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 30px auto;
}

.in-contact-info li {
    width: calc(33.3% - 70px);
    padding: 30px;
    background-color: #fbfbfb;
    transition: all .2s linear;
}

.in-contact-info li:hover {
    transform: translateY(-6px);
    background-color: #f7f2f2;
}

.in-contact-info li h5 {
    font-size: 22px;
    line-height: 1.8;
    color: #000;
    margin-bottom: 10px;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.in-contact-info li img {
    width: 41px;
    height: 42px;
    margin: 10px 0;
}

.in-contact-info li p {
    font-size: 18px;
    line-height: 1.8;
    color: #d60015;
}

/* in-contact end */
/* 留言 */

.container-lx {
    margin-top: 0px;
    padding-top: 15px;
}

/* message-main */
.message-container {
    padding: 60px 80px;
    margin: 25px auto;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(196, 195, 195, 0.1);
}

.message-container .in_title {
    margin-bottom: 40px;
}

.message-container .message-main {
    margin: 0 auto;
    margin-top: 40px;
}

.message-container .message-main form {
    width: 100%;
    margin: 0;
}

.message-container .message-main form .message-con {
    width: 100%;
}

.message-container .message-main form .message-con .message-form {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.message-container .message-main form .message-con .message-form2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.message-container .message-main form .message-con .message-form3 {
    width: 100%;
    display: block;
}

.message-container .message-main form .message-con .form-item {
    width: 48.3%;
}

.message-container .message-main form .message-con .item-label {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.85);
}

.message-container .message-main form .message-con .item-label img {
    width: 7px;
    margin-right: 7px;
}

.message-container .message-main form .message-con .message-form input {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 15px;
    line-height: 46px;
    margin-bottom: 25px;
    background: #fbfbfb;
    border: none;
    border-radius: 3px;
}

.message-container .message-main form .message-con .message-form2 input {
    width: calc(100% - 40px);
    padding: 0 20px;
    font-size: 15px;
    line-height: 46px;
    margin-bottom: 25px;
    border: 1px solid #eeeeee;
    border-radius: 3px;
}

.message-container .message-main form .message-con .message-form2 .form-item {
    width: 49%;
}

.message-container .message-main form .message-con input:focus {
    outline: none;
}

.message-container .message-form input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #818181;
}

.message-container .message-form input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #818181;
}

.message-container .message-form input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #818181;
}

.message-container .message-form input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #818181;
}

.message-container .message-form textarea {
    width: 96%;
    height: 150px;
    padding: 22px 2%;
    border: none;
    border-radius: 3px;
    font-size: 15px;
    background: #fbfbfb;
    border: none;
}

.message-container .message-form textarea:focus {
    outline: none;
}

.message-container .submit-btn {
    cursor: pointer;
    margin-top: 50px;
    font-size: 18px;
    color: #ffffff;
    line-height: 52px;
    background: #d50018;
    padding: 0 50px;
    border: none;
    border-radius: 25px;
    letter-spacing: 2px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.message-container .submit-btn:hover {
    transform: translate(0, -6px);
}

/* 留言 end */

/* 学会概况 */
.in-about-section {
    width: 100%;
    padding: 40px 0;
    background-color: #fff;
}

.in-about-con {
    margin: 0 auto;
}

.in-about-intro {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

.in-about-intro p {
    font-size: 16px;
    line-height: 2;
    color: rgba(0, 0, 0, 0.85);
    text-indent: 2em;
    max-width: 1200px;
    margin: 0 auto;
}

.in-about-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.in-about-card {
    width: calc(25% - 87px);
    background-color: #f7f7f7;
    padding: 30px 36px;
    transition: all 0.3s;
}

.in-about-card:hover {
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.in-about-icon {
    width: 32px;
    height: 32px;
    margin: 0;
}

.talent-icon {
    background-image: url(../images/in/icon1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.creation-icon {
    background-image: url(../images/in/icon2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.industry-icon {
    background-image: url(../images/in/icon3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.aesthetic-icon {
    background-image: url(../images/in/icon4.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.in-about-card h3 {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin: 12px 0;
    font-weight: 600;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.in-about-card p {
    font-size: 14px;
    line-height: 1.8;
    color: rgba(0, 0, 0, 0.75);
    margin: 0;
}

/* 学会概况 end */
/* 学会章程 */
.charter-section {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    padding-bottom: 40px;
    background: url(../images/in/zc_bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    background-position: center;
}

.charter-con {
    display: flex;
    gap: 40px;
}

.charter-left {
    width: 36%;
    flex-shrink: 0;
}

.charter-img {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    margin-top: -26px;
}

.charter-img img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.charter-right {
    width: 45%;
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.charter-title {
    font-size: 28px;
    line-height: 36px;
    color: #000;
    margin-bottom: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.charter-content {
    width: 100%;
}

.charter-chapter {
    width: 100%;
}

.charter-chapter:last-child {
    margin-bottom: 0;
}

.charter-chapter h3 {
    font-size: 16px;
    line-height: 2.0;
    color: #d60015;
    font-weight: normal;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.charter-chapter p {
    font-size: 14px;
    line-height: 1.9;
    color: rgba(0, 0, 0, 0.75);
    margin: 0;
    text-align: justify;
}

.charter-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 30px;
}

.charter-more a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 30px;
    color: #d60015;
    border: 1px solid #d60015;
    font-size: 14px;
    line-height: 20px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.3s;
    width: fit-content;
}

.charter-more:hover a {
    transform: translateY(-3px);
    /* color:#fff;
    background-color: #b50012; */
}

.more-arrow {
    width: 16px;
    height: 16px;
    background-image: url(../images/more_arrow.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* 学会章程 end */
/* 学会领导 */
.in-leader {
    width: 100%;
    margin: 30px 0 0 0;
    padding: 20px 0;
    background-color: #f4f5f7;
}

/* 学会领导 end */

/* 音乐馆 */
/* 三列网格布局 */
.drama-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.drama-card {
    background-color: #fff;
}

.drama-img {
    width: 100%;
    height: 230px;
    font-size: 0;
    overflow: hidden;
}

.drama-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s;
}

.drama-card:hover .drama-img img {
    transform: scale(1.06);
}

.card-content {
    padding: 20px 18px;
    border: 1px solid #dcdcdc;
}

.drama-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.drama-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.6;
    margin-bottom: 18px;
}

.tag-text {
    text-align: right;
    font-size: 14px;
    color: #d60015;
}

/* 移动端自适应 */
@media (max-width: 992px) {
    .drama-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .drama-grid {
        grid-template-columns: 1fr;
    }
}

/* 音乐馆 end */

/* 学会建设 */
.xh-list {
    width: 100%;
}

.xh-list .xh-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.xh-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    padding: 0 0 18px 0;
    border-bottom: 1px solid #eee;
    gap: 20px;
}

.xh-left {
    width: calc(100% - 120px);
}

.xh-title {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.5;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xh-item:hover .xh-title {
    color: #d60015;
}

.xh-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.76);
    line-height: 1.6;
    padding-left: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xh-date {
    width: 100px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    white-space: nowrap;
    flex-shrink: 0;
    text-align: right;
}

/* 圆点前缀 */
.xh-title::before {
    content: "●";
    color: #a4a4a4;
    margin-right: 8px;
    font-size: 14px;
}

/* 学会建设 end */
/* in-son2 */
.in-son2 {
    margin: 45px auto;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

/* .in-son2 li {

} */

.in-son2 li a {
    display: block;
    font-size: 22px;
    line-height: 2.5;
    padding: 0 50px;
    color: rgba(0, 0, 0, 0.85);
    letter-spacing: 1px;
    border: 1px solid #d2d2d2;
}

.in-son2 li.active a {
    background-color: #d60015;
    border-color: #d60015;
    color: #fff;
}

.in-son2 li.active:hover a {
    background-color: #d60015;
    border-color: #d60015;
    color: #fff;
}

.in-son2 li:hover a {
    border-color: #d60015;
    color: #d60015;
}

/* in-son2 end */
/* 介绍 */
.train-wrap {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
    padding: 46px 36px;
    background-color: #f8f8f8;
}

.left-img {
    width: 42%;
    font-size: 0;
}

.left-img img {
    width: 100%;
    display: block;
}

.right-text {
    width: calc(58% - 50px);
}

.right-text .title-main {
    font-size: 26px;
    color: #d60015;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.right-text .title-main:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 3px;
    background-color: #d60015;
}

.desc-paragraph {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 2.0;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #c9c9c9;
}

.course-title {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    color: #d60015;
    font-weight: 500;
    margin-bottom: 15px;
    letter-spacing: 1px;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.red-square {
    width: 16px;
    height: 16px;
    background-color: #d60318;
}

.course-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 2.0;
}

/* 移动端自适应 */
@media(max-width:992px) {
    .train-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}

/* 介绍 end */
/* 培训专享 */
.pxzx {
    margin: 50px auto;
}

.section-title {
    margin-bottom: 40px;
}

.section-title h2 {
    font-size: 26px;
    line-height: 1.2;
    color: rgba(0, 0, 0, 0.99);
    position: relative;
    padding-bottom: 18px;
    letter-spacing: 1px;
}

.section-title h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 3px;
    background-color: #d60015;
}

/* 四栏网格 */
.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.benefit-card {
    border: 1px solid #eaeaea;
    padding: 40px 25px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

/* 圆形图标容器 */
.icon-circle {
    width: 90px;
    height: 90px;
    background-color: #f5f5f5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
}

.icon-circle img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.benefit-card:hover {
    transform: translateY(-6px);
}

.benefit-card:hover .icon-circle img {
    transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    /* IE 9 */
    -moz-transform: rotateY(180deg);
    /* Firefox */
    -webkit-transform: rotateY(180deg);
    /* Safari and Chrome */
    -o-transform: rotateY(180deg);
    /* Opera */
}

.card-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 16px;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.card-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 1.7;
    text-align: left;
}

/* 响应式适配 */
@media(max-width:1200px) {
    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:576px) {
    .benefit-grid {
        grid-template-columns: 1fr;
    }
}

/* 培训专享 end */
/* 课程分类 */
.course-class {
    padding: 55px 0;
    background: url(../images/jianshe/course-class-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
}

.course-class .section-title h2 {
    color: #fff;
}

.course-class .section-title h2:after {
    background-color: #fff;
}

.course-class-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.course-class-list li {
    width: calc(50% - 95px);
    padding: 36px 40px;
    background-color: #fff;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.course-class-list li:hover {
    transform: translateY(-6px);
}

.course-class-list li h5 {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    font-size: 22px;
    color: #d60015;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.course-class-list li h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 43px;
    height: 3px;
    background-color: #d60015;
}

.course-class-list li p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 2.0;
    text-indent: 2.0em;
}

/* 课程分类 end*/
/* 精彩回顾 */
.jshg {
    margin: 55px auto;
}

.photo-swiper {
    width: 100%;
    overflow: hidden;
}

.swiper-slide {
    overflow: hidden;
    background-color: #fff;
}

.swiper-slide .photo-card {
    width: 100%;
    height: 288px;
    overflow: hidden;
    position: relative;
}

.swiper-slide .photo-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.swiper-slide:hover .photo-card img {
    transform: scale(1.08);
}

.swiper-slide .photo-card h5 {
    position: absolute;
    width: 90%;
    padding: 0 5%;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    letter-spacing: 1px;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 精彩回顾 end */

/* 入会条件 */
.tiaojian {
    margin: 20px auto;
}

.tiaojian-intro {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 2.0;
}

.tiaojian li {
    margin: 15px auto;
    display: flex;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 2.0;
    text-align: center;
}

.tiaojian li span {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
    background-color: #d60015;
}

.liucheng {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: 2px solid #f2f2f2;
}

.liucheng-item {
    width: 120px;
    text-align: center;
    margin-bottom: 15px;
}

.liucheng-item img {
    width: 86%;
}

.liucheng-line {
    margin-top: 40px;
    width: calc((100% - 480px) / 3);
    height: 13px;
    background: url(../images/member/liucheng_line.png) center no-repeat;
    background-size: 100% 100%;
}

.liucheng-item h5 {
    font-size: 16px;
    line-height: 1.8;
    color: #000000;
    margin: 6px auto 0 auto;
}

.liucheng-item p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.66);
    line-height: 2.0;
}

/* 入会条件 end */
.download-form {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.download-form a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    line-height: 3.0;
    color: #ffff;
    padding: 0 16px;
    background-color: #d60015;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.download-form a:hover {
    transform: translateY(-6px);
}

/* djwh */
.djwh {
    margin: 55px auto;
    display: flex;
    justify-content: space-between;
}

.news-djqt {
    width: 48.5%;
}

.news-whzx {
    width: 48.5%;
}

.djqt-wrap {
    width: 100%;
    margin-top: 20px;
}

.djqt-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    gap: 12px;
}

/* 左侧日期块 */
.djqt-date-box {
    width: 80px;
    text-align: center;
}

.djqt-date-day {
    font-size: 26px;
    color: #000000;
    line-height: 1;
    margin-bottom: 4px;
    padding: 10px 0;
    background-color: #f3f3f3;
}

.djqt-date-ym {
    font-size: 15px;
    line-height: 26px;
    color: rgba(0, 0, 0, 0.66);
    background-color: #f3f3f3;
}

/* 中间缩略图 */
.djqt-pic {
    width: 108px;
    height: 76px;
    flex-shrink: 0;
    overflow: hidden;
}

.djqt-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.djqt-item:hover .djqt-pic img {
    transform: scale(1.05);
}

/* 右侧文字 */
.djqt-text {
    width: calc(100% - 125px);
}

.djqt-title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 8px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.djqt-item:hover .djqt-title {
    color: #d60015;
}

.djqt-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.66);
    line-height: 1.6;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* djwh end */

/* in-whzx */

.in-whzx-wrap {
    width: 100%;
    margin-top: 20px;
}

.in-whzx-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

/* 右侧文字 */
.in-whzx-text {
    width: 100%;
}

.in-whzx-title {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.9);
    margin-bottom: 8px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-whzx-item:hover .in-whzx-title {
    color: #d60015;
}

.in-whzx-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.66);
    line-height: 1.6;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* in-whzx end*/

/* 证书查询 */
.query-box {
    width: 66%;
    margin: 66px auto;
}

.query-box .form-item {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.query-box .form-label {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.89);
    width: 120px;
    flex-shrink: 0;
}

.query-box .form-input {
    flex: 1;
    height: 56px;
    background: #f3f3f3;
    border: none;
    padding: 0 24px;
    font-size: 16px;
    color: #333;
}

.query-box .form-input::placeholder {
    color: #999;
}

.query-box .form-input:focus {
    outline-color: #eee;
}

.query-box .btn-wrap {
    text-align: center;
    margin-top: 60px;
}

.query-box .query-btn {
    background: #d60015;
    color: #fff;
    border: none;
    width: 180px;
    height: 46px;
    border-radius: 999px;
    font-size: 18px;
    cursor: pointer;
    letter-spacing: 2px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.query-box .query-btn:hover {
    transform: translateY(-6px);
}

.query-box .tip-text {
    text-align: center;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.66);
    margin-top: 24px;
    letter-spacing: 1px;
}

/* 证书查询 end */

/* 查询结果 */
.result-wrap {
    width: 100%;
}

.result-wrap .result-title {
    font-size: 20px;
    line-height: 1.0;
    color: #666666;
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 30px;
    letter-spacing: 2px;
}

.result-wrap .info-container {
    display: flex;
    gap: 26px;
    align-items: flex-start;
}
.result-wrap .avatar-box {
    width: 150px;
    font-size: 0;
}
.result-wrap .avatar-box img {
    width: 100%;
    display: block;
}

.result-wrap .info-right {
    width:calc(100% - 180px);
    font-size: 0;
}

.result-wrap .info-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.result-wrap .red-line {
    width: 3px;
    height: 18px;
    background-color: #d81828;
}

.result-wrap .info-head h2 {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}

.result-wrap .info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    padding-left: 15px;
}

.result-wrap .info-item {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.89);
    margin-bottom: 6px;
}

/* 移动端自适应 */
@media(max-width:768px) {
    .result-wrap .result-container {
        flex-direction: column;
    }

    .result-wrap .info-grid {
        grid-template-columns: 1fr;
    }

    .result-wrap .avatar-box img {
        width: 260px;
    }
}

/* 查询结果 end */




.about_det_con {
	margin: 30px auto;
	font-size: 17px;
	line-height: 2.0;
	color: #333333;
}

.about_det_con h2 {
	text-align: center;
	font-size: 24px;
	line-height: 2.0;
	font-weight: 500;
}

.about_det_con strong{
    font-weight: bold;
}
.about_det_con strong span{
    font-weight: bold;
}


.about_det_con img {
	max-width: 100%;
}

.about_det_con video {
	max-width: 100%;
}

.about_det_con table {
	border: 1px solid #333;
	border-collapse: collapse;
	border-spacing: 0;
}

.about_det_con table tr td {
	border: 1px solid #333;
}

.about_det_con .art_time {
	font-size: 13px;
	line-height: 2.0;
	text-align: center;
	margin-bottom: 8px;
}
.about_det_info{margin:30px auto;}
.article-title{
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
}

/* n_p_page */
.n_p_page{border-top:1px solid #eeeeee;margin-bottom:70px;margin-top:30px;padding-top:30px;display:flex;justify-content:center;letter-spacing:1px;}
.n_p_page li{padding:0 30px;margin:0 25px;font-size:16px;line-height:48px;background:#f0f0f0;border-radius:30px;color:#242424;}
.n_p_page .back-list{padding:0 80px;margin:0 25px;font-size:16px;line-height:48px;background:#054c9c;border-radius:30px;color:#ffffff;}
.n_p_page .n_p_a{cursor:pointer;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
.n_p_page .n_p_a:hover{transform:translate(0,-6px);}
/* n_p_page end*/

/*项目活动*/
.xmhd-main {
    margin:25px auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.xmhd-card {
    background-color: #fff;
}

.xmhd-img {
    width: 100%;
    height: 230px;
    font-size: 0;
    overflow: hidden;
}

.xmhd-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all 0.3s;
}

.xmhd-card:hover .xmhd-img img {
    transform: scale(1.06);
}

.xmhd-card-content {
    padding: 20px 18px;
    border: 1px solid #dcdcdc;
}

.xmhd-title {
    font-size: 18px;
    color: #000;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xmhd-desc {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.75);
    line-height: 1.6;
    margin-bottom: 18px;
}

.xmhd-tag-text {
    text-align: right;
    font-size: 14px;
    color: #d60015;
}

/*项目活动 end*/

/*学会领导*/
.in-leaders{
    width:100%;
    margin: 20px 0 0 0;
    padding: 0;
}

.in-leader-header{
    width:100%;
    margin-bottom:20px;
    background:#f1f1f1;
    display:flex;
    align-items:center;
    justify-content:center;
}
.in-leader-header h3{
    font-size:20px;
    line-height:50px;
    color:#d60015;
    position:relative;
    font-family: 'SourceHanSansSC Medium', "Microsoft Yahei", sans-serif;
}
.in-leader-header h3::before{
    position:absolute;
    right:calc(100% + 16px);
    top:50%;
    transform: translateY(-50%);
    content:"";
    width:122px;
    height:6px;
    background:url(../images/head_left.png) center no-repeat;
    background-size:100% 100%;
}
.in-leader-header h3::after{
    position:absolute;
    left:calc(100% + 16px);
    top:50%;
    transform: translateY(-50%);
    content:"";
    width:122px;
    height:6px;
    background:url(../images/head_right.png) center no-repeat;
    background-size:100% 100%;
}
.in-leader-list{
    width:100%;
    display:flex;
    flex-wrap:wrap;
    gap:30px;
    margin-bottom:20px;
}
.in-leader-list .in-leader-item{
    width:calc(50% - 47px);
    padding:16px;
    background:#f1f1f1;
    display:flex;
    justify-content: space-between;
}
.in-leader-list .in-leader-item .in-leader-img{
    width:150px;
    font-size:0;
}
.in-leader-list .in-leader-item .in-leader-img img{
    width:100%;
    display:block;
}
.in-leader-list .in-leader-item .in-leader-info{
    width:calc(100% - 170px);
}
.leader-name{
    display:flex;
    align-items:flex-end;
    gap:10px;
    padding-bottom:15px;
    padding-top:20px;
    border-bottom:1px dashed #797979;
    line-height:1.0;
}
.leader-name h5{
    font-size:20px;
}
.leader-name p{
    font-size:14px;
}
.leader-desc{
    margin-top:10px;
    font-size:14px;
    line-height:1.8;
}
/*学会领导end*/




