@charset "utf-8";
/* CSS Document */

* {
    padding: 0;
    margin: 0 auto;
    list-style: none
}

body {
    padding: 0;
    margin: 0 auto;
    font-family: 微软雅黑;
    font-size: 12px;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

body {
    background: #fff;
    background: url(../images/headTop.jpg) repeat-x
}

img {
    border: none;
}
.hidden{
	display:none;
}

.left {
    float: left;
}

.right {
    float: right;
    color: #000;
    margin-top: 10px;
    margin-right: 10px;
}

.clear::after {
    clear: both;
    content: "";
    display: block;
}

/*---- header样式 ----*/
.header {
    position: relative;
    width: 1200px;
    height: 96px;
    background: url(../images/logo3.jpg) left center no-repeat;
}

#tel {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 130px;
    height: 80px;
    overflow: hidden;
    border: 1px solid #c40001
}

#tel marquee {
    color: #666;
    font-size: 13px;
    line-height: 20px
}

#tel ul {
    width: 130px;
    height: 80px;
}

#tel ul li {
    float: left;
    width: 130px;
    height: 80px;
    border: #ccc solid 1px;
    display: block;
}

.header-right {
    position: absolute;
    right: 200px;
    padding-top: 24px
}

.header-right-search {
    height: 37px;
    margin-left: 0px;
}

.header-right-search-table {
    margin-left: 0px;
}

.search-input {
    width: 447px;
    height: 40px;
    margin-left: 0px;
    border: 1px solid #C40000;
    line-height: 37px;
    border-radius: 15px;
    padding: 0 10px
}

.header-right-search-a {
    width: 50px;
    height: 33px;
    text-align: center;
    background-color: #c40000;
    position: relative;
    left: -10px;
    border-radius: 0% 46% 46% 0px
}

.header-right-search-a:hover {
    background-color: #a51918;
}

.header-right-search-a a {
    font-size: 16px;
    color: white;
}

.header-right-search-right {
    height: 100%;
    padding-left: 8px;
    font-size: 12px;
    color: #999999;
}

.header-right-hot {
    font-size: 12px;
    color: #999999;
    line-height: 22px;
    text-align: left
}

/*---- 导航条样式 ----*/
/*---- background:url(../images/nav_bg.gif) left top repeat-x;  background:url(../images/nav_active.gif) left top repeat-x;----*/
.menu {
    height: 50px;
    background-color: #DB2F2F;
}

.menu-center {
    width: 1200px;
    height: 50px;
    position: relative
}

.menu-center-table {
    margin-left: 0px;
    height: 100%
}

.menu-center-table td {
    width: 135px;
    height: 50px;
    text-align: center;
}

.menu-center-table td:hover {
    background-color: #A51918
}

.menu-center a {
    color: white;
    font-size: 16px;
    display: block;
    width: 135px;
    height: 100%;
    line-height: 50px;
    height: 50px
}

.menu-active {
    background-color: #A51918
}

/*---- 下拉二级菜单导航栏 ----*/
.submenu {
    position: absolute;
    visibility: hidden;
    min-width: 76px;
    margin: 0;
    padding: 0;
    background-color: #c82124;
    margin-left: 90px;
}

#m2 {
    margin-left: 180px;
}

#m3 {
    margin-left: 271px;
}

#m4 {
    margin-left: 362px;
}

#m5 {
    margin-left: 453px;
}

.submenu a {
    position: relative;
    display: block;
    min-width: 76px;
    margin: 0;
    padding: 5px 18px;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    background-color: #c82124;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
}

.submenu a:hover {
    background: url(../images/nav_active.gif) repeat-x;
    color: #FFF
}


.xlmenu {
    width: 135px;
    position: absolute;
    z-index: 10;
    text-align: center
}

.xlmenu li {
    background-color: #A51918
}

.xlmenu li:hover {
    background-color: #bb0000
}

.zjxh_con {
    left: 135px
}

.xs_con {
    left: 270px
}

.kp_con {
    left: 405px
}

.jl_con {
    left: 540px
}

.bz_con {
    left: 675px
}

.qk_con {
    left: 810px
}

.zkzx_con {
    left: 945px
}

.hyzx_con {
    left: 1080px
}

/*---- 首页主容器 ----*/
.main_container {
    margin: 0 auto;
    overflow: hidden;
    width: 1200px
}

/*---- 首页head轮播图片 ----*/
.header-img {
    cursor: pointer;
    margin: 7px 0 0 0;
    padding: 0;
    width: 1200px;
    overflow: hidden
}

.slideBox {
    position: relative;
    height: 350px;
    width: 100% !important;
    overflow: hidden;
}

.slideBox ul.items {
    position: absolute;
    float: left;
    background: none;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.slideBox ul.items li {
    float: left;
    background: none;
    list-style: none;
    padding: 0px;
    margin: 0px;
    height: 350px;
    width: 25%;
    width: 1200px
}

.slideBox ul.items li a {
    float: left;
    line-height: normal !important;
    padding: 0px !important;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

.slideBox ul.items li a img {
    margin: 0px !important;
    padding: 0px !important;
    display: block;
    height: 350px;
    width: 100%;
    border: none /*For IE.ADD.JENA.201206300844*/;
}

.slideBox div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.slideBox div.tips div.title {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.slideBox div.tips div.title a {
    color: #FFF;
    font-size: 18px;
    line-height: 50px;
    margin-left: 10px;
    text-decoration: none;
}

.slideBox div.tips div.title a:hover {
    text-decoration: underline !important;
}

.slideBox div.tips div.nums {
    text-align: center;
    height: 100%;
}

.slideBox div.tips div.nums a {
    display: inline-block;
> float: left /*For IE.ADD.JENA.201206300844*/;
    width: 10px;
    height: 10px;
    background-color: #FFF;
    text-indent: -99999px;
    margin: 15px 10px 0px 0px;
}

.slideBox div.tips div.nums a.active {
    background-color: #093;
}

.lunbo div.tips {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 40px;
    overflow: hidden;
    background-color: #000
}

.lunbo div.tips div.title a {
    color: #FFF;
    font-size: 15px;
    line-height: 40px;
    margin-left: 10px;
    text-decoration: none;
}

.lunbo div.tips div.nums {
    text-indent: 15rem;
}

.lunbo ul.items li a img {
    height: 200px
}

.lunbo ul.items li {
    width: 100%;
    height: 200px
}

#demo1, #demo2, #demo4, #demo5, #demo6 {
    height: 200px !important
}

.tw {
    width: 100%
}

.tw .lunbo {
    width: 46% !important;
    float: left
}

.tw > table {
    width: 50%;
    float: right
}

/*---- 导航图片栏 ----*/
.index-pics {
    width: 1120px;
    margin-top: 30px
}

.index-service-tr1 {
}

.index-service-tr2 {
    font-size: 14px;
    color: #797979;
    text-align: center;
    line-height: 26px;
    height: 50px
}

/*---  登录注册 ----*/
.login_reg {
    width: 310px;
    float: right;
    border: 1px solid #797979;
    height: 350px;
    margin-top: 7px;
    text-align: center
}

.login_reg .icon {
    height: 190px;
    width: 100%
}

.login_reg .dlzc, .login_reg .rhsq {
    background-color: #A51717;
    width: 235px;
    height: 40px;
    border: none;
    color: #fff;
    margin-bottom: 35px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer
}

/*---- 首页左模块 ----*/
.left_module {
    width: 1200px;
    overflow: hidden;
    margin-top: 16px
}


/*---- 首页模块1：最新动态 ----*/
.module1 {
    width: 48%;
    text-align: left;
    float: left;
    height: 320px
}

.banner {
    font-size: 20px;
    color: #DB2F2F;
    font-family: 黑体, Arial, sans-serif;
    line-height: 38px;
    height: 38px;
    border-bottom: 1px solid #dddddd;
}

.banner span {
    border-bottom: 2px solid #DB2F2F;
    padding-bottom: 3px
}

.banner .more1 {
    margin-left: 610px
}

.banner .more2 {
    font-weight: lighter;
    color: #333;
    font-size: 13px;
    margin-left: 221px
}

.banner .more3 {
    font-weight: lighter;
    color: #333;
    font-size: 13px;
    margin-left: 120px
}

.banner_more {
    font-size: 20px;
    color: #DB2F2F;
    font-family: 黑体, Arial, sans-serif;
    line-height: 38px;
    height: 38px
}

.banner_more span {
    padding-bottom: 3px
}

/*-----图片展示----*/
.module1_left {
    float: left;
    width: 345px;
    height: 196px;
    margin-top: 8px;
    cursor: pointer;
    overflow: hidden;
}

.comiis_wrapad {
    float: left;
}

.comiis_wrapad {
    overflow: hidden;
    padding: 0;
}

.comiis_wrapad img {
    float: left;
    margin-top: 0px;
    overflow: hidden;
}

#frameHlicAe {
    margin: 0px !important;
    border: 0px !important;
}

.frame {
    background: none;
    border: 0px solid #fff;
    margin-bottom: 0px;
    padding: 0;
}

.temp {
    margin: 0;
    padding: 0;
}

.block {
    margin: 0;
    position: relative;
}

#slidesImgs li {
    width: 100%;
    display: none;
}

