@import '../fonts/myIcon/iconfont.css';
/* 轮播图 */
#home-carousel {
    display: inline-block;
    width: 588px !important;
    height: 279px !important;
    overflow: hidden;
}

#home-carousel .carousel-item {
    height: 100%;
    width: 100%;
    position: relative;
}

#home-carousel img {
    height: 100%;
    width: 100%;
}

#home-carousel p.text {
    position: absolute;
    left: 0;
    box-sizing: border-box;
    bottom: 35px;
    width: 100%;
    height: 30px;
    font-size: 14px;
    color: white;
    background: rgba(0, 0, 0, 0.4);
    line-height: 30px;
    padding: 0 20px;
}

/* 新闻中心 */
.item-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.item-wrapper.center {
    justify-content: center;
}

.article-area {
    border: 1px solid #dddddd;
    padding: 15px;
    /*border-radius: 5px;*/
}

#news-content {
    margin-left: 24px;
    width: 588px;
    height: 279px;
    box-sizing: border-box;
    background-color: #ffffff;
}

.area-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.area-header .header-title {
    color: #c12c20;
    font-weight: bold;
    font-size: 18px;
}

.area-header .layui-icon {
    font-size: 14px;
}

.area-header .right-content {
    font-size: 12px;
    cursor: pointer;
}


.article-item {
    line-height: 1.8;
    border-bottom: 1px dashed #bbbbbb;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 0 2px 0;
}

.article-item.first {
    display: block;
    box-sizing: border-box;
    border: 1px dashed #bbbbbb;
    padding: 10px;
    margin-top: 10px;
    height: 130px;
}

.article-item.first .item-title {
    font-size: 18px;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-item.first .item-text *,
.article-item.first .item-text {
    text-indent: 2em !important;
    line-height: 1.5 !important;
    color: #333333 !important;
    margin: 0 !important;
    font-family: 'Arial Normal', 'Arial', sans-serif !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    font-style: normal !important;
    padding: 0 20px 0 0 !important;
    position: relative !important;
}

.article-item.first.red .item-text * {
    color: #c12c20 !important;
}

.article-item.first .btn-wrapper {
    text-align: right;
}

.article-item.first .item-btn {
    display: inline-block;
    padding: 2px 20px;
    color: white;
    border-radius: 15px;
    background-color: #c12c20;
    font-size: 12px;
    margin: 5px 0px 5px 0;
}


.article-item.red {
    color: #c12c20;
}

.article-item .icon {
    display: inline-block;
    /*color: #c12c20;*/
    margin-right: 20px;
    /*font-size: 20px;*/
    width: 18px;
    height: 18px;
}

.article-item .content {
    flex: 1;
    font-size: 16px;
}

.article-item .right-date {
    display: inline-block;
    width: 120px;
    margin-left: 10px;
    text-align: center;
}

#live-content {
    width: 409px;
    min-height: 326px;
    background-color: #ffffff;
    box-sizing: border-box;
}
#college-area .icon,
#live-content .icon {
    margin-right: 10px;
}
#college-area {
    width: 409px;
    background-color: #ffffff;
    box-sizing: border-box;
}

#work-area {
    width: 585px;
    background-color: #ffffff;
    box-sizing: border-box;
}

/*#work-area {*/
/*    margin-left: 6px;*/
/*}*/

#work-area .work-left-content {
    width: 83px !important;
    height: 78px;
    background-color: #b59e7f;
    box-sizing: border-box;
    /*margin-right: 10px;*/
}

#work-area .work-left-content .day {
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 25px;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
}

#work-area .work-left-content .year-month {
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

#work-area .article-item.first {
    display: flex;
}

#work-area .work-right-content {
    width: calc(100% - 93px);
    margin-left: 10px;
}

/* 中间入口 */
/*#middle-area {*/
/*    background-size: 100% 100%;*/
/*    background-repeat: no-repeat;*/
/*    height: 96px;*/
/*    position: relative;*/
/*    margin: 20px 0;*/
/*    background-color: #ffffff;*/
/*}*/



#image-content {
    width: 604px;
}

#image-content .report-image {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 142px;
    position: relative;
    background-color: #ffffff;
    margin-bottom: 10px;
}

