/* 网页头部 */

header {
    padding-top: 28px;
    background: url("../images/top_bg.png") no-repeat 0 top;
}

.logo_search_box {
    padding-bottom: 16px;
}


/* logo部分 */

.logo img {
    width: 100%;
}


/* 搜索区 */

.search {
    margin-top: 23px;
    width: 253px;
    padding: 8px 14px;
    background-color: #e6daca;
    border: solid 1px #73431a;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
    -o-border-radius: 19px;
    -ms-border-radius: 19px;
}


/* 搜索框 */

.search .s_text {
    width: calc(100% - 25px);
    float: left;
    font-size: 14px;
    background-color: #e6daca;
}

.search .s_text::-webkit-input-placeholder {
    color: #73431a;
}

.search .s_text:-moz-placeholder {
    color: #73431a;
}

.search .s_text::-moz-placeholder {
    color: #73431a;
}

.search .s_text:-ms-input-placeholder {
    color: #73431a;
}


/* 搜索按钮 */

.search .s_btn {
    float: right;
    width: 16px;
    height: 16px;
    cursor: pointer;
}


/* 手机版显示搜索按钮 */

.s_show_btn {
    padding: 20px;
}


/* 头部pc导航栏 */

.nav_box {
    background-color: #73431a;
}



#nav {
    margin: 0 -24px;
    padding-left: 18px;
}
#nav .nLi.select .nav_title,
#nav .nLi.on .nav_title {
    font-weight: 700;
}

#nav .nLi {
    float: left;
    position: relative;
    margin: 0 24px;
    padding: 16px 0;
    z-index: 2;
}

#nav .nLi .nav_title {
    font-size: 18px;
    color: #fff;
}

#nav .sub {
    position: absolute;
    display: none;
    padding-top: 5px;
    width: 180%;
    left: -40%;
    top: 45px;
    background-image: url("../images/sub_up.png");
    background-repeat: no-repeat;
    background-position: center top;
}

#nav .sub li {
    padding: 15px 0;
    text-align: center;
    zoom: 1;
    background-color: rgba(0, 0, 0, .73);
}

#nav .sub .sup_up {
    border-top: 1px solid #e18c00;
}

#nav .sub a {
    font-size: 16px;
    color: #fff;
}

#nav .sub li:hover {
    background: #74441b;
}


/* ----------------------- */


/* 一：首页 */


/* 1 轮播图 */

.banner_bg {
    background: url("../images/box_bg.png") no-repeat;
    background-size: cover;
}

.banner_box .banner_pic {
    position: relative;
    padding-bottom: 35.83%;
    overflow: hidden;
}
.banner_box .slick-slide{
z-index:1!important;}

.banner_pic img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}


/* 2 新闻-通知 */

.news_notice_box {
    padding: 65px 0 25px;
    background: url("../images/nnb_bg.png") no-repeat right bottom;
}

.new_box {
    width: 757px;
}

.new_box .news_inner {
    padding: 35px 0;
}


/* 左侧图片新闻 */

.img_news_box {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
    border-bottom: 1px dotted #74441b;
}

.img_news_box .img_news {
    width: 47.7%;
    position: relative;
}

.img_news_box .img_news .image {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 10px;
}

.img_news img {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.img_news .n_date {
    position: absolute;
    top: 20px;
    left: 0px;
    height: 36px;
    width: 77px;
    padding: 10px 0 10px 10px;
    font-family: "MaoKenWangFengYaSong";
    font-size: 16px;
    color: #fff;
    background: url("../images/date_bg.png") no-repeat;
    background-size: cover;
}

.img_news p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 23px;
    font-size: 16px;
    height: 60px;
    line-height: 30px;
    color: #333;
}


/* 列表新闻 */

.news_list {
    padding-top: 20px;
}

.news_list li {
    margin-bottom:8px;
}
.news_list li .n_list {
    padding: 12px 0;
}