.slideshow {
    clear: both;
}

.slideshow li {
    position: relative;
    overflow: hidden;
}

.slideshow span.title {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-indent: 10px;
}

.slideshow span.title, .slidebar li {
    background: rgba(73, 70, 65, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#30000000, endColorstr=#30000000);
    color: #FFF;
    overflow: hidden;
}

.slidebar ul {
    list-style: none
}

.slidebar li {
    float: left;
    margin-right: 3px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    border: 1px solid #85746c
}

.slidebar li.on {
    background: rgba(159, 0, 1, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50FFFFFF, endColorstr=#50FFFFFF);
    color: #FFF;
}

.slidebar {
    position: absolute;
    bottom: 5px;
    right: 3px;
}

/*------最新动态------*/
.module1_right {
    float: left;
    margin-top: 20px;
}

.content tr, td a, li a {
    line-height: 32px;
    height: 24px;
    font-size: 15px;
    color: #666666;
}

.content tr td a {
    line-height: 32px;
    height: 24px;
    font-size: 14px;
    color: #666666;
    display: block
}

.content tr td li {
    list-style: none;
    margin-left: 5px;
    line-height: 32px;
    height: 24px;
    vertical-align: middle
}

.content tr td a span {
    font-size: 13px
}

.content tr:hover {
    color: #1a6cc2;
}

.content tr li a:hover {
    color: #1a6cc2;
}

.content tr a:hover {
    color: #1a6cc2;
}

/*---- 首页其他模块：科技奖励、学术交流、科学普及、下载中心 ----*/
.container {
    width: 860px;
    text-align: left;
    padding-top: 26px;
}

.module2 {
    float: right;
    height: 250px;
    width: 48%;
    height: 320px
}

.module2_content {
    height: 200px;
    margin: 20px 6px 0 0
}

.module2_content ul li {
    margin-top: 3px
}

.module3 {
    float: left;
    height: 320px;
    margin-bottom: 10px;
    width: 30%;
    margin-right: 60px
}

.module3_content {
    height: 250px;
    margin: 20px 6px 0 0
}

.module3_content ul {
    list-style-type: none
}

.module3_content ul li {
    margin-top: 3px;
    height: 46px
}

.module4 {
    width: 100%;
    float: left;
    height: 100%
}

.module4 .module3_content ul {
    width: 190px;
    float: left
}

.module4 .module3_content ul li {
    height: 50px;
    background-color: #F4F4F4;
    margin-top: 5px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    cursor: pointer
}

.module4 .module3_content ul li a {
    font-size: 16px;
    color: #333
}

.module4 .module3_content ul .active {
    background-color: #D11D1E;
    color: #fff;
    position: relative
}

.module4 .module3_content ul .active:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background-color: #D11D1E;
    position: absolute;
    right: -8px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transform: rotate(45deg);
}

.module4 .module3_content ol {
    width: 950px;
    float: right
}

.module4 .module3_content ol li {
    float: left;
    width: 32.9%;
    margin-right: 5px;
    position: relative
}

.module4 .module3_content ol li img {
    width: 100%;
    height: 220px
}

.module4 .module3_content ol li .text {
    display: none;
    width: 100%;
    height: 220px;
    opacity: 0.8;
    background-color: #04a;
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px;
    box-sizing: border-box
}

.module4 .module3_content ol li .text i {
    color: #fff;
    font-style: normal;
    display: block
}

.module4 .module3_content ol li .text .i1 {
    font-size: 18px;
    margin: 15px 0
}

.module4 .module3_content ol li .text .i2, .module4 .module3_content ol li .text .i3 {
    font-size: 15px
}

.module4 .module3_content ol li .text .i4 {
    display: block;
    width: 100px;
    border: 1px solid #fff;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    line-height: 23px
}

.hdygmk {
    height: 660px;
    margin-bottom: 10px
}

.hdygmk_content {
    height: 90%
}

.hdygmk_content ul {
    height: 100%
}

.hdygmk_content ul li {
    height: 120px;
    margin-bottom: 10px;
    border: 1px solid #333
}

.hdygmk_content ul li:last-child {
    margin-bottom: 0;
}

.five_mk {
    height: 170px;
    margin-top: 40px;
    margin-bottom: 30px
}

.five_mk ul {
    height: 100%
}

.five_mk li {
    height: 100%;
    width: 20%;
    float: left;
    list-style: none;
    border: 1px solid #D7D7D7;
    box-sizing: border-box;
    border-right: none;
    cursor: pointer;
    padding: 25px
}

.five_mk li:last-child {
    border-right: 1px solid #D7D7D7;
    padding: 25px
}

.five_mk li a {
    display: flex;
    width: 92px;
    height: 92px;
    border: 1px solid #D7D7D7;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.five_mk li p {
    text-align: center;
    font-size: 16px;
    color: #787878;
    padding: 10px;
    font-family: 黑体, Arial, sans-serif
}

.home_icon {
    height: 100px;
    width: 1200px;
    border: 1px solid red
}

.yqlj_mk {
    height: 120px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 24px
}

.yqlj_mk .yqlj_header {
    height: 100%;
    width: 210px;
    float: left;
    background-color: #E43034;
    color: #fff;
    text-align: center;
    padding-top: 40px;
    box-sizing: border-box;
    position: relative
}

.yqlj_mk .yqlj_header:after {
    display: block;
    height: 1px;
    width: 30%;
    content: "";
    background-color: #eee;
    opacity: 0.6;
    position: absolute;
    left: -6px;
    bottom: 17px;
    transform: rotate(148deg)
}

.yqlj_mk .yqlj_header:before {
    display: block;
    height: 1px;
    width: 30%;
    content: "";
    background-color: #eee;
    opacity: 0.6;
    position: absolute;
    right: -6px;
    top: 17px;
    transform: rotate(148deg)
}

.yqlj_mk .yqlj_header span {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-align: center
}

.yqlj_mk .yqlj_header a {
    color: #fff;
    font-size: 14px
}

.yqlj_mk ul {
    height: 100%;
    border: 1px solid #E43034;
    width: 990px;
    float: left;
    box-sizing: border-box;
    padding: 5px 0
}

.yqlj_mk ul li {
    float: left;
    height: 33.3%;
    list-style: none;
    padding: 0px 26px;
    font-weight: bold
}

/*---- 首页右模块 ----*/
.right_module {
    float: left;
    width: 310px;
    overflow: hidden;
    margin-top: 16px;
    margin-left: 28px
}

/*---- 首页底部banner图片 ----*/
.banner-img {
    height: 66px;
    background: url(../images/banner_bottom.jpg) top center repeat-x;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%
}

/*---- 友情链接表格 ----*/
#friendlink-banner-table {
    width: 100%;
    height: 38px;
    border-right: 1px solid #dddddd;
}

.main-main3-td1 {
    width: 558px;
    font-size: 16px;
    text-align: left;
    color: #333333;
    line-height: 38px;
    font-weight: bold;
    border-bottom: 1px solid #dddddd;
}

.main-main3-td1 span {
    border-bottom: 2px solid #cc0001;
    padding-bottom: 7px
}

.main-main3-td2-active {
    width: 122px;
    border-left: 1px solid #dddddd;
    background: url(../images/td-act2.jpg) left top repeat-x;
    text-align: center;
    font-size: 12px
}

.main-main3-td2-active a {
    color: #cc0000;
}

.main-main3-td2 {
    width: 114px;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #f7f8fa;
    text-align: center;
    font-size: 12px
}

.main-main3-td2 a, .main3-td2-active a {
    color: #666666;
    font-size: 14px;
}