#image-content .report {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    width: 194px;
    height: 59px;
    text-align: center;
    line-height: 59px;
    color: white;
    position: relative;
    left: 50px;
    top: 70%;
    transform: translate(0, -50%);
    cursor: pointer;
    font-family: '苹方 粗体', '苹方 中等', '苹方', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    letter-spacing: 3.8px;
}


/* 学会动态、工作动态 */
#dynamic-content {
    width: 100%;
}

#dynamic-content .title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

#dynamic-content .title-wrapper .header-title {
    padding: 10px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

/*#dynamic-content .title-wrapper .header-title.active {*/
/*    border-bottom: 2px solid #c12c20;*/
/*}*/

#dynamic-content .title-wrapper .header-title + .header-title {
    margin-left: 20px;
}


/*!* 通知公告 *!*/
/*#notice-wrapper {*/
/*    padding: 20px 20px 20px 0;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-wrap: nowrap;*/
/*}*/
/*#notice-wrapper .notice-title {*/
/*    padding: 15px 20px;*/
/*    color: white;*/
/*    font-size: 14px;*/
/*    background-color: #c12c20;*/
/*    display: inline-block;*/
/*    margin-right: 10px;*/
/*}*/
/*#notice-wrapper .layui-carousel {*/
/*    flex: 1;*/
/*}*/
/*#notice-wrapper .item-content {*/
/*    line-height: 46px;*/
/*    font-size: 14px;*/
/*    display: flex;*/
/*    flex-wrap: nowrap;*/
/*    align-items: center;*/
/*    cursor: pointer;*/
/*    background-color: white;*/
/*}*/
/*#notice-wrapper .icon-notice {*/
/*    margin-right: 10px;*/
/*}*/
/*#notice-wrapper .content-text {*/
/*    flex: 1;*/
/*}*/


/* 会员之家 */
#member-area {
    /*border: 1px solid #dddddd;*/
    /*border-radius: 5px;*/
    width: 347px;
    /*height: 281px;*/
    /*margin-left: 2%;*/
    background-color: #ffffff;
}

#member-area .top-content {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 347px;
    height: 270px;
    box-sizing: border-box;
    padding: 20px 30px;
}

#member-area .top-content .avatar-wrapper {
    margin: 40px 0 10px 0;
}

#member-area .top-content .avatar-wrapper .icon-avatar {
    font-size: 55px;
    color: #c12c20;
}

#member-area .top-content .member-text {
    font-family: '苹方 粗体', '苹方 中等', '苹方', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #C12C20;
    text-align: center;
    margin-bottom: 10px;
}

#member-area .top-content .btn-wrapper {
    text-align: center;
    margin-top: 30px;
}

#member-area .top-content .member-btn {
    display: inline-block;
    background-color: rgba(200, 155, 114, 1);
    border-radius: 5px;
    line-height: 40px;
    text-align: center;
    color: white;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Arial Normal', 'Arial', sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 162px;
    height: 40px;
    box-sizing: border-box;
    border: none;
    /*margin-top: 20px;*/
}

#member-area .bottom-content {
    height: calc(100% - 270px);
    min-height: 46px;
    /*padding-top: 18px;*/
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#member-area .member-search {
    display: block;
    box-sizing: border-box;
    width: 49%;
    background-color: #c12c20;
    background-size: 23px 32px;
    background-repeat: no-repeat;
    background-position: 95% center;
    color: white;
    border-radius: 5px;
    padding: 15px 45px 15px 25px;
}

#member-area .member-btn.mt50 {
    margin-top: 50px;
}

#member-area .t-center {
    text-align: center;
}

/* 分支机构 */
#branch-area {
    border: 1px solid #dddddd;
    padding: 15px;
    font-size: 14px;
    background-color: #ffffff;
}

#branch-area .content {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#branch-area .branch-item {
    display: inline-block;
    margin: 10px 15px;
    text-align: center;
    cursor: pointer;
}

#branch-area .top-content {
    width: 65px;
    height: 65px;
    margin-bottom: 8px;
}

/* 友情链接 */
#link-area {
    border: 1px solid #dddddd;
    padding: 15px;
    margin: 20px 0;
    background-color: #ffffff;
}

#link-area .link-image {
    display: inline-block;
    width: 24%;
    text-align: center;
    vertical-align: center;
    margin: 10px 0;
}

#link-area .link-image .image {
    height: 50px;
    display: inline-block;
    width: 80%;
}
