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

/*通用样式*/
body{ background: #f5f5f5;}
a{ transition:all 0.2s linear 0s;
   -moz-transition:all 0.2s linear 0s;
   -webkit-transition:all 0.2s linear 0s;
   -o-transition:all 0.2s linear 0s;
 }
a:hover{text-decoration: none;}
.bgfff{ background: #fff;}
.bgfa{background: #fafafa;}
.fl{ float: left;}
.fr{ float: right;}
.t600{font-weight: 600;}
.container-in{ width: 1180px; margin: 0 auto;}
.newcontainer{margin-top:0;overflow: hidden;}
.section{ overflow: hidden;}
.mrnone{ margin-right: 0;}
.c-s-three .section{ margin-top:30px;}
.index-section .section{ margin-top:30px;}
.container{ overflow: hidden; margin-top:50px;}
.conl{ width: 850px;}
.conr{ width: 300px;}

/*header*/
#header{ width: 100%; min-width:1180px;}

/*顶部*/
.top{ height: 40px; line-height: 40px; background: #006699; color: #fff;}
.top a{ color: #f0f0f0; margin:0 10px;}
.top a:hover{ color: #fff;}
.top .color-ccc{ color: #ccc;}
.top .top-login{ display: inline-block; width: 100px; height: 40px; background: #ec6941; color: #fff; text-align: center; margin-right: 0;}
.top .top-login:hover{ color: #fff;}

/*logo 搜索*/
.search{ background: #fff; padding: 30px 0;}
/*.search{ background: #117acd; padding: 30px 0;}*/
.search-in{ width: 1180px; margin:0 auto; overflow: hidden;}
.searbox{ position: relative; margin-top: 5px; color: #999;}
.searbox a{color: #999;}
.seartxt{ width: 100px; height: 30px; border: 1px solid #999; padding: 0 55px 0 10px; border-radius: 4px;}
/*.seartxt{ width: 290px; height: 30px; border: 1px solid #33adfe; padding: 0 55px 0 10px; border-radius: 4px;}*/
.searbtn{ width: 29px; height: 29px; position: relative; background: url(../images/search.png) center no-repeat; border: none;}
.searchbtn{color: #f0f0f0;font-size: 18px;}
.searchbtn:hover{color: #666;}
/*.searchbtn:hover{color: #fff;}*/
/*导航*/
.main-nav{ width: 100%; height: 50px; line-height: 50px; background: #117acd; border-top: 1px solid #33adfe;}

.navmenu { height:50px; line-height:50px; }
.navmenu li { float:left; position:relative;margin-right: 10px;} /*这一级是导航*/

.navmenu li a { display:block; line-height:50px; text-decoration:none; padding:0px 9px; color:#f0f0f0; 
                font-weight: 600; 
                transition: all 0.2s ease-in-out;
              -moz-transition: all 0.2s ease-in-out;
              -webkit-transition: all 0.2s ease-in-out;
              -o-transition: all 0.2s ease-in-out;
              }
.navmenu li:first-child{margin-right: 0;}
.navmenu li a:hover { background: #33adfe; }
.navmenu li a.more:after{content:" »";}
 
.navmenu li ul { position:absolute; float:left; width:212px; border:1px solid #D2D2D2; display:none; 
                  background-color:#FFFfff; z-index:9999;
                  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
                  transition: all 0.2s ease-in-out;
                  -moz-transition: all 0.2s ease-in-out;
                  -webkit-transition: all 0.2s ease-in-out;
                  -o-transition: all 0.2s ease-in-out;
                  } /*这是第二级菜单*/
.navmenu li ul a { width:185px;text-decoration:none; color:#333333;font-weight: 500;border-bottom:1px solid #eee;}
.navmenu li ul a:hover { color: #09f;background:#fff;    }
 
.navmenu li ul ul{ top:0;left:110px;} /*从第三级菜单开始,所有的子级菜单都相对偏移*/



/*banner*/
.index-section {width: 700px;height: 290px;}
  .banner{
    width: 700px;height: 290px;
    position: relative;
    cursor: pointer; 
  }

/*slick轮播*/
.slider-main button {
  position: absolute;
  top: 55%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 25px;
  margin-top:-40px;
  z-index:5;
  color:#fff;
  background:rgba(255, 255, 255, 0.30);
  transition:all 0.4s ease;
  -webkit-transition:all 0.4s ease;
  -moz-transition:all 0.4s ease;
  border:none;
}
.slider-main button:hover{
  color:#fff;
}
.slider-main button.PrevArrow {
  left:0;
}
.slider-main button.NextArrow {
  right:0;
}
.slider-main .slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
  }

.slider-main .slick-dots li {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    background: #ddd;
  }
.slider-main .slick-dots li.slick-active {
    background-color: #006ed9;
  }
.slider-main .slick-dots li button{display: none;}
.slick-slide img{width: 700px;height: 290px;}

/*学会新闻*/
.news{ width: 400px; height: 290px;  padding: 5px 0 0 20px;}
.tith3{ font-size: 20px; color: #034da2; margin-bottom: 10px; line-height: 27px; position: relative;}
.tith3 a{ font-size: 14px; font-weight: 500; color: #0099ff; position: absolute; right: 0; top: 0;}
.topline{ margin-bottom: 10px;}
.topline h4 a{ width: 455px; height: 32px; font-size: 18px; color: #252a37;margin-bottom: 5px; text-decoration: underline; font-weight: 600; display: block; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.topline h4 a:hover{ color: #09f;}
.topline p{height:70px;overflow: hidden;margin-bottom: 25px;}
.topline p a{ font-size: 14px; color: #777;}
.news-list li{ overflow: hidden;}
.news-list a{ display: block; width: 100%; color: #252a37; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.news-list a:hover{ color: #33adfe;}


/*info区域*/
.info_bg{/*background: url(../images/infopartbg.jpg) 100% center; height: 390px;*/}
.info_list{width: 900px;}
.info_btn{width: 200px;}

.info_tit{
  width: 100%;
  text-align: center;
}
.info_tit h2{
  display: inline-block;
  margin-right: 45px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  line-height: 45px;
  background: transparent;
  padding:0 20px;
}

.info_tit h2.cur{
  font-weight: bold;
  background: #09f;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
}
.info_tit h2.cur:hover{background: #33adfe;}
.info_container{
  overflow: hidden;
  position: relative;
}
.info_c div{
  display: none;

}
.info_c div.cur{
  display: block;
}
.info_c p{margin-bottom:0;}
.infomore{display: inline-block;text-align: left;margin: 0 auto;width: 100%;padding:20px 0;}
.infomore a{color: #09f;}

.activity{ padding: 20px;}
.activity-list{width: 100%;}
.activity-list li{float: left; padding: 10px 0;}
.activity-list li a{ display: block;}
.activity-list dl{ overflow: hidden;}
.activity-list dt{ width: 60px; height: 54px; line-height: 27px; text-align: center; 
                  margin-right: 15px; background: #fff; color: #656565; font-size: 13px; font-weight: bold;
                  border-radius: 0 0 4px 4px;
                }
.activity-list dt .bgcolor-f60{ background: #09f; color: #fff; height: 27px; line-height: 27px;border-radius: 4px 4px 0 0;}
.activity-list dd{ color: #252a37; width: 320px; margin-right: 30px;overflow: hidden;}
.activity-list dd p{ 
    height: 50px;
    overflow: hidden;
    transition:all 0.2s linear 0s;
   -moz-transition:all 0.2s linear 0s;
   -webkit-transition:all 0.2s linear 0s;
   -o-transition:all 0.2s linear 0s;
 }
.activity-list dd p:hover{ color: #09f;}
.activity-list dd .acorange{color:#f00;}
.activity-list dd .acorange:hover{color: #ff3c00;}
.activity-list dd p span{font-size:14px;color:#666;display:block;}

.info_btn{margin-top: 80px;}
.info_btn a{display: block;padding:10px;background: #09f;color: #fff; font-size:17px;margin:20px 0;text-align:center;}
.info_btn a:hover{background: #33adfe;}

/*学术前沿学术期刊*/
.learning_news{ width: 520px; margin-right: 30px;}
.learning_news .tith{ font-size: 20px; color: #034da2; margin-bottom: 20px; line-height: 27px; position: relative;border-bottom: 1px solid #ccc;}
.learning_news .tith a{ font-size: 16px; font-weight: 500; color: #09f;float: right;margin: 0 10px;}
.learning_news .tith a:hover{color: #09f;}
.learntopline{ margin-bottom: 10px;}
.learntopline h4 a:hover{ color: #09f;}
.learntopline h4 a{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: 100%;line-height: 30px;display: inline-block;}
.learntopline dl{ overflow: hidden; margin-top: 10px;}
.learntopline dt{ width: 240px;overflow: hidden;}
.learntopline dd{ width: 260px; height: 150px; overflow: hidden;}
.learntopline dt img{ width: 240px; height: 140px;overflow: hidden;transition: all 0.3s linear;}
.learntopline dt img:hover{ -webkit-transform: scale(1.2);transform: scale(1.2);}
.learntopline dd a{ font-size: 16px; color: #333;color: #252a37; font-weight: normal;}
.learnnews-list li{ overflow: hidden;}
.learnnews-list a{ display: block; width: 100%; color: #333; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.learnnews-list a:hover{color: #09f;}

/*five 开始*/
.five{height: 270px; margin-top: 30px;}
.fiveimg{width: 220px;height: 146px; margin-bottom: 10px;overflow: hidden;}
.fiveimg img{overflow: hidden;transition: all 0.3s linear;}
.fiveimg img:hover{ -webkit-transform: scale(1.2);transform: scale(1.2);}
/*.fiveimg{width: 220px;height: 146px; margin-bottom: 10px;}
.fiveimg a span{position: relative;color: #fff;z-index: 2;font-size: 18px;line-height: 146px;display: inline-block;
    width: 100%;font-weight: 500;
    text-align: center;
}
.fiveimg{position: relative;}
.fiveimg a{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0; 
      }
}
.fiveimg a:hover {opacity: 1; }
.fiveimg a:hover {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #4783f3;
          opacity: 0.86; 
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
        }
*/
.five li{width: 200px;margin-right:15px; float: left;}
.five li a{width: 220px;overflow: hidden; white-space: nowrap; text-overflow:ellipsis;display: inline-block;color: #333;line-height: 24px;}
.five li a:hover{color: #09f;}
/*five 结束*/

/*在线工作平台开始*/
.icolink ul{margin-top: 30px;}
.icolink li{width: 130px; margin-right: 5px;float: left;}
.icolink a{color: ##33adfe;line-height: 36px;}
.icolink .icobox{width: 120px;height: 120px;border-radius: 4px;text-align:center;color: #33adfe;border:1px solid #33adfe;
          transition: all 0.2s ease-in-out;
          -moz-transition: all 0.2s ease-in-out;
          -webkit-transition: all 0.2s ease-in-out;
          -o-transition: all 0.2s ease-in-out;
}
.icolink .icobox:hover{background:#33adfe;color:#fff;border:1px solid #33adfe;box-shadow: 0px 4px  4px #ccc;
            transform:translateY(-10px);
          -ms-transform:translateY(-10px);
          -webkit-transform:translateY(-10px);

}
.icolink .icobox i{font-size: 40px; display:block;padding-top: 30px;}
.icolink .icobox span{display: inline-block;}

/*在线工作平台结束*/

/*footer*/
#footer{ margin-top: 60px; width:100%; min-width:1180px;}
.link{ background: #747474; padding: 30px 0; color: #f0f0f0;}
.link a{ font-size: 12px; color: #f0f0f0; margin: 0 17px; line-height: 22px;}
.link a:hover{ color: #fff;}
.link .tith3{color: #fff;}
.link .weixin{overflow:hidden;margin-top: 30px;font-size: 12px;}
.link .weixin li{float:right;margin-left: 20px;width: 120px;text-align: center;}
.link .weixin li img{width: 120px;height: 120px}
.copy{ background: #333; color: #ccc; text-align: center; height: 100px;line-height: 36px;padding-top: 30px;}
.copy a{color: #ccc;}


/*通知公告*/
.notice{ /*background: #eee;*/ padding: 20px;}
.notice-list a{ display: block; border-bottom: 1px solid #fff; padding: 10px 0; color: #09f; font-size: 12px; line-height: 21px;}
.notice-list a:last-child{ border-bottom: none; padding-bottom: 0;}
.notice-list a:first-child{ padding-top: 0;}


/*----------------子栏目-学术前沿-------------------*/
.sub-header .container-in{ width: 1200px;}
.sub-header{ background: #eee; padding: 15px 0; overflow: hidden; border-bottom: 1px solid #ddd; line-height: 46px;} 
.sub-header img{ display: block;}
.sub-header .fr a{ color: #323232; margin: 0 5px;}
.sub-header .fr a:hover{ color: #000;}
.sub-adsense{ margin-bottom: 20px;}
.sub-adsense img{ display: block;}
.sub-container-in{ width: 1200px; margin: 0 auto; margin-top: 20px; margin-bottom: 20px;}
.sub-container-in .section{ margin-bottom: 40px; margin-top: 0;}
.column-first{ width: 380px; margin-right: 20px;}
.column-second{ width: 445px; margin-right: 20px; padding: 0 15px 0 20px;}
.column-three{ width: 300px;}
.sub-imgtxt{ position: relative;}
.sub-imgtxt a{ display: block;}
.sub-imgtxt a img{ display: block;}
.sub-imgtxt p{ position: absolute; left: 0; bottom: 0; width: 350px; padding: 0 15px; line-height: 40px; color: #fff; background: rgba(0,0,0,0.5);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000); overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.column-second a{ width: 100%; display: block; color: #333; line-height: 32px; font-size: 16px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.column-second .fs18{ font-size: 18px; line-height: 40px; color: #000;}
.column-second a:hover{ color: #000;}
.sub-search{ width: 274px; border: 1px solid #ddd; padding: 0 12px; padding-bottom: 10px;}
.sub-search h4{ margin: 17px 0; font-weight: 500; color: #000;}
.sub-search-c{ position: relative; margin-bottom: 17px;}
.sub-search-c .seartxt{ width: 224px; height: 32px; padding: 0 40px 0 10px; border: 1px solid #aaa; box-shadow: 0 0 5px #ccc inset;}
.sub-search-c .searbtn{ width: 40px; height: 32px; background: url(../images/academic7.png) center no-repeat;}
.sub-search a{ color: #333; line-height: 30px; margin-right: 12px;}
.sub-search p{ line-height: 30px; color: #000;}

/*科技资讯*/
.column-tit{ border-top: 2px solid #89c997; padding-top: 13px; margin-bottom: 30px; overflow: hidden; line-height: 30px;}
.column-tit h2{ font-size: 20px; font-weight: 500; margin-right: 30px;}
.column-tit div.fl{ width: 900px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.sub-more{ display: none;}
.column-tit a{ color: #333; font-size: 12px; margin-right: 12px;}
.column-tit a:hover{ color: #09f;}

.sub-read h3{ font-size: 16px; font-weight: 500; color: #000; margin-bottom: 10px;}
.sub-read ul{ overflow: hidden;}
.sub-read li{ float: left; width: 140px;}
.sub-read li:first-child{ margin-right: 20px;}
.sub-read li a{ display: block;}
.sub-read li img{ width: 140px; height: 180px;}
.sub-read li p{ font-size: 16px; text-align: center; color: #000;}

/*专家讲堂*/
.bdcol{ border-top: 2px solid #7fb4dd;}
.sub-room{ overflow: hidden;}
.sub-room a{ display: block; width: 185px; color: #333; float: left; margin-right: 10px; margin-bottom: 10px;}
.sub-room img{ width: 185px; height: 116px;}
.sub-room a.mrnone{ margin-right: 0;}
.sub-room a.mbnone{ margin-bottom: 0;}
.sub-room a:hover{ color: #000;}

.sub-room-list li{ margin-bottom: 20px;}
.sub-room-list a{ font-size: 20px; color: #333; line-height: 30px;}
.sub-room-list p{ font-size: 12px; margin-top: 5px;}
.sub-room-list p span{ margin-right: 10px;}

.sub-resource a{ display: block; border-bottom: 1px dashed #b2b2b2; line-height: 21px; padding: 5px 0; color: #333; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.sub-resource em{ width: 4px; height: 4px; display: inline-block; background: #b2b2b2; margin-right: 10px;}
.sub-resource a:hover{ color: #000;}

/*文献*/
.sub-document h2{ font-size: 18px; margin-bottom: 30px;}
.sub-document div{ overflow: hidden;}
.sub-document a{ display: block; float: left; width: 90px; height: 90px; overflow: hidden; background: #fff; margin-left: 31px; color: #333; border-radius: 50%; -webkit-border-radius:50%; text-align: center; line-height: 90px; border: 1px solid #bbb;}
.sub-document a:first-child{ margin-left: 0;}
.sub-document a:hover{ background: #ddbf7f;}
.sub-tip{ margin: 50px 0; text-align: center;}
.sub-tip a{ color: #333;}
.sub-tip a:hover{ color: #09f;}


/*---------------------------学会新闻---------------------*/
.newspage{ background: #fff;}
.crumb{ padding: 25px 20px; font-size: 14px; color: #444;}
.crumb a{ color: #09f;}
.topline-news{ margin-bottom: 60px;}
.topline-news dl{ overflow: hidden; padding: 0 35px;}
.topline-news dt{ float: left; width: 234px; margin-right: 30px;}
.topline-news dt img{ display: block; width: 234px; height: 156px;}
.topline-news dd{ float: left; width: 840px;}
.topline-news h2 a{ display: block; color: #444; font-size: 24px; margin-bottom: 14px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.topline-news h2 a:hover{ color: #000;}
.topline-news p{ line-height: 25px; margin-bottom: 10px;}
.topline-news div a{ color: #09f; margin-right: 30px;}
.topline-news div span{ color: #999;}

.column-section{ overflow: hidden;}
.c-s-one{ width: 220px; margin-right: 30px;margin-right: 30px;}
.c-s-second{ width: 600px; margin-right: 30px;}
.c-s-three{ width: 248px; padding: 26px; background: #e5e5e5;}
.c-s-right{ width: 900px; margin-right: 30px;margin-bottom:30px;}

.c-s-one a{ display: block; line-height: 36px; border-bottom: 1px solid #ddd; color: #09f; padding-left: 20px;}
.c-s-one a span{width: 80%;display: inline-block;line-height: 24px;padding-top: 5px;}
.c-s-one li:first-child a{ border-top: 1px solid #ddd;}
.c-s-one li .s-n-list li:first-child a{ border-top: none;}

.c-s-second dl{ overflow: hidden; margin-bottom: 35px;}
.c-s-second dt{ float: left; width: 156px; margin-right: 40px;}
.c-s-second dt img{ width: 156px; display: block;height:103px;}
.c-s-second dd{ float: left; width: 395px;}
.c-s-second dd h4 a{ display: block; color: #444; font-size: 16px; margin-bottom: 14px; /*overflow: hidden; white-space: nowrap; text-overflow:ellipsis;*/}
.c-s-second dd h4 a:hover{ color: #000;}
.c-s-second dd .time{ color: #999; font-size: 12px; margin-bottom: 14px;}
.c-s-second dd .content{ line-height: 25px; font-size: 12px; color: #444;}
.c-s-second dd p a{ color: #09f; display: block; margin-top: 15px;}

.c-s-right dl{ overflow: hidden; margin-bottom: 35px;}
.c-s-right dt{ float: left; width: 156px; margin-right: 40px;}
.c-s-right dt img{ width: 156px; display: block;}
.c-s-right dd{ float: left; width: 700px;}
.c-s-right dd h4 a{ display: block; color: #444; font-size: 16px; margin-bottom: 14px; /*overflow: hidden; white-space: nowrap; text-overflow:ellipsis;*/}
.c-s-right dd h4 a:hover{ color: #000;}
.c-s-right dd .time{ color: #999; font-size: 12px; margin-bottom: 14px;}
.c-s-right dd .content{ line-height: 25px; font-size: 12px; color: #444;}
.c-s-right dd p a{ color: #09f; display: block; margin-top: 15px;}
.c-s-right h3{font-size: 24px;font-weight: 500;margin-bottom: 30px;margin-top: 30px;}

.pfollow{ margin-top: 10px; color: #333; font-weight: bold;}
.pfollow a img{ margin-top: 10px;}
.pfollow a{ position: relative;}
.maposition{ position: absolute; top: 6px; left: 0; width: 120px; height: 120px; background: #fff; padding: 5px; z-index: 999; display: none;}
.news-notice{ padding: 0;}
.news-active a{ display: block;}
.news-active img{ width: 100%;}
.news-active p{ text-align: center; color: #333; margin-top: 5px;}
.news-active a:hover p{ color: #000;}


/*----------------------学术活动------------------------*/
.c-activity{ width: 880px;}
.pagetit{ padding: 0 30px 5px 30px;}
.pagetit h2{ font-size: 30px; color: #444; margin-bottom: 20px;}
.pagetit p{ line-height: 40px; margin-bottom: 10px;}
.pagetit a{ display: block;}
.pagetit a img{ display: block; border: 1px solid #ddd; width: 100%;}
.c-s-second h3{ font-size: 24px; color: #444; font-weight: 500; margin-bottom: 25px; margin-top: 40px;}
.brandcf h3{ margin-top: 0;}
.brandcf div{ overflow: hidden;}
.brandcf a{ display: block; width: 149px; height: 149px; float: left; margin-bottom: 1px; margin-left: 1px;}
.brandcf a img{ display: block; width: 149px; height: 149px;}
.p-news-list a{ display: block; line-height: 32px; color: #09f; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.p-news-list a em{ width: 4px; height: 4px; background: #7f7f7f; display: inline-block; margin-right: 15px; vertical-align:4px;}
.p-news-list .more{ margin-top: 10px;}

.p-act{ padding: 0;}
.p-act .activity-list dd{ width: 160px;}
.group{ overflow: hidden;}
.group a{ width: 60px; height: 60px; text-align: center; line-height: 60px; display: block; float: left; background: #f19149; color: #fff; margin-left: 1px; margin-bottom: 1px;}
.group a:hover{ background: #38b635; transform: rotateY(360deg); -webkit-transform: rotateY(360deg); transition: all 1s; -webkit-transition: all 1s;}

.pagetit .linehei{ line-height: 25px;padding-bottom:20px;}


/*-----------------学会介绍-----------------*/
.c-s-one a{ position: relative;}
.addsecond{ /*position: absolute; right: 10px; top: 0;*/float: right;padding-right: 10px;}
.s-n-list{ display: none;}
.s-n-list a{ text-indent: 1em; display: block;}
.intro{ border-bottom: 1px solid #ddd; padding-bottom: 35px;}
.intro p{ line-height: 25px; margin-bottom: 40px;}
.p-news-list .history{ padding-bottom: 0; border: none;}
.history dt{ width: 395px; margin-right: 35px; line-height: 25px;}
.history dd{ width: 161px;}
.history dd img{ width: 100%;}
.intro-r a{ display: block; font-size: 12px; color: #09f; border-bottom: 1px dashed #fff; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}

.c-s-three .tith3{ font-size: 16px;}
.mb30{ margin-bottom: 30px;}
.intro-video a{ display: block;}
.intro-video{ position: relative;}
.intro-video .imgb{ width: 248px; height: 140px;}
.intro-video .play{ width: 63px; height: 63px; position: absolute; left: 50%; top: 50%; margin-left: -31.5px; margin-top: -31.5px;}
.intro-contact{ line-height: 22px; font-size: 12px;}
.intro-contact img{ display: block; width: 100%; margin-top: 45px;}

/*---------------------工作动态列表页-----------------------*/
.dynamic li{ overflow: hidden;}
.dynamic a{ display: block; float: left; width: 80%; color: #444; line-height: 35px; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;}
.dynamic a em{ width: 6px; height: 6px; border: 3px solid #44b4ff; display: inline-block; margin-right: 18px;}
.dynamic a:hover{ color: #09f;}
.dynamic li .datal{ float: right; width: 100px; line-height: 35px; margin-left: 20px; color: #333;}
.c-s-one a.cur{ background: #def4ff;}
.c-s-one a:hover{ background: #def4ff;}

/*---------------------工作动态详情页-----------------------*/
.dynamic-detail{ margin-top: 20px; padding: 0 35px 25px 35px;}
.dynamic-detail h3{ font-size: 24px; color: #444; text-align:center;}
.dynamic-detail .time{ font-size: 12px; color: #888; margin: 20px 0; text-align:center; position: relative;}
.dynamic-detail .time span{ margin-right: 30px;}
.share{ position: absolute; right: 0; top: -5px;}
.text-detail p{ font-size: 16px; line-height: 30px; margin-bottom: 10px;}
.text-detail table{width:100%;}
.text-detail .imgtxt{ text-align: center; margin: 30px 0;}
.text-detail .imgtxt p{ text-indent: 0; font-size: 14px;}


/*学术前沿专栏-栏目页 */
#outer {padding-right:30px;padding-top:20px;}
#tab {overflow:hidden;zoom:1;border-bottom: 1px solid #89c997;}
#tab li {float:left;color:#333;height:30px;	cursor:pointer;line-height:30px;padding:0 30px;}
#tab li.current {border-bottom: 2px solid #89c997;  color: #333;background:#f0f9f2;	}
#content ul {line-height:25px;display:none;	}
.academic_h2 {font-size: 20px;  font-weight: 600; }
.academic_h2 a{color: #333;}
.academic_list,.academic_list dl{margin-bottom:30px;}
.academic_list dd{display:inline;}
.academic_list img{width:215px;height:140px; padding-right:10px;}
.academic_tit a{font-size:18px;font-weight:500; line-height:56px;color:#333;}
.academic_tit a:hover,.academic_ab a:hover{color:#000;}
.academic_ab a{font-size:12px;color:#666;float:right;  width:70%;}
.conl_l{padding-right:30px;}
.exp_conl{clear:both;overflow: hidden;border-bottom:1px solid #7fb4dd;padding-bottom:10px;}
.exp_conl h2{margin-right:30px;}
.exp_conl a{font-size:12px;color:#333;line-height:30px;padding-right:20px;}
.exp_conl a:hover{color:#0099ff;}
.exp_conl p{font-size:12px;color:#666;}
.academic_list p{font-size:12px;color:#333;  position: relative;top: -10px}
.mtop{margin-top:30px;}
/*学术前沿专栏-内容页*/
.content_tit{font-size: 20px;  font-weight:bold;  line-height: 36px;  margin-bottom: 20px;}
.content_txt{min-height: 500px;line-height: 30px;padding:20px 0;}
.bread{font-size: 12px;color: #666;margin-bottom: 20px}
.bread a{color:#666}
.bread_09f a{color:#09f;}

.c-s-second h4{ /*margin-top: 20px;*/ margin-bottom: 10px; font-size: 16px;}
.c-s-second .rules p{ margin-bottom: 10px; line-height: 25px;}
.c-s-second .map{ margin: 20px 0;}
.p-news-list .i-c-a{ display: inline-block; line-height: 17px; overflow: inherit}
.s-n-s-list a{ text-indent: 2em;}
.reward-p a{ display: inline;}
.magazine{ overflow: hidden;}
.magazine li{ float: left; position: relative; width: 160px; text-align: center; margin-bottom: 20px; border: 1px solid #ebebeb; margin-right: 57px;}
.magazine li:hover{ border: 1px solid #ccc;}
.magazine li.mrnone{ margin-right: 0;}
.magazine li img{ width: 100%; height: 220px; display: block;}
.magazine li a{ display: block; word-wrap:break-word;}
.magazine li p{ position: absolute; left: 0; bottom: 0; display: none; width: 150px; height: auto; padding: 5px; text-align: center; color: #fff; background: rgba(0,0,0,0.5);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);}
.magazine li p span{ display: block; font-size: 12px;}

.magazine-z li img{ width: 110px; height: 150px; margin: 0 auto; margin-top: 10px;}
.magazine-z li p{ display: block; position: static; background: #ebebeb; color: #333; margin-top: 10px;}
.magazine-f{font-size:12px;color:#333;height:80px;overflow:hidden;}

.ttbz_pic{ overflow: hidden;}
.ttbz_pic li{ float: left; position: relative; width: 160px; text-align: center; margin-bottom: 20px;  margin-right: 57px;}
.ttbz_pic li.mrnone{ margin-right: 0;}
.ttbz_pic li img{ width: 100%; height: 220px; display: block;border:1px solid #ccc}
.ttbz_pic li a{ display: block; word-wrap:break-word;font-size: 12px;font-color:#333}
.ttbz_pic li div{ font-size: 12px;font-color:#333}

/*-------会员服务--------*/
.p-news-list li{ine-height: 32px; color: #09f; overflow: hidden; white-space: nowrap; text-overflow:ellipsis;font-size:12px;}
.p-news-list li em{width: 4px; height: 4px; background: #7f7f7f; display: inline-block; margin-right: 15px; vertical-align:4px;}
.company_logo img{width:220px; height:50px;}
.company_logo a{border:none;}

.council ul{ margin-bottom: 30px; overflow: hidden;}
.council li{ width: 110px; text-align: center; color: #333; float: left; margin-right: 53px; margin-bottom: 12px;}
.council li img{ width: 110px; height: 148px;}
.council li p{ margin-top: 6px;}
.council li.mrnone{ margin-right: 0;}

.workc h5{ font-size: 16px; font-weight: 500; margin-bottom: 10px;}
.workc p{ text-indent: 2em; margin-bottom: 20px;}
.c-s-second .mtnone{ margin-top: 0;}

.prof p{ line-height: 25px;}

.workbody dl{ overflow: hidden;}
.workbody dt{ float: left; width: 110px; margin-right: 20px;}
.workbody dt img{ width: 100%;}
.workbody dd{ float: left;}
.workbody dd p{ line-height: 28px;}
.workbody dd p a{ display: inline;}
.workbody h4{ margin-top: 20px;}
.workbody h4:first-child{ margin-top: 0;}
.workbody a{ color: #09f;}

.lodge p{ text-indent: 2em;}


.page{ width: 100%; overflow: hidden; line-height: 37px; margin:auto; padding-top:30px; margin-bottom:30px; text-align:center;}
.page a{ width:auto; display: inline-block; line-height: 35px; padding:0px 13px; border:1px solid #e5e5e5; border-left: none; color:#333;}
.page a:first-child{ border-left: 1px solid #e5e5e5;}
.page a.on{ background:#09f; color:#fff; border:1px solid #09f;}
.page a:hover{ background:#09f; color:#fff; border-color:#09f;}
.page .txt{ width: 30px; padding: 7px 5px; border:1px solid #e5e5e5; text-align: center;}
.page .btn{ width: 50px; padding: 7px 0; border: none; background: #09f; color: #fff; cursor: pointer;}

.checkup p{ line-height: 25px; text-indent: 2em; margin-bottom: 10px;}
.checkup .checkup-btn{ color: #fff; line-height: 50px;}
.checkup-btn{ display: block; width: 350px; height: 50px; background: #09f; font-size: 16px; border-radius: 3px; text-align: center; margin: 0 auto; margin-top: 30px;}
.checkup-btn:hover{ background: #09c;}
.checkup-r .pdf{ background: url(../images/pdf.gif) left 12px no-repeat; padding-left: 25px;}
.checkup-r .doc{ background: url(../images/doc.gif) left 12px no-repeat; padding-left: 25px;}

.noun .checkup-btn{ width: 300px; height: 40px; line-height: 40px; background: #f5f5f5; color: #09f; border: 1px solid #09f; }
.noun .checkup-btn:first-child{ margin-top: 0;}
.noun .checkup-btn:hover{ background: #eaeaea;}

.books ul{ overflow: hidden;}
.books li{ float: left; width: 30%; margin-right: 3%;}
.books img{ width: 100%;}
.books li p{ text-indent: 0; text-align: center;}
.books dl{ border-bottom: none; padding: 0;}
.books dt{ width: 395px;}
.books dd{ width: 156px;}
.books dd img{ width: 100%;}

/*-----------------搜索结果-----------------*/
.sear-result-t{ margin-top: 20px;}
.sear-result{ padding: 30px;}
.sear-result li{ margin-bottom: 15px;}
.sear-result li a{ color: #09f; line-height: 30px; font-size: 16px; font-weight: 500; text-decoration: underline;}
.sear-result li p{ color: #333;}


/*  #tablestyle table td{border:1px solid #ccc;background: #fff;}*/

.province{ position: absolute; left: 80px; top: 0;}
.province .province-tit{ color: #ccc; padding-right: 15px; background: url(../images/select.png) right center no-repeat;}
.province ul{ border: 1px solid #333; border-top: none; display: none;}
.province li{ line-height: 30px; background: #fff;}
.province li:hover{ background: #09f;}
.province li a{ color: #333;}
.province li:hover a{ color: #fff;}

/*-------------活动预报----------------*/
.hdyb-time{ margin-bottom: 50px;}
.hdyb-year{ border-bottom: 1px solid #ccc;}
.hdyb-year h3{ display: inline-block; font-size: 18px; font-weight: bold; margin-top: 0; margin-right: 10px; margin-bottom: 0; padding: 2px 10px; cursor: pointer;}
.hdyb-year h3.cur{ background: #09f; color: #fff;}
.hdyb-month .firstli{ display: none; margin:10px 0; font-size: 14px;}
.hdyb-month .firstli.cur{ display: block;}
.hdyb-month .firstli li{ display: inline-block; margin-right: 10px; padding: 0 5px; font-weight: bold; cursor: pointer;}
.hdyb-month .firstli li:hover{ background: #09f; color: #fff;}
.hdyb-month .firstli li.cur{ background: #09f; color: #fff;}

.eventcon {
	width:auto;
	min-height:390px;
	display:none;
	margin-top:30px;
}
/*#cseecon20180 {
	display:block;
}*/
#cseecon20160 {
	display:block;
}
.eventcon ul li {
	margin-bottom:20px;
	padding-bottom:20px;
}
.eventcon ul li h2 {
	font-size:16px;
	line-height:30px;
	background:#eee;
	padding-left:16px;
}
.eventcon ul li dl {
	margin-top:10px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.eventcon ul li dl dd {
	padding:5px 0 5px 17px;
	font-size:14px;
	float: none;
	width: auto;
	line-height: 25px;
}
.eventcon ul li dl dd span {
	font-weight:bold;
}
/*分页*/
.pagesite a{width:50px;text-align: center;border: 1px solid #ccc;margin-right: 10px;background:#f8f8f8;height: 35px;
    display: inline-block;}
.pagesite a:hover{color:#09c;background: #def4ff;border:1px solid #09c;}
.pagesite{line-height:35px;width: 500px;margin: 0 auto;padding: 20px 0;font-size:12px;}

.declare{ position:fixed; left:0; top:245px; z-index:999;}
.declare .close{ display:block; width:16px; height:16px; position:absolute; right:2px; top:2px; background:url(../images/close.gif) center no-repeat;}

.declare2{ position:fixed; right:0; top:245px; z-index:999;}
.declare2 .close{ display:block; width:16px; height:16px; position:absolute; right:2px; top:2px; background:url(../images/close.gif) center no-repeat;}

.moreqkcb{text-align: center;display: block;font-size: 16px;margin: 10px;color: #09f;}




.pheader{display: none;}
@media only screen and (max-width: 768px) {

#header{ display: none;}
.crumb{display: none;}
.c-s-one{display:none;}
.c-s-right{width:100%;padding:20px; }
.dynamic li {
    border-bottom: 1px dashed #ccc;
    height: 5em;
    line-height: 5em;
}
.dynamic a {
    display: block;
    float: left;
    width: 80%;
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 2em;
}

.dynamic li .datal {
    float: right;
    width: 10%;
    margin-left: 20px;
    color: #333;
    font-size: 1em;
}
.c-s-right ul{padding:20px}

.pheader{display:block;text-align: center; padding: 20px;}
.pheader img{display:block;height:80px;}
.pheader h1{font-size: 2em;}
.container{margin:0;}

}