.main-main3-td2 a:focus, .main-main3-td2-active a:focus {
    color: #cc0000;
}

.friend_link {
    width: 100%;
    border: hidden;
    text-align: left;
    line-height: 34px;
    margin: 0px -5px;
    border: none
}

.friend_link tr td {
    background-color: white;
    border: hidden;
    color: #EEEEEE;
    font-size: 13px;
    height: 28px;
    font-weight: bold;
    width: 199px
}

.friend_link tr td a {
    display: block;
    line-height: 34px;
    font-size: 14px;
    height: 28px;
    vertical-align: middle
}

.friend_link tr #td_colspan5:hover {
    background-color: #fff
}

.friend_link tr td:hover {
    color: #f1f1f1;
    background-color: #ddd;
}

.friend_link tr #cancle_changebg td:hover {
    background-color: #fff;
}

/*---- 页脚 ----*/
#footer {
    height: 74px;
    margin-top: 30px;
    bottom: 0;
    font-size: 12px;
    color: #cccccc;
    text-align: center;
    line-height: 20px;
    background: #555555;
}

#footer p {
    padding-top: 15px;
    margin-bottom: 0;
}

#footer p a {
    font-size: 15px;
    font-weight: bolder;
    padding: 0 10px;
    color: #fff;
}

#footer p a:hover {
    color: #fff;
}

/*走进学会轮播图片*/
#news_imgf {
    height: 300px;
    width: 100%;
    background: url(../images/zjxh-bg-new.jpg) top no-repeat;
    background-size: 100% 100%;
}

/* 学术交流*/
#xsjl_imgf {
    height: 300px;
    width: 100%;
    background: url(../images/news_img2.jpg) top no-repeat;
    background-size: 100% 100%;
}

/*科学普及*/
#kxpj_imgf {
    height: 300px;
    width: 100%;
    background: url(../images/kxpj-bg.jpg) top no-repeat;
    background-size: 100% 100%;
}

/*科技奖励*/
#kjjl_imgf {
    height: 300px;
    width: 100%;
    background: url(../images/news_img4.jpg) top no-repeat;
    background-size: 100% 100%;
}

/*团体标准*/
#ttbz_imgf {
    height: 300px;
    width: 100%;
    background: url(../images/news_img5.jpg) top no-repeat;
    background-size: 100% 100%;
}

/*期刊*/
#qk_imgf {
    height: 300px;
    width: 100%;
    background: url(../images/news_img6.jpg) top no-repeat;
    background-size: 100% 100%;
}

/*智库咨询*/
#zkzx_imgf {
    height: 300px;
    width: 100%;
    background: url(../images/news_img7.jpg) top no-repeat;
    background-size: 100% 100%;
}


.news_container {
    width: 1200px;
    overflow: hidden;
}

/*---- 新闻页左边导航栏 ----*/
.left_nav {
    float: left;
    width: 262px;
    height: auto;
    border: 1px solid #d7d7d7;
}

.left_nav_title {
    width: 248px;
    height: 38px;
    border-bottom: 1px solid #d7d7d7;
    text-align: left;
    line-height: 40px;
    padding-left: 14px;
    font-size: 16px;
    color: #ab0013;
    font-weight: bold
}

.left_nav_table {
    width: 234px;
    margin-top: 5px;
    text-align: left;
    text-indent: 2em
}

.left_nav_table td:hover {
    background: url(../images/left_nav_on.gif) left top no-repeat;
    color: #fdfffe
}

.left_nav_table td {
    height: 32px;
    background: url(../images/left_nav_bg.gif)
}

.left_nav_comm a {
    margin: 0;
    padding: 0px;
    display: block;
    height: 100%;
    width: 100%
}

.left_nav_comm a:hover {
    color: #fdfffe
}

/*---- 新闻页右边内容栏 ----*/
.right_content {
    float: right;
    width: 900px;
    height: auto
}

.right_content_line {
    width: 100%;
    height: auto
}

#nowposition {
    width: 740px;
    height: 18px;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    padding-top: 3px;
    padding-bottom: 6px;
    border-bottom: 1px solid #E6E6E6;
    color: #666;
    text-align: left;
    font-family: "宋体";
    font-size: 14px;
}

.news-detail-theme {
    font-size: 22px;
    text-align: left;
    line-height: 35px;
    font-weight: 500;
    color: #101010;
    /*    margin-top: 15px*/
}

.news-detail-abouts {
    font-size: 12px;
    text-align: center;
    color: #9a9a9a;
    line-height: 32px;
}

.news-detail-text {
    margin-top: 15px;
    font-size: 13px;
    color: #666666;
    line-height: 32px;
}

.news-detail-text p img {
    margin-bottom: 7px;
    margin-top: 10px
}

.news-detail-p3 {
    text-align: right;
    font-weight: bold;
    color: black;
}

.news-detail-p4 {
    text-align: right;
}

/*---- 新闻页右边标题栏 ----*/
.news-list-top {
    width: 100%;
    margin-top: 7px;
    background: url(../images/bar.gif) 1px center no-repeat;
    font-size: 14px;
    font-weight: bold;
    color: #333333
}

.news-list-main {
    margin-top: 12px;
    min-height: 490px
}

.news-list-main a {
    color: #666666;
    display: block;
    padding: 0 10px;
    line-height: 45px;
    height: 45px;
}

.news-list-main a img {
    margin-left: 10px;
    margin-top: -10px;
    height: 15px;
}

.news-list-main ul {
    position: relative;
    top: -8px;
}

.news-list-main li {
    height: auto;
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 32px;
    border-bottom: 1px dotted #e4e4e4;
}

.bule-dotted {
    width: 100%;
    border-bottom: 2px solid #0177D1;
    margin-top: 0px;
    border-top: 0;
}

.data {
    float: right;
    display: inline;
    color: #9C9C9C;
}

.news-list-main li:hover {
    /*background-color: #d9e6f9;*/
}

.news-list-main li a:hover {
    color: #0c77d7;
    text-decoration: none;

}

.news-list-main-li-active {
    background-color: #d9e6f9
}

.news-list-main-li-active a {
    color: #1063b3;
}

.news-list-main-li-active span {
    color: #1063b3;
}

.news-list-bottom {
    margin-top: 20px;
    font-size: 12px;
    color: #666666;
}

.news-list-paging {
    float: right;
    margin-right: 6px;
}

.news-list-paging a {
    color: #1462b5;
}

.map {
    margin-top: 18px;
    min-height: 900px
}

.map h4 {
    height: 40px;
    font-weight: normal;
    margin-top: 8px;
    padding: 0px 0px 0px 16px;
    border-bottom: 2px solid #578AB8;
    color: #133962;
    line-height: 34px;
    font-size: 20px;
}

.map h4 a {
    color: #133962
}

.map ul {
    list-style: none;
    overflow: hidden;
    margin-left: 10px
}

.map li {
    float: left;
    font-size: 16px;
    line-height: 34px;
}

.map ul li a {
    color: #333;
    font-size: 16px;
    height: 34px;
    padding: 6px 11px 8px;
    display: block;
    line-height: 34px;
}

.map li:hover {
    background-color: #d9e6f9;
}

.map li a:hover {
    color: #1063b3;
}

.map_alone h4 {
    margin-top: 16px
}

.news_container .pagesite {
    font-size: 13px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    margin: 20px 0;
    color: #1462B5
}

.news_container .pagesite a {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: bolder;
    color: #666
}

<!--
.news_container .pagesite a:hover {
--> <!-- color: #D90102;
--> <!--
}

-->


.searchCon {
    padding-top: 20px;
    float: right;
    width: 50%;
}

.searchBg {
    background-image: url(../img/index/5-searchBg.gif);
    height: 35px;
    line-height: 35px;
    float: left;
    width: 70%;
    border-left: 1px solid #ccc;
}

.searchChange /*选择下拉框*/
{
    float: left;
    border: 0;
    width: 98px;
    height: 35px;
    background-image: url(../img/index/5-searchBg1.gif);
    margin: auto;
    text-align: center;
}

.searchMenu {
    border: 0;
    float: left;
    cursor: pointer;
    background-image: url(../images/search1.png);
    width: 56px;
    height: 35px;
    border-radius: 0% 46% 46% 0px;
    background-repeat: no-repeat;
    background-position: center
}