.news_list li a>p {
    float: right;
    color: #111;
    font-size: 16px;
    font-family: "MaoKenWangFengYaSong";
}

.news_list li .list_dot {
    padding: 0 10px;
    color: #74441b;
    font-weight: 900;
    font-size: 16px;
}

.news_list li .nl_title {
    color: #333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list li:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#e6daca), to(#fffaf4)), -webkit-gradient( linear, left top, left bottom, from(#e6daca), to(#e6daca));
    background-image: -webkit-linear-gradient(left, #e6daca 0%, #fffaf4 100%), -webkit-linear-gradient( #e6daca, #e6daca);
    background-image: linear-gradient(90deg, #e6daca 0%, #fffaf4 100%), linear-gradient( #e6daca, #e6daca);
    background-blend-mode: normal, normal;
    border-radius: 10px;
}

.news_list li:hover .nl_title {
    font-weight: 700;
}

.news_list li:hover .nl_title,
.news_list li:hover p {
    color: #74441b;
}


/* -------------------- */


/*  右侧通知通告 */

.notice_box {
    width: 381px;
}

.notice_box .notice_list {
    padding: 35px 0 15px;
}

.notice_list li {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fffaf4;
    border-radius: 10px;
    border: solid 1px #e6daca;
}

.nt-date {
    width: 71px;
    height: 72px;
    padding-top: 10px;
    text-align: center;
    background: url("../images/nt-date.png");
    font-family: "MaoKenWangFengYaSong";
    color: #73431a;
}

.nt-date b {
    display: block;
    width: 100%;
    font-size: 34px;
}

.nt-date i {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    font-style: normal;
}

.nt-titer {
    width: -webkit-calc(100% - 88px);
    width: calc(100% - 88px);
}

.nt-titer .nt_name {
    font-size: 16px;
    color: #111;
    margin-top: 3px;
    margin-bottom: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nt-titer .nt_con {
    display: -webkit-box;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.notice_list li:hover {
    background-color: #e6daca;
}

.notice_list li:hover .nt-date {
    background: url("../images/nt-date_hover.png");
    color: #fff;
}

.notice_list li:hover .nt_name,
.notice_list li:hover.nt_con {
    color: #74441b;
}


/* ----------------- */


/* 2 学术活动 */

.academic_box {
    padding: 60px 0 42px 0;
    background: url("../images/box_bg.png") no-repeat;
    background-size: cover;
}

.academic_lists {
    padding-top: 28px;
    margin: 0 -16px;
    padding-bottom: 60px;
}

.academic_lists .al_list {
    float: left;
    width: 379px;
}

.academic_lists .al_list a {
    display: block;
    margin: 30px 16px 0 16px;
    padding: 8px;
    height: 210px;
    background: #fff;
    border-radius: 10px;
}

.academic_lists .al_cocontent_box {
    padding:9px 20px 30px 20px;
    border-radius: 5px;
    border: solid 1px #d5b58a;
}

.academic_lists .al_cocontent_box h5 {
    font-size: 16px;
    line-height: 45px;
    padding-left: 26px;
    color: #111;
    border-bottom: 1px dotted #a66105;
    background: url("../images/huatong.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.al_cocontent_box .al_c {
    padding-top: 16px;
}

.al_cocontent_box .al_c p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-left: 36px;
}

.al_cocontent_box .al_c .al_people {
    background: url("../images/xuesheng.png") no-repeat left center;
}

.al_cocontent_box .al_c .al_date {
    background: url("../images/rili.png") no-repeat left center;
}

.al_cocontent_box .al_c .al_loation {
    background: url("../images/dizhi.png") no-repeat left center;
}

.academic_lists .al_list a:hover {
    margin-top: 5px;
    background: url("../images/academic_list_bg.png") no-repeat bottom;
    background-size: cover;
    -webkit-box-shadow: 0 0 5px 5px rgba(116, 68, 27, 0.1);
    box-shadow: 0 0 5px 5px rgba(116, 68, 27, 0.1);
}

.academic_lists .al_list a:hover h5 {
    color: #74441b;
    background: url("../images/huatong_hover.png") no-repeat left center;
}

.academic_lists .al_list a:hover .al_people {
    color: #74441b;
    background: url("../images/xuesheng_hover.png") no-repeat left center;
}

.academic_lists .al_list a:hover .al_date {
    color: #74441b;
    background: url("../images/rili_hover.png") no-repeat left center;
}

.academic_lists .al_list a:hover .al_loation {
    color: #74441b;
    background: url("../images/dizhi_hover.png") no-repeat left center;
}

/* 3.研究媒体 */

.study_media_box {
    padding: 70px 0 25px 0;
    background: url("../images/shan.png") no-repeat bottom;
    background-size: cover;
}


/* 左侧研究 */

.study_box {
    width: 579px;
}

.study_box .study_inner {
    padding-top: 30px;
}

.study_inner .img_study {
    padding-bottom: 30px;
    border-bottom: 1px dotted #a66105;
}

.study_inner .img_study .image_box {
    width: 262px;
}

.img_study .image_box .image {
    width: 100%;
    display: block;
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    border-radius: 10px;
}

.img_study .image_box .image img {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0px;
}

.img_study .s_con_box {
    width: 293px;
}

.img_study .s_con_box .s_name {
    display: -webkit-box;
    width: 293px;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.img_study .s_con_box .s_con {
    display: -webkit-box;
    margin-top: 10px;
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 研究列表 */

.study_inner .study_list {
    padding-top: 10px;
}

.study_inner .study_list li {
    margin-bottom: 6px;
}

.study_list .s_list {
    padding: 13px 0 13px 16px;
}

.study_list li a>p {
    float: left;
    color: #111;
    font-size: 16px;
    font-family: "MaoKenWangFengYaSong";
}

.study_list li .sl_title {
    width: 464px;
    color: #111;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.study_list li:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#e6daca), to(#fffaf4)), -webkit-gradient( linear, left top, left bottom, from(#e6daca), to(#e6daca));
    background-image: -webkit-linear-gradient(left, #e6daca 0%, #fffaf4 100%), -webkit-linear-gradient( #e6daca, #e6daca);
    background-image: linear-gradient(90deg, #e6daca 0%, #fffaf4 100%), linear-gradient( #e6daca, #e6daca);
    background-blend-mode: normal, normal;
    border-radius: 10px;
}
.study_list li:hover p {
    color: #74441b;
}

.study_list li:hover .sl_title {
    color: #74441b;
    font-weight: 700;
}


/* 右侧媒体报道 */

.media_box {
    width: 577px
}

.media_list {
    padding-top: 35px;
}

.media_list li {
    margin-bottom: 30px;
}

.media_list .ml {
    position: relative;
    padding-left: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    border: solid 1px #e6daca;
}

.media_list .ml .mt-date {
    position: absolute;
    top: -12px;
    left: 15px;
    width: 100px;
    height: 25px;
    font-family: "MaoKenWangFengYaSong";
    font-size: 16px;
    color: #74441b;
    text-align: center;
    line-height: 25px;
    background-color: #e6daca;
    border-radius: 13px;
}

.media_list .ml .mt-titer {
    line-height: 60px;
}

.media_list .ml .mt-titer .mt_name {
    color: #74441b;  
}

.media_list .ml .mt-titer .mt_name h5 {
    max-width:80px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.media_list .ml .mt-titer .mt_con {
    max-width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #111;
}

.media_list .ml:hover {
    background-color: #e6daca;
}

.media_list .ml:hover .mt-date {
    background-color: #74441b;
    color: #fff;
}

.media_list .ml:hover .mt_con {
    color: #74441b;
}


/* 友情链接 */

.links_box {
    background-color: #e6daca;
}

.links_box .links {
    padding: 17px 0;
    color: #432205;
    letter-spacing: 1px;
    line-height: 30px;
}

.links .link_name {
    margin-right: 60px;
    font-size: 16px;
}

.links .link_lists {
    width: 1055px;
}

.links .link_lists li {
    float: left;
    width: 18%;
    margin-right: 20px;
    font-size: 16px;
}


/* 二：列表页  */


/*  列表详情 */

.inner_list {
    padding-top: 20px;
}

.inner_list li {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.inner_list li .date {
    width: 102px;
    padding: 7px 0;
    font-size: 16px;
    font-family: "TimesNewRomanPS-BoldMT";
    text-align: center;
    color: #73431a;
    background-color: #e6daca;
    border-radius: 15px;
}

.inner_list li .l_title {
    width: -webkit-calc(100% - 135px);
    width: calc(100% - 135px);
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.inner_list li:hover {
    background: url("../images/list_arrow.png") no-repeat right center;
}

.inner_list li:hover .date {
    background-color: #74441b;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.inner_list li:hover .l_title {
    color: #74441b;
    font-weight: 700;
    font-size: 18px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* 三、内容页 */


/* 内容详情 */


/* 上间距 */

.inner_con {
    padding-top: 40px;
}


/* 文章标题 */

.inner_con .ic_header {
    text-align: center;
    padding-bottom: 30px;
    line-height: 50px;
    border-bottom: 1px solid #c9c9c9;
}

.inner_con .ic_header h2 {
    color: #74441b;
}

.inner_con .ic_header p {
    font-size: 18px;
    color: #333;
}

.inner_con .ic_header span {
    color: #777;
}


/* 文章主体 */

.inner_con .ic_text {
    padding: 15px 0 50px 0;
    border-bottom: 1px solid #c9c9c9;
}

.inner_con .ic_text p {
    font-size: 16px;
    line-height: 35px;
    color: #444;
    text-indent: 2em;
}

.ic_text table p {
    text-indent: 0em;
}

.ic_text iframe {
    max-width: 100%;
}

.ic_text video {
    max-width: 90%;
    margin: 0 auto;
    display: block;
}

.ic_text TABLE {
    width: 100%!important;
    border-right: #222 1px solid;
    border-collapse: collapse!important;
    display: flex;
    overflow: scroll hidden;
    white-space: nowrap;
    word-break: keep-all;
}

.ic_text .vsbcontent_img img {
    display: block;
    margin: 0 auto;
    max-width: 80% !important;
}


/* 上下篇链接 */

.ic_links {
    padding-top: 30px;
}

.ic_links a {
    display: block;
    font-size: 16px;
    line-height: 35px;
    color: #333;
}

.ic_links a:hover {
    color: #432205;
}



/* 四、图文列表页 */

.img_list_box {
    padding-top: 45px;
}

.img_list_box ul {
    margin: 0 -15px;
}

.img_list_box li {
    position: relative;
    float: left;
    margin: 0 15px;
    margin-bottom: 20px;
    width: 280px;
    padding: 10px 0;
    border-radius: 10px;
}


/* 照片 */

.il_photo_box {
    width: 267px;
    margin: 0 auto;
    padding-bottom: 25px;
    text-align: center;
    letter-spacing: 1px;
    color: #000;
    border-radius: 5px;
    border: solid 1px #d5b58a;
}

.il_photo_box .il_p {
    padding: 20px 24px;
}

.il_photo {
    width: 100%;
    position: relative;
    padding-bottom: 102%;
    overflow: hidden;
}

.il_photo img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}


/* 介绍 */

.il_name {
    margin-top: 2px;
    padding: 0 15px;
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.il_job {
    margin-top: 10px;
    font-size: 16px;
    line-height: 20px;
    height: 20px;
}

.img_list_box li:hover {
    background-color: #f5f1ec;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(116, 68, 27, 0.25);
    box-shadow: 0px 0px 16px 0px rgba(116, 68, 27, 0.25);
    border-radius: 10px;
}

.img_list_box li:hover a {
    color: #74441b;
}