/*--------------------搜索CSS--------------------*/
.sousuoCon {
    width: 97%;
    margin: auto;
    line-height: 24px;
    font-size: 13px;
}

dl.sslist {
    border-bottom: 1px dashed #ccc;
    line-height: 1.8em;
    padding: 10px 0 10px;
}

dl.sslist dt {
    height: 30px;
}

dl.sslist dt span a, dl.list3 dt span a:visited {
    font-size: 14px;
    color: #D90102;
}

dl.sslist dt a, dl.list3 dt a:visited {
    font-size: 14px;
    color: #1A6CC2;
}

dl.sslist dt a:hover {
    font-size: 14px;
    color: #D90102;
}

dl.sslist dd {
    color: #000;
}

dl.sslist dd.zy {
    height: 50px;
    text-indent: 20px;
    text-indent: 20px;
    color: #999;
    overflow: hidden;
}

.search_msg {
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    margin: 10px 0 10px;
    font-weight: bold;
    color: #666
}

.search_msg span {
    color: #D90102;
    font-weight: bold;
}


.tit_more {
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #999;
    padding: 0
}


/* 学会动态 */
.xhdt {
    width: 65%
}

.button_dt {
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    width: 90px;
    height: 28px;
    background-color: #666;
    border: 2px solid #666;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.button_dt:hover {
    background-color: #D1282B;
    border: 2px solid #D1282B;
}

.tzgg {
    width: 30%
}

/*   团体标准   */
.ttbz {
    width: 30%
}


/*会员中心*/
.content_wrap {
    width: 100%
}

.top_title {
    height: 50px;
    border: 1px solid #E6E6E6
}

.top_title .con {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    line-height: 50px;
}

.top_title .con i {
    display: inline-block;
    width: 65px;
    height: 100%;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
    float: left;
    margin-right: 20px;
    background: url(../images/index1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0px center;
}

.top_title .con a {
    display: inline-block;
    height: 100%;
    float: left;
    color: #666;
    font-size: 15px
}

.content_wrap .news_container {
    margin-top: 30px
}

.content_wrap .news_container .left_nav {
    border: none
}

.content_wrap .news_container .left_nav > img {
    width: 100%;
    height: 120px
}

.content_wrap .news_container .left_nav ul li {
    min-height: 50px;
    background-color: #F2F2F2;
    border-bottom: 1px solid #F9f9f9;
    line-height: 24px;
    display: flex;
    align-items: center;
    padding: 10px 30px;
    flex-wrap: wrap;
}

.content_wrap .news_container .left_nav #dwhyxq_nav ul li {
    padding-right: 0;
}

.content_wrap .news_container .left_nav #dwhyxq_nav ul li:last-child {
    border-bottom: 0;
}

.content_wrap .news_container .left_nav #dwhyxq_nav ul {
    height: 0;
    overflow: hidden;
    transition: all .5s;
}

.content_wrap .news_container .left_nav ul li i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #C0C0C0;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
    top: 0;
}

.content_wrap .news_container .left_nav ul li a {
    color: #333;
    font-size: 16px;
    height: auto;
    line-height: 24px;
}

.content_wrap .news_container .left_nav ul li a:hover {
    text-decoration: none;
    color: #188ae2;
    font-weight: 600;
}

.content_wrap .news_container .left_nav ul .active > i {
    background-color: #188ae2
}

.content_wrap .news_container .left_nav ul .active > a {
    color: #188ae2;
    font-weight: 600;
}

.content_wrap .news_container > .right_con {
    width: 910px;
    float: right;
    border: 1px solid #DCDCDC;
    padding: 20px 50px;
    box-sizing: border-box;
    min-height: 618px;
    font-size: 18px;
}

.content_wrap .news_container .right_con .glbf {
    display: inline-block;
    color: #333333;
    width: 100%;
    font-size: 24px;
    font-family: 微软雅黑, Arial, sans-serif;
    /*font-weight: 700;*/
    text-align: center;
    height: 60px;
    border-bottom: 2px solid #053DAE;
}

.content_wrap .news_container .right_con p {
    font-size: 16px !important;
    line-height: 25px !important;
    margin: 11px 0;
    text-indent: 3rem;
    line-height: 30px;
    color: #333333;
    text-align: left;
}

.content_wrap .news_container .right_con em {
    display: inline-block;
    color: #FE0000;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    margin-top: 20px;
}

.content_wrap .news_container .right_con .small_tit {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    padding-left: 40px;
    margin: 10px;
    display: inline-block
}

.content_wrap .news_container .right_con .more_small {
    display: block;
    font-size: 16px;
    color: #777;
    margin-top: 10px;
    text-indent: 2.5rem
}

.content_wrap .news_container .right_con .tit {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 60px;
    line-height: 60px;
    color: #ED0809;
    font-size: 22px;
    font-weight: bold
}

.content_wrap .news_container .right_con .txt {
    display: inline-block;
    font-size: 16px;
    /*padding-left: 30px;*/
    margin-top: 10px;
}

.content_wrap .news_container .right_con .text1 {
    margin-top: 20px
}

.content_wrap .news_container .right_con .text1 a {
    color: #DE4C4C;
    text-decoration: underline;
}

.content_wrap .news_container .right_con .left_con {
    width: 160px;
    float: left;
    margin-top: 30px
}

.content_wrap .news_container .right_con .left_con div {
    display: block;
    width: 160px;
    height: 60px;
    background-color: #F4F4F4;
    color: #666;
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    margin-bottom: 5px;
    border: 1px solid #eee;
    cursor: pointer;
}

.content_wrap .news_container .right_con .left_con .item span {
    font-size: 16px
}

.content_wrap .news_container .right_con .left_con .active {
    background-color: #30A2DE;
    color: #fff
}

.content_wrap .news_container .right_con .right_con {
    width: 620px;
    float: right;
    margin-top: 30px
}

.content_wrap .news_container .right_con .right_con .item {
    display: inline-block;
    width: 100%;
    height: 60px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
}

.content_wrap .news_container .right_con .right_con .item_con {
    dispaly: inline-block;
    width: 100%;
    margin-top: 30px
}

.content_wrap .news_container .right_con .right_con .item_con table {
    border: 1px solid #ddd
}

.content_wrap .news_container .right_con .right_con .item_con table, .content_wrap .news_container .right_con .right_con .item_con thead, .content_wrap .news_container .right_con .right_con .item_con tbody, .content_wrap .news_container .right_con .right_con .item_con tr {
    display: inline-block;
    width: 100%
}

.content_wrap .news_container .right_con .right_con .item_con tr {
    border-bottom: 1px solid #ddd;
    height: 35px
}

.content_wrap .news_container .right_con .right_con .item_con td {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    height: 35px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    border-right: 1px solid #ddd;
    line-height: 35px;
    width: 100%;
}

.content_wrap .news_container .right_con .right_con .item_con .xh {
    width: 10%
}

.content_wrap .news_container .right_con .right_con .item_con .xm {
    width: 20%
}

.content_wrap .news_container .right_con .right_con .item_con .dw {
    width: 56%
}

.content_wrap .news_container .right_con .right_con .item_con .nf {
    width: 10%;
    border: none
}

.content_wrap .news_container .right_con .right_con .item_con thead tr {
    background-color: #30A2DE;
}

.content_wrap .news_container .right_con .right_con .item_con thead tr td {
    color: #fff
}

.content_wrap .news_container .right_con .right_con .item_con tbody tr {
    background-color: #F0F7FF
}


.content_wrap .news_container .right_con .item_ul .item_li {
    float: left;
    width: 33.33%;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    text-align: center;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    background-color: #fff;
}

.content_wrap .news_container .right_con .one span {
    font-size: 18px
}

.content_wrap .news_container .right_con .one span i {
    color: #000;
    font-weight: bold;
    font-size: 18px
}

.content_wrap .news_container .right_con .one > div {
    width: 220px;
    height: 80px;
    display: inline-block;
    font-size: 22px;
    text-align: center;
    line-height: 80px;
    margin-top: 25px;
}

.content_wrap .news_container .right_con .one .pt {
    background-color: #075279;
    color: #fff;
}

.content_wrap .news_container .right_con .one .tt {
    background-color: #F20C00;
    color: #fff;
    margin-left: 130px
}

.content_wrap .news_container .right_con .one .sq {
    background-color: #FA8C35;
    color: #fff;
}

.content_wrap .news_container .right_con .one a {
    color: #fff
}

.content_wrap .news_container .right_con .two {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
    display: flex;
}

.content_wrap .news_container .right_con .two li {
    width: 100px;
    height: 100px;
    float: left
}

.content_wrap .news_container .right_con .two .zc {
    background: url(../images/zc.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.content_wrap .news_container .right_con .two .jf {
    background: url(../images/sh02.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.content_wrap .news_container .right_con .two .sx {
    background: url(../images/jf02.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.content_wrap .news_container .right_con .two .bcxx {
    background: url(../images/sx02.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.content_wrap .news_container .right_con .two .jiantou {
    display: inline-block;
    width: 80px;
    height: 100px;
    background: url(../images/jiantou1.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-top: 0
}

.content_wrap .news_container .right_con .three {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.content_wrap .news_container .right_con .three li div {
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

.content_wrap .news_container .right_con .three span {
    border: 1px solid #E6E6E6;
    box-sizing: border-box
}

.content_wrap .news_container .right_con .three .zfb {
    display: inline-block;
    width: 140px;
    height: 100px;
    background: url(../images/zfbjf.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    border-right: none;
    text-align: center;
    float: left
}

.content_wrap .news_container .right_con .three span em {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    position: relative;
    top: 60px;
    font-size: 18px;
}

.content_wrap .news_container .right_con .three .yh {
    display: inline-block;
    width: 100%;
    height: 120px;
    background: url(../images/yhzz.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    border-right: none;
    text-align: center;
    float: left;
    border-bottom: none;
    border: none;
}

.content_wrap .news_container .right_con .three .zgyz {
    display: inline-block;
    width: 100%;
    height: 120px;
    background: url(../images/zgyz.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    border-bottom: none;
    border-left: none;
    text-align: center;
    float: left;
    border: none;
}

.content_wrap .news_container .right_con .threeLine {
    position: absolute;
    left: 0;
    right: 0;
    height: 100px;
    width: 2px;
    margin: 10px auto;
    border-right: none !important;
    border-left: 2px solid #E6E6E6 !important;
}

.content_wrap .news_container .right_con .three .zytx {
    display: inline-block;
    width: 140px;
    height: 100px;
    background: url(../images/jg.png);
    background-repeat: no-repeat;
    background-position: center 10px;
    border-right: none;
    border-top: none;
    text-align: center;
    float: left;
}

.content_wrap .news_container .right_con .three .jf_sm {
    font-size: 16px;
    display: inline-block;
    width: 100%;
    height: 100px;
    color: #666;
    box-sizing: border-box;
    float: left;
    height: 150px;
    border-top: none;
    border: none;
}

.content_wrap .news_container .right_con .three .jf_smLine {
    width: 808px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-bottom: none;
    border-top: 2px dashed #E6E6E6;
}


/* 走进学会 */
.content_wrap .news_container .left_nav .zzjg-li {
    padding-left: 70px
}

.content_wrap .news_container .right_content .xhzc-span {
    display: block;
    font-size: 16px;
    margin: 15px 0;
    text-align: center;
    color: #6B6B6B;
}

.content_wrap .news_container .right_content .xhzc-p {
    text-indent: 2rem;
    color: #6B6B6B;
}

.content_wrap .news_container .right_content .xhjj-span {
    display: block;
    font-size: 16px;
    margin: 40px 0 11px;
    /*padding: 0 15px;*/
    text-indent: 25px;
    line-height: 30px;
    color: #6B6B6B;
}

.content_wrap .news_container .right_content .xhjj-tit {
    font-weight: bold;
}

.content_wrap .news_container .right_content .xhjj-p {
    line-height: 20px;
    /*padding: 0 15px;*/
    text-indent: 2rem;
    color: #6B6B6B;
    font-size: 15px
}

.content_wrap .news_container .sjxh .item_ul {
    width: 100%;
    /*    margin-top: 60px;*/
    padding: 20px;
}

.content_wrap .news_container .sjxh .item_ul .item_li {
    height: 40px;
    line-height: 40px;
    /*border-color: #444444;
    border-width: 2px;*/
    box-sizing: border-box
}

.content_wrap .news_container .sjxh .item_ul .bottom {
    /*  border-bottom: 2px solid #444*/
}

.content_wrap .news_container .sjxh .item_ul .right {
    /*border-right: 2px solid #444;*/
    margin: 0
}

.content_wrap .news_container .grhy_text {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    /*padding-left: 30px;*/
    margin-top: 20px
}

/*.content_wrap .news_container .lsh > div {
margin-top: 40px
}*/


.content_wrap .news_container .lsh > div .item_ul .xh {
    width: 10%
}

.content_wrap .news_container .lsh > div .item_ul .mc {
    width: 35%
}

.content_wrap .news_container .lsh > div .item_ul .sj {
    width: 20%
}

.content_wrap .news_container .lsh > div .item_ul .ryzc {
    width: 35%
}

.content_wrap .news_container .lsh > div .item_ul .xh1 {
    width: 20%
}

.content_wrap .news_container .lsh > div .item_ul .bmmc {
    width: 50%
}

.content_wrap .news_container .lsh > div .item_ul .lxfs {
    width: 30%
}

/*专业委员会界面
* 作者：Mr. Li
* 时间：2019年10月
* */
.content_wrap .news_container .lsh > div .lsh_tit {
    font-size: 16px;
    color: #333333;
    margin: 15px 0 0;
}

.committee {
    padding-top: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;

}

.img-conter {
    display: flex;
    justify-content: center;
}

.committee-title-dian {
    display: inline-block;
    width: 6px;
    height: 18px;
    background-color: #EE4B4C;
    margin: 0 7px -3px 5px;
}

.committee-title-writing {
    font-size: 19px !important;
    font-weight: 600;
    color: #333333 !important;

}

.hyfc-title-writing {
    font-size: 19px !important;
    font-weight: 600;
    color: #0026CC !important;

}

.committee-content {
    width: 100%;
    height: auto;
    margin: 18px 0 50px;

}

.committee-summ {
    width: 100%;
    height: auto;
    margin: 18px 0 15px;
}

.committee-roster .item_li a {
    color: #2B8ADA;
}

.professional-committee-btn {
    display: flex;
    border-bottom: 0 !important;

}

.professional-committee-btn a {
    width: 160px;
    height: 51px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: #D73D3F;
    font-size: 16px;
    border: 1px solid #D73D3F !important;

}

.professional-committee-btn .btn-left {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px;
}

.professional-committee-btn .btn-right {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px;
}

.right_content.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #EE4B4C !important;
    color: white !important;
    font-size: 20px;
    font-weight: 600;
}

.content_wrap .news_container .lsh > div .item_ul li {
    border-width: 1px !important
}

#committee-summary {
    padding-left: 0;
    padding-right: 0;
}

.item_li-title {
    background-color: #E76565 !important;
    font-size: 16px !important;
    color: white !important;
}

.roster-tab-box table {
    width: 100%;
    text-align: center;
    margin: 20px 0 50px;
}

.roster-tab-box table td {
    border: 1px solid #E9E9E9;
    height: 40px;
    color: #6B6B6B;
    font-size: 15px;
    text-align: center;
}

.roster-tab-box table td:nth-child(1) {
    width: 10%;
}

.roster-tab-box table td:nth-child(2) {
    width: 35%;
    text-align: center !important;
}

.roster-tab-box table td:nth-child(3) {
    width: 20%;
    text-align: center !important;
}

.roster-tab-box table td:nth-child(4) {
    padding: 10px 20px;
}

.roster-tab-box table td:nth-child(2), .roster-tab-box table td:nth-child(3) {
    text-align: left;
    padding-left: 5px;
}

.roster-tab-box table td a {
    color: #3393F4;
}

.roster-tab-box table tr:nth-child(even) {
    background-color: #FBF3F0;
}

.roster-tab-box table th {
    border: 1px solid #E9E9E9;
    background-color: #E76565;
    color: white;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.roster-tab-box table th:nth-child(1) {
    width: 64px;
}

.roster-tab-box .table-box{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #E9E9E9;
    border-left: 1px solid #E9E9E9;
    margin: 20px auto;
}
.roster-tab-box .table-box span{
    display:inline-block;
    width: 25%;
    border-bottom: 1px solid #E9E9E9;
    border-right: 1px solid #E9E9E9;
    height: 40px;
    line-height: 40px;
    color: #6B6B6B;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
}
.roster-tab-box .table-box span.bg{
    background-color: #FBF3F0;
}

/*专业委员会-了解详情*/
.ljxq-box {
    width: 1200px;
    height: auto;
    display: flex;
    margin-top: 18px;
}

.ljxq-left_nav {
    width: 295px;
}

.ljxq-left_nav ul {
    background-color: #F2F2F2;
    padding-top: 15px;
    padding-bottom: 35px;
}

.ljxq-left_nav ul li a {
    font-size: 16px;
    color: #676767;
    width: 245px;
    display: inline-block;
}

.ljxq-left_nav ul li {
    padding: 11px 0 11px 30px;
}

.ljxq-left_nav ul li.active a {
    color: #507CF9;
    font-weight: 600;

}

.ljxq-left_nav ul li a:hover {
    text-decoration: none;
    color: #507CF9;
    font-weight: 600;
}

.ljxq-right_content {
    width: 100%;
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 40px 50px 50px;
}

.ljxq-right_content .glbf {
    display: inline-block;
    color: #333333;
    width: 100%;
    font-size: 24px;
    font-family: 微软雅黑, Arial, sans-serif;
    text-align: center;
    height: 60px;
    border-bottom: 2px solid #053DAE;
}

.ljxq-committee-title {
    margin-top: 20px;
}

.ljxq-committee-content {
    width: 100%;
    height: auto;
    margin: 20px 4px 50px;
}

.ljxq-committee-content p {
    text-indent: 2rem;
    color: #6B6B6B;
    font-size: 16px;
    margin: 11px 0;
    line-height: 30px;
}

.committee-message {
    width: 100%;
    min-height: 342px;
    margin: 20px 5px 35px;
    padding: 5px 25px;
    background-color: #FCF3F6;
}

.message-title {
    width: 82px;
    font-weight: bold;
    text-align: justify;
    font-size: 16px;
    color: #333333;
    display: inline-block;
}

.message-box {
    margin: 11px 0;
}

.message-box span {
    margin-right: 20px;
    color: #444444;
    display: inline-block;
}

.comm-item {
    display: flex;
    margin-bottom: 30px;
	background:#fff;
	box-shadow:3px 5px 10px #e0e0e0;
	padding:10px;
	margin-top:10px;
}

/*.comm-message {*/
/*padding-top: 25px;*/
/*}*/

.comm-message span {
    display: block;
    margin: 6px 0 6px 30px;
}

.comm-name {
    font-size: 16px;
    color: #4e4e4e;
    font-weight: 500;
}

.comm-job {
    font-size: 20px;
    color: #EE4C4C;
    font-weight: 600;
}

.comm-section {
    font-size: 16px;
    color: #666666;
}

.comm-message a {
    font-size: 16px;
    color: #6083E2;
    margin: 8px 0 0 30px;
}

.comm-item-line {
    display: flex;
}

.comm-item-right {
    margin-left: 95px;
}

.comm-head-jpg {
    width: 140px;
    height: 150px;
    border-radius: 5px;
    border: 1px solid #666;
	display: flex;
	flex-direction:column-reverse;
	overflow:hidden;

}
.comm-head-jpg img {
	display:inline-block;
	width:100%;
	position:relative;
	height: 100%;
}

.committee-title .titles {
    font-size: 18px;
    color: #EE4C4C;
    font-weight: 600;
}

.committee-title .remark {
    font-size: 14px;
    color: #a1a1a1;
}

.committee-roster-tab table {
    width: 100%;
    font-size: 15px;
    color: #444444;
    margin: 10px 0 45px;
}

.dwhy-tab-conter table td {
    font-size: 14px;
    border: 1px solid white;
    padding: 0 !important;
}

.dwhy-tab-conter table td a {
    font-size: 14px;
    color: #444444;
}

.dwhy-tab-conter table td a:hover {
    color: #444444;
}

.committee-roster-tab table tr th {
    border: 1px solid white;
    background: #3273D4;
    color: white;
    text-align: center;
}

.committee-roster-tab table tr {
    border: 5px solid #F1F8FF;
    height: 40px;
}

.bsjg-teb-conter table {
    text-align: center;
}

.teb-conter table tr td {
    border: 1px solid white;
    padding: 0 25px;

}

.committee-roster-tab .weiyuan{
    display: flex;
    flex-wrap: wrap;
    margin: 20px auto;
}
.committee-roster-tab .weiyuan span{
    display:inline-block;
    width: 25%;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    font-weight: normal;
}
.committee-roster-tab .weiyuan span.bg{
    background-color: #E1E9F6;
}

.zywyh-conter {
    display: block;
    text-align: center;
}


.committee-roster-tab table tr td:first-child, .committee-roster-tab table tr td:last-child {
    padding: 0 25px;
    width: 20%;
}


.committee-roster-tab table tr:nth-child(odd) {
    background-color: #EBF8FE;
}

.committee-roster-tab table tr:nth-child(even) {
    background-color: #E1E9F6;
}

/*工作委员会*/
.council-title {
    margin: 25px 0 15px;
}

.council-title a {
    font-size: 19px;
    color: #0027CA !important;
    font-weight: 600;
    text-decoration: underline;

}

.council-title a:hover {
    cursor: pointer;
}

.council-title span:nth-child(3) {
    font-size: 16px;
    color: #F38583;
    font-weight: 500;

}

.council-content {
    width: 100%;
    padding: 30px 30px 50px;
    background-color: #F1F8FF;
    font-size: 16px;
    color: #414141;
    font-weight: 500;
}

.council-committee {
    width: 100%;
    padding: 0 30px;
    background-color: #F1F8FF;
}

.council-content strong {
    font-size: 17px;
    color: #323230;
}

.council-content p {
    margin: 12px;
}

.work-councils-item {
    width: 170px;
    height: 54px;
    margin-right: 5px;
}

.work-councils-link {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8E6E6;
    font-size: 16px;
    color: #333333;
}

.work-councils-link:hover {
    color: unset;
    text-decoration: unset;
}

.work-councils-link.active, .work-councils-link.show {
    background-color: #F1F8FF;
    font-size: 20px;
    font-weight: bold;
}

/*委员会名单*/
.md-marg-top {
    margin-top: 25px;

}

.member-name {
    font-size: 19px;
    font-weight: bold;
    color: #333333;
    padding-top: 10px;
}

.md-padd-top {
    padding-top: 20px;
}

/*理事会*/
.lsh-btn {
    width: 195px !important;
}

.title-bott {
    margin-bottom: 15px;
}

.lsh-back-img-jpg {
    width: 100%;
    height: 280px;
}

.lsh-title {
    font-size: 16px;
    color: #787878 !important;
    text-align: center;
    margin: 5px 0 10px !important;
}

.prefecture-box p {
    text-indent: 3px !important;
    color: #6B6B6B !important;
}

.prefecture-box p span:nth-child(1) {
    color: #EE6364;
    font-size: 18px;
    font-style: italic;
    /*font-weight: bold;*/
}

.lsh-old-box {
    width: 100%;
    height: auto;
    padding: 10px 23px;
    border: 2px solid #E1E9F6;
    margin-top: 25px;
}

.lsh-old-box hr {
    border: 0;
    border-bottom: 1px solid #E5E5E5;
    margin-top: 5px;
    margin-bottom: 5px;
}

.lsh-old-box p {
    margin-top: 0 !important;
    margin-bottom: 0;
    text-indent: 0 !important;
}

.lsh-old-box p:nth-child(1) a {
    color: #007bff;
    font-size: 16px !important;
}

.lsh-old-box p a:hover {
    color: #D73D3F;
}

.lsh-old-box p:nth-child(3), .lsh-old-box p:nth-child(4) {
    color: #9A9A9A !important;
    font-size: 14px !important;
    line-height: 25px !important;
}

.committee-summary-btn a {
    position: relative;
}

.committee-summary-btn a.active:before {
    width: 0;
    height: 0;
    content: "";
    border-top: 13px solid #EE4B4C;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    position: absolute;
    top: 100%;
}

.news-detail-theme img {
    width: 26px;
    height: 26px;
    margin: 5px 5px 5px 0px;
}


/*.lsh_trigon{
border-top: 15px solid red;
border-left: 15px solid transparent;
border-right:15px solid transparent;
position: absolute;
top: 100%;
}*/

/*单位会员*/
.committee-summary-btn a:hover {
    color: #D73D3F;
    background: #f5f5f5;
}

.vip-essential-information {
    padding-top: 10px;
    display: flex;
    position: relative;
}

.information-box .information {
    margin: 12px 0;
}

.information-box {
    width: 59%;
}

.information-box .information span {
    color: #747474;
    font-size: 16px;
}

.information-box .information .information-name {
    font-size: 24px;
    color: #333333;
}

.info-img-box {
    width: 315px;
    height: 182px;
    position: absolute;
    right: 17px;
    display: flex;
    justify-content: flex-end;
}

.info-img-box img {
    max-width: 100%;
    max-height: 100%;
}

.unit-member-box {
    margin-top: 27px;
}

.vip-synopsis {
    width: 100%;
    font-size: 16px;
    line-height: 36px;
    height: 500px;
    color: #6D6D6D;
    border: 0;
    outline: 0;
    overflow: hidden;
}

/*=======================================================
青托专题 新增样式
時間：2019年5月15日16:26:46
作者：冯靖豪
========================================================*/

.qtzt {
    width: 65%;
    margin-left: 10px
}

.top_img {
    width: 100%;
    height: 80px
}

#triangle {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-right-color: #D01D1E;
    position: absolute;
    content: ' ';
    top: 115px;
    right: 200px;
}

.header_join {
    font-size: 14px;
    color: #A1A3A1;
    position: absolute;
    left: 700px;
}


/*=======================================================
会员中心 新增样式
時間：2019年5月21日15:06:46
作者：冯靖豪
========================================================*/

.member-center {
    width: 100%;
    height: 490px;
    position: relative;
    background-image: url(../images/menu_bj.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mb45 {
    margin-bottom: 45px !important;
}

*, *:before, *:after {
    box-sizing: border-box;
}

body, html {
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}


.container-fluid {
    width: 100%;
    height: 100%;
    position: relative;
}

#accordion {
    width: 1200px;
    height: 357px;
    border: 1px solid white;
    position: relative;
    margin: 0 auto;
    display: flex;
}

#accordion > .accordion-item {
    width: 220px;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 500ms;
}

#accordion > .accordion-item:not(:first-child) {
    border-left: 1px solid rgba(221, 221, 221, 0.62);
}

#accordion > .accordion-item:not(:last-child) {
    border-right: 1px solid #000;
}

#accordion > .accordion-item:not(.active) {
    background-color: rgba(0, 0, 0, 0.09);
}

#accordion > .accordion-item:hover {
    background-color: rgba(0, 0, 0, 0.15);
}


/* 当前的 */
#accordion > .accordion-item.active {
    width: 760px;
    height: 100%;
    box-sizing: border-box;
}

#accordion > .accordion-item .item-header {
    height: 80px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(165, 42, 42, 0.8);
}

#accordion > .accordion-item .item-body {
    width: 100%;
    height: calc(100% - 80px);
    position: relative;
}

#accordion > .accordion-item .item-body > .item-bg {
    width: 100%;
    height: 100%;
    transition: all 800ms ease-in-out;
    transform: scale(1);
    transform-origin: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


#accordion > .accordion-item.active .item-body > .item-bg {
    opacity: 0;
    transform: scale(0);
    transform-origin: center;
}

#accordion > .accordion-item.active .item-body .item-value {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    transition: all 800ms ease-in-out;
    opacity: 1;
    transform: scale(1);
    transform-origin: center;
}

#accordion > .accordion-item:not(.active) .item-body .item-value {
    opacity: 0;
    transform: scale(0);
}

.item-value .right,
.item-value .left {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.item-value .right {
    padding: 30px;
}

.item-value .right img {
    width: 100%;
    height: 100%;
    position: relative;
}

.item-value .left {
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-value .left ul {
    height: auto;
    list-style: none;
}

.item-value .left ul li {
    height: 25px;
    font-size: 12px;
    color: #666;
}

.item-value .left ul li span {
    font-size: 16px;
    color: #000;
}

.item-botton {
    width: 110px;
    height: 30px;
    background-color: #D01D1E;
    font-size: 12px;
    color: white;
    position: absolute;
    left: 60px;
    bottom: 20px;
    cursor: pointer;
    border: 1px solid #D01D1E;
    border-radius: 15px;
}

.item-value .left .li-title {
    color: #D01D1E;
    list-style: disc;
}

.container-fluid {
    min-height: 90% !important;
    height: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

@media (max-width: 576px) {
    /*手机自适应*/
    /*公用的样式*/
    .container-fluid {
        padding-top: 75px !important;
    }

    .top_title .con a {
        font-size: 14px;
    }


    .top_title .con {
        width: 100%;
    }

    #news_imgf {
        width: 100%;
        height: 130px;
    }

    #news_imgf img {
        width: 100%;
        height: 130px;
    }

    #kxpj_imgf {
        height: 130px;
        width: 100%;
    }

    .content_wrap .news_container {
        width: unset !important;
        margin: 0;
    }

    #footer {
        height: auto;
        padding: 0 15px;
        line-height: 15px;
    }

    #footer p a {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.7);
    }

    #footer p {
        padding-top: 13px;
    }

    #footer p:last-child {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.7);
        padding-top: 12px;
        padding-bottom: 1.5rem;
    }

    .news_container .pagesite a {
        margin-left: 2px;
        margin-right: 2px;
    }

    /*走进学会界面*/
    .news_container {
        width: 100%;
    }

    .content_wrap .news_container > .right_con {
        width: 100%;
        padding: 0;
        border: 0 !important;
    }

    .content_wrap .news_container > .right_con video {
        width: 100%;
        height: 200px;
    }

    .content_wrap .news_container .right_con .glbf {
        font-size: 18px !important;
        height: 40px;
    }

    .content_wrap .news_container .right_content .xhjj-span {
        font-size: 16px;
        margin: 10px 0px;
    }

    .committee-title-writing {
        font-size: 16px !important;
    }

    .content_wrap .news_container .right_con p {
        font-size: 16px !important;
    }

    .content_wrap .news_container .right_content .xhjj-p {
        font-size: 1px;

    }


    /*学术交流、科普、奖励等页面*/
    .right_content {
        width: 100%;
    }

    .news-list-main a {
        font-size: 14px;
        padding: 0;
        line-height: 28px;
        height: 56px;
        position: relative;
    }

    .data {
        float: unset;
        display: inline-block;
        text-align: right;
        position: absolute;
        right: 5px;
        bottom: 0;
    }

    .news-list-main li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .news-detail-text {
        margin-top: 0;
    }

    .news-list-main {
        margin-top: 8px;
    }

    /*会员中心*/
    .content_wrap .news_container .right_con i {
        font-size: 16px;
    }

    .content_wrap .news_container .right_con .one span {
        font-size: 16px;
    }

    .content_wrap .news_container .right_con .one span i {
        font-size: 16px;
    }

    .content_wrap .news_container .right_con .one > div {
        width: 120px;
        height: 52px;
        line-height: 50px;
        margin-top: 10px;
    }

    .content_wrap .news_container .right_con .one .tt {
        margin-left: 10px;
    }

    .content_wrap .news_container .right_con .one > div {
        font-size: 16px;
    }

    /*走进学会——组织机构*/
    .first-boxes a img, .first-box a img {
        width: 150px;
    }

    .line-box {
        width: 75% !important;
    }

    .last-boxes {
        width: 85% !important;
    }

    .last-boxes a img {
        width: 45px;
        height: auto;
    }

    .zzjg-box {
        width: 75% !important;
        margin: 0 !important;
    }

    .zzjg-box .first-boxes .right-line {
        z-index: -1;
        right: 0 !important;
    }

    .zzjg-box .first-boxes .msc {
        right: -85px !important;
        top: 15px !important;
    }

    .zzjg-box .first-boxes .msc img {
        width: 120px !important;
    }

    /*走进学会-理事会*/
    .lsh-btn {
        width: 140px !important;
        padding: .5rem 0 !important;
        font-size: 16px !important;
        height: 35px !important;
    }

    .lsh-back-img img {
        width: 100%;
    }

    .committee-summary-btn a.active::before {
        border-top: 10px solid #EE4B4C;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    .container {
        margin-top: 10px;
    }

    .content_wrap .news_container .right_con p {
        text-indent: 0;
        height: auto;
        margin: 10px 0 0 ;
    }

    .content_wrap .news_container .right_con p img {
        width: 100%;
        height: auto;
    }

    .prefecture-box p span:nth-child(1) {
        font-size: 14px;
    }

    .comm-item-line {
        display: block;
    }

    .comm-item-right {
        margin-left: 0;
    }

    .committee-title .titles {
        font-size: 16px;
    }

    .member-name {
        font-size: 16px !important;
    }

    .comm-section {
        font-size: 14px;
    }

    .comm-message a {
        font-size: 14px;
        display: block;
    }

    .comm-message a .member-name {
        margin-left: 0 !important;
    }

    .roster-tab-box table td {
        font-size: 14px;
    }

    .roster-tab-box table td:nth-child(4) {
        padding: 10px 5px;
    }

    /*走进学会-办事机构*/
    .img-conter {
        width: 100%;
        height: auto;
        justify-content: unset;
    }

    .img-conter img {
        height: 100%;
        width: 100%;
    }


    /*走进学会——工作委员会*/
    .council-title a {
        font-size: 16px;
    }

    .work-councils-link {
        font-size: 14px;
    }

    .work-councils-link.active, .work-councils-link.show {
        font-size: 16px;
    }

    .work-councils-item {
        width: 45%;
        height: 40px;
    }

    /*走进学会——专业委员会*/
    .professional-committee-btn a {
        width: 140px;
        height: 35px;
    }

    .right_content.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        font-size: 16px;
    }

    .container {
        padding-top: 0;
    }


    .content_wrap .news_container .lsh > div .lsh_tit {
        font-size: 14px;
    }

    .content tr, td a, li a {
        font-size: 14px;
    }

    /*走进学会——省级学会*/
    .committee-roster-tab table tr td:first-child {
        padding: 0 5px;

    }

    .teb-conter table tr td {
        padding: 0 5px;
    }

    /*会员中心——入会须知*/
    .content_wrap .news_container .right_con .two .zc,
    .content_wrap .news_container .right_con .two .jf,
    .content_wrap .news_container .right_con .two .sx,
    .content_wrap .news_container .right_con .two .bcxx {
        width: 50px;
        height: 50px;
        background-size: 100% !important;
    }

    .content_wrap .news_container .right_con .two .jiantou {
        width: 30px;
        height: 50px;
    }

    .content_wrap .news_container .right_con .three .zfb, .content_wrap .news_container .right_con .three .yh, .content_wrap .news_container .right_con .three .zgyz, .content_wrap .news_container .right_con .three .zytx {
        width: 100%;
        border-right: 1px solid #E6E6E6;
        border-top: 1px solid #E6E6E6;
        border-bottom: 0;
    }

    .content_wrap .news_container .right_con .three .jf_sm {
        width: auto;
        height: auto !important;
        padding: 0 5px;
    }

    /*会员中心——会员权益*/
    .content_wrap .news_container .right_con .small_tit {
        font-size: 15px;
        padding-left: 0;
    }

    .content_wrap .news_container .right_con .tit {
        font-size: 16px;
        line-height: 45px;
    }

    /*会员中心——常见问题*/
    .content_wrap .news_container .right_con .left_con {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .right_con-none {
        display: none;
    }

    .content_wrap .news_container .right_con .left_con span {
        width: 100%;
        font-size: 14px;
    }

    .content_wrap .news_container .right_con .left_con a:hover {
        text-decoration: none;
    }

    .content_wrap .news_container .right_con .right_con {
        width: 100%;
        margin-top: 10px;
    }

    .right_con span {
        font-size: 16px !important;

    }


    .right_con strong {
        font-size: 16px;
    }

    .content_wrap .news_container .right_con .left_con .active {
        background-color: #F4F4F4;
        color: #666;
    }

    .content_wrap .news_container .right_con .right_con .item_con {
        margin-top: 0;
        font-size: 16px;
    }

    .content_wrap .news_container .right_con .left_con div {
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: unset;
        margin: 0 5px 10px;
        width: 30%;
    }

    /*会员中心——会员权益*/
    .content tr, td a, li a {
        line-height: unset;
    }

    .item_con-content {
        text-align: center;
    }

    .item_con-content .item_con_tab {
        margin-top: 20px;
    }

    .item_con-content .item_con_tab th, .item_con-content .item_con_tab td {
        border: 1px solid #ddd;
        height: 35px;
        padding: 0;
        text-align: center;
        line-height: 35px;
    }

    .item_con-content .item_con_tab th {
        background-color: #30A2DE;
        color: white;
        font-size: 16px;
    }

    .item_con-content .item_con_tab td {
        background-color: #F0F7FF;
        color: #333;
        font-size: 14px;
    }

    .left_nav, .ljxq-left_nav {
        display: none;
        width: 0;
        position: fixed;
        top: 65px;
        left: 0;
        height: calc(100% - 65px);
        overflow-y: auto;
        overflow-x: hidden;
        z-index: 999;
        transition: all 500ms;
    }

    .left_nav ul, .ljxq-left_nav ul {
        min-height: calc(100% - 120px);
        background-color: #F2F2F2;
    }

    .ljxq-left_nav ul li a {
        width: 100%;
    }

    .ljxq-left_nav img {
        width: 100%;
        height: 120px;
    }

    .nav-bg-translucent {
        position: fixed;
        z-index: 990;
        left: 0;
        top: 65px;
        width: 0;
        height: calc(100% - 65px);
        background-color: rgba(0, 0, 0, 0.3);
        transition: all 500ms;
    }

    .navbar-toggler-icon {
        position: absolute;
        top: 22px;
        right: 10px;
        background-image: url("../img/nav-btn.png") !important;
    }

    #header .container {
        position: relative;
    }

    .title-line {
        border-bottom: 1px solid #f2f2f2;
    }

    .title-line h4 {
        margin-bottom: 0;
        color: #0074E8;
        font-size: 18px;
        font-family: "微软雅黑", Arial, sans-serif;
        display: inline-block;
        border-bottom: 2px solid #0074E8;
    }

    .roster-tab-box table th:nth-child(1) {
        width: unset;
    }

    .ljxq-left_nav {
        display: none;
    }

    .ljxq-right_content {
        padding: 15px;
    }

    .ljxq-box {
        width: 100%;
    }

    .ljxq-right_content .glbf {
        height: 35px;
    }

    .L-unit-basic-info, .L-person-basic-info {
        flex-wrap: wrap;
    }

    .L-person-basic-info .right img {
        margin: 0 auto 10px;
    }

    .L-person-basic-info .right {
        margin: 10px auto 0;
    }
    .L-person-basic-info .left p span::after{
        content: unset !important;
    }

}

/*会员风采 单位介绍*/
.L-unit-basic-info, .L-person-basic-info {
    display: flex;
    justify-content: space-between;

}

.L-unit-basic-info .left p, .L-person-basic-info .left p {
    text-indent: unset !important;
    height: 30px;
    display: flex;
}

.L-person-basic-info .left h3 {
    font-size: 24px;
    font-weight: bold;
}

.L-person-basic-info .left p span:first-child {
    display: inline-block;
    width: 75px;
    text-align: justify;
    margin-right: 5px;
}

.L-person-basic-info .left p span::after {
    display: inline-block;
    width: 100%;
    content: '';
    height: 0;
}

.L-person-basic-info .left p span:last-child {
    display: inline-block;
}

.L-unit-basic-info .right img {
    display: inline-block;
    width: 312px;
    height: 184px;
    border: 1px solid #666
}

.L-person-basic-info .right img {
    height: 184px;
    width: 140px;
    display: inline-block;
}

.L-committee-summary .committee-message {
    background-color: #fff;
}

.L-committee-summary .committee-message p {
    text-indent: 30px;
    line-height: 40px;
    color: #6B6B6B;
}

.blueFontColor {
    color: #0028CC !important;
}

/*理事会 链接样式*/
.comm-message {
    width: 100%;
}

.comm-message a:hover {
    text-decoration: none;
}

.comm-message a span {
    position: relative;
    /*margin-left: 0;*/
}

.comm-message a .member-name:hover{
    color: #007bff;
}
.bjbList p{
    display: flex;
}

.bjbList>div{
    display: flex;
    margin: 8px 0 ;
}
.bjbList>div>p{
    margin: unset !important;
}
.bjbList>div>span i{
    display:inline-block;
  /* width:100%; */
}
.bjbList>div>span:first-child{
    display: block;
    width: 100px;
    text-align: justify;
    position: relative;
}
.bjbList>div>span:first-child::after{
    content: ':';
    position: absolute;
    right: -10px;
    top:0;
}
