.shadow {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.right {
  right: 0;
  position: absolute;
  top: 0;
}
.mb30 {
  margin-bottom: 30px;
  
}
.mb0 {
  margin-bottom: 0 !important;
}
.row1 {
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.row2,
.row3,
.row4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.row2 {
  -webkit-line-clamp: 2;
}
.row3 {
  -webkit-line-clamp: 3;
}
.row4 {
  -webkit-line-clamp: 4;
}
.bdr5 {
  border-radius: 0.05px;
}
.bg-gray {
  background: #f6f6f6;
}
.c-lightblue {
  color: #00599B;
}
.bg-lightblue {
  background: #00599B;
}
.c-red {
  color: #f1403c;
}
.c-blue {
  color: #00599B;
}
.bg-blue {
  background: #00599B;
}
.hv-blue:hover {
  color: #00599B;
}
.xs {
  font-size: 12px;
}
.main {
  /*margin-top:185px;*/
  padding-bottom: 20px;
}
.main.pt {
  padding-top: 35px;
}
.ver > * {
  display: inline-block;
  vertical-align: middle;
}
.btn {
  border-radius: 0.02em;
  text-align: center;
  height: 28px;
  transition: 0.3s;
  font-size: 12px;
}
.btn .iconfont {
  margin-right: 4px;
  font-size: 14px;
}
.header {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    /*
    position:fixed;
    top:0;
    left:0;
    z-index:9999; 
    */
  width: 1220px;
  margin:0 auto;
  background: #fff;
}

.topnav{width:1220px;margin:0 auto;background: #00599B; z-index:99;}
.topnav ul{width:1220px;height: 40px;margin:0 auto;color: #fff;font-size: 17px;background: #00599B; }
.topnav li{float:left;margin:0; width: 150px; text-align: center}
.topnav a{color: #fff;background: #00599B;height: 40px;line-height: 40px;display:inline-block;padding:0 23px;margin:0;}
.topnav a:hover,.topnav li.hover a{color: #fff;background:#274372;text-decoration: none;}


#mainbody{
  width: 1220px;
  min-height:600px;
  margin:0 auto;
  background: #f8f8f8;
  position: relative;
}
.hd-top {
  color: #BDBDBD;
  height: 35px;
  line-height: 35px;
  background: #302C2C;
  font-size:12px;
}

.hd-top .nav {
  position: relative;
  z-index:99;
  width:500px;
}


.hd-top .nav a {
  color: #BDBDBD;
  display: inline-block;
  padding:0 15px;
}
.hd-top .nav a:hover {
  color: #fff;
  text-decoration: none;
}


.hd-top .nav .help{ position: absolute; left: 150px; top: 0;}
.hd-top .nav .help .Menu{ width:30px;height:35px; padding:0 35px 0 15px;background:url(../images/ico_arrow_down.png) 55px no-repeat; }
.hd-top .nav .help:hover { background: #fff; color:#AC1E2D;}
.hd-top .nav .help:hover .Menu{ background:url(../images/ico_arrow_up.png)  55px no-repeat; color:#AC1E2D; }
.hd-top .nav .help:hover .dropMenu{ display: block;}
.hd-top .nav .help .dropMenu 
{
    position: absolute; left: -30px; top:35px; z-index:99;  width: 110px; height: 150px; margin:0;background: #fff; text-align: center; 
    display: none;
    box-shadow:4px 4px 5px 3px rgba(160, 160, 160, 0.2);
    border-radius:0px 0px 9px 9px;
    
}
.hd-top .nav .help .dropMenu a{display: block;  text-decoration: none;  color: #7E7E7E;}
.hd-top .nav .help .dropMenu a:hover{  color:#AC1E2D; }
.hd-top .nav .help .dropMenu li{ }
.hd-top .nav .help .dropMenu li:hover{ }

.nav_other{ position: relative;background: url(../images/hover_down.png) no-repeat right center;}
.nav_other a:hover{}
.nav_other .Menu{ width:30px;height:35px; padding:0 35px 0 15px;background:url(../images/ico_arrow_down.png) 55px no-repeat; }
.nav_other:hover { background: url(../images/hover_up.png) no-repeat right center; }
.nav_other:hover .Menu{ background:url(../images/ico_arrow_up.png)  55px no-repeat; color:#AC1E2D; }
.nav_other:hover .dropMenu{ display: block;}
.nav_other .dropMenu
{
    left: auto;
    right: 0;
    position: absolute;
    z-index:1999;
    color: #000b1a;
    width: 150px;
    text-align: center;
    display: none;
    box-shadow:4px 4px 5px 3px rgba(160, 160, 160, 0.2);
    border-radius:0px 0px 9px 9px;
}
.nav_other .dropMenu a{display: block;  text-decoration: none;  color: #fffbff;}
.nav_other .dropMenu a:hover{  color:#fffbff; }
.nav_other .dropMenu li{ width: 150px; }
.nav_other .dropMenu li:hover{ }


.hd-top .nav .comefrom{ position: absolute; left: 240px; top: 0;}


.hd-top .hd-top-right {
  right: 0;
  position: absolute;
  top: 0;
  color: #BDBDBD;

}
.hd-top .hd-top-right a {
  color: #BDBDBD;
}
.hd-top-right a:hover {
  color: #fff;
}
.hd-top .hd-top-right > * {
  display: inline-block;
  vertical-align: middle;
}
.hd-top .hd-top-right .pic {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-right: 5px;
}
.hd-top .hd-top-right .id {
}

#loginbar ul {float:right;padding:0;margin:0;list-style-type: none;}
#loginbar ul li {float:left; text-align:center; position:relative;margin-right:5px;}
#loginbar ul li h3 { margin:0; }
#loginbar ul li.hr{width:6px; text-align:center;*line-height:31px;}
#loginbar ul li a:link, .navigation li a:visited {display:block;}
#loginbar li{height:35px;}

#loginbar .admin {background:url(../images/admin.png) 1px no-repeat; text-indent:18px; }
.hd-logo {
  width: 271px;
  height: 56px;
  background-image: url('images/logo-bk.png');
  float: left;
  margin-top: 20px;
}
.hd-logo-topic {
  width: 390px;
  height: 56px;
  display:inline-block;
  line-height:56px;
  float: left;
  margin-top: 20px;
  color:Black;
  font-family:"Microsoft YaHei",΢���ź�,"MicrosoftJhengHei",����ϸ��,STHeiti,MingLiu;
  text-align:center;
  font-size:26px;
  font-weight:bold;
}
.hd-logo-topic:hover {
  text-decoration: none;
  color:Black;
}
.hd-bottom {
  background: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;

  margin:0 10px auto;
}
.hd-bottom .info {
  margin-left: 320px;
  padding-top: 20px;
}
.hd-bottom .info-topic {
  margin-left: 440px;
  padding-top: 20px;
}
.hd-bottom .navs {
  line-height: 35px;
  font-size: 15px;
  height: 40px;
}
.hd-bottom .navs a {
  display: inline-block;
  padding: 0 15px;
  color: #666;
  padding-bottom: 5px;
}
.hd-bottom .navs a:hover,
.hd-bottom .navs a.active {
  color: #333;
}
.hd-bottom .navs a.active {
  font-weight: bold;
  background: url(images/ic-t2.png) no-repeat center bottom;
}
.hd-login {
  color: #00599B;
}
.hd-login a {
  color: #00599B;
  display: inline-block;
  padding: 0 4px;
}
.hd-login a:hover {
  color: #333;
}
.hd-search {
  position: relative;
  border-radius: 0.05px;
  height: 75px;
}
.hd-search input {
  border: 0;
  box-shadow: none;
}

.hd-search .hd-search-input {
  background: #f6f6f6;
  padding-left: 14px;
  height: 45px;
  width: 780px;
  position: relative;
  left: 0px;
  top: 0;
}
.info-topic .hd-search .hd-search-input {
  width: 660px;
}
.hd-search .hd-search-input .select {
  margin-top: 10px;
  width: 100px;
  float:left;
  margin-right: 10px;
}
.hd-search .hd-search-input .key {
  height: 45px;
  line-height: 45px;
  background: #f6f6f6;
  padding-left: 12px;
  margin-left: 5px;
  width: 380px;
  float:left;
}
.info-topic .hd-search .hd-search-input .key {
  width: 460px;
}
.hd-search .field {
  height: 30px;
  line-height: 30px;
  width: 500px;
  position: absolute;
  left: 0;
  top: 45px;
  color:#999;
  font-size:12px;
}
.hd-search .field input {
  margin:0 3px;
}
.hd-search .submit {
  color: #fff;
  height: 45px;
  line-height: 45px;
  width: 110px;
  font-size: 18px;
  text-align: center;
  background: #00599B;
  position: absolute;
  right: 0;
  top: 0;
}
.footer {
  width: 1220px;
  margin:0 auto;
  background: #fff;
  border-top: 1px solid #f3f3f3;
  box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.05);
}
.copyright {
  padding: 45px 0 24px;
  border-top: 1px solid #f3f3f3;
}
.copyright > * {
  float: left;
  margin-right: 92px;
}
.ft-top {
  padding: 44px 0;
}
.ft-navs {
  line-height: 30px;
}
.ft-navs a {
  display: inline-block;
  margin-right: 50px;
}
.ft-navs a:hover {
  color: #00599B;
}
.ft-icons a {
  display: inline-block;
  margin-left: 43px;
}
.ft-icons a .ic {
  width: 26px;
  height: 30px;
}
.ft-icons a .ic-qq {
  background-image: url('images/ic-qq.png');
}
.ft-icons a .ic-wx {
  background-image: url('images/ic-wx.png');
}
.ft-icons a .ic-wb {
  background-image: url('images/ic-wb.png');
}
.ft-icons a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.sub {
  color: #00599B;
}
.clumb {
  color: #00599B;
  padding: 16px 0 20px;
  font-size: 16px;
  margin:0 10px auto;
}
.clumb a {
  color: #00599B;
}
.clumb a:hover {
  color: #00599B;
}
.clumb .spliter {
  padding: 0 3px;
}
.clumb2 {
  padding: 66px 0 18px;
}
.box {
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.menu-item {
  margin-bottom: 20px;
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}
.menu-item h4 {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  background: #00599B;
  color: #fff;
}
.menu-item .menu-list {
  padding: 15px 20px;
}
.menu-item.small .menu-list {
  padding: 10px 10px;
}
.menu-item .menu-list li {
  position: relative;
  padding-left: 30px;
  line-height: 36px;
  height: 36px;
  font-size: 15px;
  background: url('images/ic-menu.png') no-repeat 0 center;
}
.menu-item.small .menu-list li {
  padding-left: 26px;
  line-height: 29px;
  height: 29px;
  font-size: 14px;
}
.menu-item .menu-list li a {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 40px;
}
.menu-item.small .menu-list li a {
  margin-right: 10px;
}
.menu-item .menu-list li a {
  color: #00599B;
}
.menu-item .menu-list li a:hover {
  color: #00599B;
}
.menu-item .menu-list li.active {
  background-image: url('images/ic-menu-on.png');
}
.menu-item .menu-list li.active .num {
  color: #00599B;
}
.menu-item .menu-list .num {
  right: 0;
  position: absolute;
  top: 0;
  color: #00599B;
}

.menu-item.small .menu-list .num {
  display:none;
}

.menu-item.s2 {
  padding-top: 16px;
}
.menu-item.s2 h4 {
  background: #fff;
  padding-left: 20px;
  color: #00599B;
  text-align: left;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}
.menu-item.s2 h4 .select {
  color: #00599B;
  font-size: 12px;
  right: 0;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
}
.menu-item.s2 .menu-list {
  padding-top: 5px;
}
.data1-box {
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  padding: 20px 26px;
  margin-bottom: 22px;
}
.data1 {
  color: #666;
  line-height: 24px;
  font-size: 16px;
}
.data1 li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.data1 .desc strong {
  float: left;
}
.data1 .desc .info {
  margin-left: 84px;
}
.data1.s1 strong {
  padding-right: 26px;
}
.data1.s1 .desc .info {
  margin-left: 107px;
}
.good-list {
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  padding: 15px 0 20px 0;
}
.good-list ul {
  padding-left: 25px;
}
.good-list ul li {
  width: 200px;
  padding-bottom: 25px;
  float: left;
  margin-right: 20px;
  text-align: center;
  /*color: #565667;*/
}

.good-list ul li a
 {
  /*color: #565667;*/
}
.good-list ul li a:hover
 {
  /*color: #00599B;*/
}


.good-list ul li .img {
  width: 198px;
  height: 250px;
  text-align: center;
  display: block;
  border: 1px solid #f3f3f3;
  line-height: 250px;
}
.good-list ul li .img img {
  position: relative;
  top: -1px;
  width: 198px;
  height: 250px;
}
.good-list ul li .img:hover {
  border-color: #00599B;
}
.good-list ul li .name 
{
  display: block;
  /*word-break: keep-all;
  white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  height: 46px;
  line-height: 23px;
}

.good-list ul li .qktitle 
{
  display: block;
  /*word-break: keep-all;
  white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  height: 46px;
  line-height: 23px;
}

.good-list.s2 {
  padding: 0 0 20px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.good-list.s2 ul {
  padding-left: 30px;
}
.good-list.s2 ul li {
  width: 204px;
  margin: 0 29px 0 0;
}
.good-list.s2 ul li .img {
  width: 202px;
  height: 256px;
  line-height: 256px;
}
.good-list.s3 {
  padding: 30px 0;
}
.good-list.s3 ul li {
  padding-bottom: 32px;
}
.base-hd1 {
  position: relative;
  line-height: 60px;
  height: 60px;
  padding: 0 30px;
}
.base-hd1 h3 {
  font-size: 18px;
  float: left;
}
.base-hd1 .more {
  font-size: 16px;
  color: #00599B;
  float: right;
}
.base-hd1 .more > * {
  display: inline-block;
  vertical-align: middle;
}
.nav1 {
  margin:0 10px auto;
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;

}
.nav1 * {
  font-size: 14px;
}
.nav1 .tit {
  text-align: center;
  background: #00599B;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  color: #fff;
  letter-spacing: 10px;
  display:none;
}
.nav1 .bd {
  padding: 0 0 15px 0;
}
.nav1 .data1 {
  border-top: 1px solid #f3f3f3;
  padding: 26px 15px 0 15px ;
}
.nav1 .nav1-content {
  padding-bottom: 0px;
}
.nav1-item {
  position: relative;
  padding: 5px 15px 0px 15px;
  line-height: 22px;
  height: 30px;
  overflow: hidden;
  border-top: 1px solid #DDDDDD;
  margin: 0;
}
.nav1-item.subdiv {
  border-top: 1px solid #fff;
}

.nav1-item > * {
  float: left;
}
.nav1-item.open {
  height: auto;
}
.nav1-item.full-expand {
  height: auto;
}
.nav1-item h4 {
  width: 80px;

  font-weight: bold;
}
.nav1-item .info {
  width: 980px;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.nav1-item.full-expand .info {
  width: 1060px;
  white-space: normal;
}
.nav1-item.open .info {
  white-space: normal;
}
.nav1-item  .info a {
  display: inline-block;
  padding: 0 5px;
}
.nav1-item a {
  margin-left: 6px;
  margin-bottom: 5px;
}
.nav1-item a span {
  padding: 5px 3px;

}


.nav1-item .info_new {
  width: 1000px;
  word-break: keep-all;
  /*white-space: nowrap;*//*�����ᵼ����ʡ�Ժŵ��ӵ�����*/
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  
}
.nav1-item.full-expand .info_new {
  width: 1080px;
  white-space: normal;
}
.nav1-item.open .info_new {
  white-space: normal;
}


.nav1-item  .info_new .group-item {
  margin-left: 2px;
  margin-bottom: 7px;
  display: inline-block;
  padding: 0 12px 0 2px;
  cursor:pointer;
  position: relative;
  border-radius: 4px;
}
.nav1-item  .multiselect .group-item {
  margin-right: 4px;
  padding: 0 2px 0 2px;
}
.nav1-item  .info_new .group-item span {
  padding: 3px 3px;
}
.nav1-item  .info_new .group-item em {
  display:none;
  font-size:8px;
  -webkit-transform:scale(0.6);
  position: absolute;
  right: -1px;
  top: -3px;
  padding: 2px 2px;
}
.nav1-item  .info_new .group-item.active {
  background: #008419;
  color: #fff;
  border-radius: 5px;
}
.nav1-item  .info_new .group-item.active a {
  color: #fff;
}
.nav1-item  .info_new .group-item.active em {
  display: inline-block;
}


.nav1-item a:hover {

}
.nav1-item .all {
  margin-left: 0;
  color: #00599B;
  padding: 0 12px;
}
.nav1-item a.active {
  background: #008419;
  color: #fff;
  border-radius: 0.03px;
}
.nav-toggle {
  position: absolute;
  right: 15px;
  top: 7px;
  cursor: pointer;
  color: #00599B;
  background: url(images/ic-b.png) no-repeat right center;
  padding-right: 15px;
}
.nav-toggle:hover {
  color: #00599B;
}
.nav-toggle.open {
  background-image: url('images/ic-t.png');
}
.nav1.s2 .bd {
  padding: 30px 30px 10px;
}
.nav1.s2 .nav1-item {
  font-size: 14px;
}
.nav1.s2 .nav1-item h4 {
  font-size: 14px;
  width: 70px;
}
.nav1.s2 .nav1-item .info {
  width: 656px;
}
.nav1.s2 .nav1-item a {
  margin-left: 6px;
  margin-bottom: 5px;
}
.nav1.s2 .nav1-item .all {
  color: #00599B;
}
.nav1.s2 .nav-toggle {
  font-size: 14px;
}


.sub-box {
  margin-bottom: 20px;
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
}


.sub-box h2 {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: left;
  background: #00599B;
  color: #fff;
  text-indent: 1em;
}
.sub-box h2.center {
  text-align: center;
  text-indent: 0;
}
.sub-box h3 {
}
.sub-box h3 span 
{
    margin:5px 0 0 5px;
  height: 26px;
  line-height: 26px;
  display:inline-block;
  font-size: 14px;
  font-size: 14px;
  color: #00599B;
  padding:0 9px;
  cursor:pointer;
}
.sub-box h3 span.current {
  background: #008419;
  color: #fff;
  border-radius: 5px;
}
.sub-box .sub-list {
  padding: 10px 10px;
}
.sub-box .sub-list li {
  position: relative;
  padding-left: 20px;
  line-height: 28px;
  /*height: 28px;*/
  font-size: 15px;
  background: url('images/ic-menu.png') no-repeat 0 4px;
}
.sub-box .sub-list li.multi-line {
  height: auto;
  line-height: 28px;
}

.sub-box .sub-list li a {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
  /*color: #565667;*/
}
.sub-box .sub-list li.multi-line a 
{
    display:;
  word-break: normal;
  white-space: normal;
  text-overflow:clip;
}
.sub-box .sub-list li a:hover {
  /*color: #00599B;*/
}
.sub-box .sub-list li.active {
  background-image: url('images/ic-menu-on.png');
}
.sub-box .sub-list li.active .num {
  color: #00599B;
}
.sub-box .sub-list .num {
  right: 0;
  position: absolute;
  top: 0;
  color: #00599B;
}

		.sub-box .gallery 
		{
		    margin:8px auto;
		    width:254px;
		}
		.sub-box .gallery div {
			float: left;
			padding: 0 8px 8px 0;
		}
		.sub-box .gallery div:nth-child(3n) {
			padding-right: 0;
		}
		.sub-box .gallery div img {
			width:79px;
			height:79px;
		}
.artical1 {
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.artical1 .num{ color:orange; padding:0 3px;font-weight: normal;}
.artical-hd
{position: relative;
}
.artical-hd .img {
  width: 198px;
  height: 250px;
  border: 1px solid #f3f3f3;
  float: left;
  margin-top: 10px;
}
.artical-hd .img_square_1000 {
  width: 800px;
  margin: 10px auto;
}
.artical-hd .img_square_1000 img {
  max-width: 100%; 
  max-height: 100%;
}
.artical-hd .content {
  margin-left: 230px;
  min-height: 250px;
}
.artical-hd  h2 {
  font-size: 26px;
  line-height: 42px;
  font-weight: bold;
  margin-right:100px;
}
.artical-hd .content .data {
  padding-top: 5px;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 15px;
}
.artical-hd .content .data.s2 {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 15px;
  line-height: 26px;
}

.artical-hd .content2 * {
  /*color: #565667;*/
}
.artical-hd .content2  a {
  /*color: #565667;*/
}
.artical-hd .content2  a:hover {
  /*color: #00599B;*/
}


a.keyword_one { color: #FF5502;}
a.keyword_one:hover { color: #FF5502;text-decoration: underline; }

a.keyword_two { color: #FF5502;}
a.keyword_two:hover { color: #FF5502;text-decoration: underline; }
/*
a.keyword_two { color: #4C8221;}
a.keyword_two:hover { color: #4C8221;text-decoration: underline; }
*/

a.identifier { color: #FF5502; }
a.identifier:hover { color: #FF5502;text-decoration: underline; }


.artical-hd .content2 .data {
  padding-top: 5px;
  font-size: 15px;
  line-height: 32px;
  margin-bottom: 15px;
}
.artical-hd .content2 .data.s2 {
  margin-bottom: 0;
  padding-top: 0;
  font-size: 15px;
  line-height: 26px;
}

.download-btn {
  width: 200px;
  height: 56px;
  background: #00599B;
  border-radius: 0.05px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
}
.download-btn > * {
  display: inline-block;
  vertical-align: middle;
}
.download-btn span {
  line-height: 56px;
}
.download-btn .ic-down {
  background-image: url('images/ic-down.png');
  width: 25px;
  height: 56px;
  margin-right: 5px;
}
.download-btn:hover {
  background-color: #003800;
}




.preview-btn {
  width: 200px;
  height: 56px;
  background: #FFA900;
  border-radius: 0.05px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
}
.preview-btn > * {
  display: inline-block;
  vertical-align: middle;
}
.preview-btn span {
  line-height: 56px;
}
.preview-btn .ic-preview {
  background-image: url('images/ic-preview.png');
  width: 25px;
  height: 56px;
  margin-right: 5px;
}
.preview-btn:hover {
  background-color: #FF6600;
}





.menus1 {
  font-size: 16px;
  /*color: #565667;*/
}
.menus1  a {
  /*color: #565667;*/
}
.menus1  a:hover {
  /*color: #00599B;*/
}

.menus1 .item {
  padding-top: 20px;
}
.menus1 h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  vertical-align:middle;
}
.menus1 .info {
  line-height: 1.8em;
  font-size: 14px;
}
.menus1 .item .icon
{
    vertical-align: middle;
  display:inline-block;
  width:16px;
  height:16px;
  margin-left:5px;
}
.menus1 .item .document{
  background:url(images/icon_document.png?ver=2020102001) 0 0 no-repeat;
}
.menus1 .item .ppt{
  background:url(images/icon_ppt.png?ver=2020102001) 0 0 no-repeat;
}
.menus1 .item .media{
  background:url(images/icon_media.png?ver=2020102001) 0 0 no-repeat;
  cursor:pointer;
}


.menus1 .item .icon-b
{
    vertical-align: middle;
  display:inline-block;
  width:28px;
  height:28px;
  margin-left:5px;
}

.menus1 .item .document-b{
  background:url(images/icon_document-b.png?ver=2020102001) 0 0 no-repeat;
}
.menus1 .item .ppt-b{
  background:url(images/icon_ppt-b.png?ver=2020102001) 0 0 no-repeat;
}
.menus1 .item .media-b{
  background:url(images/icon_media-b.png?ver=2020102001) 0 0 no-repeat;
  cursor:pointer;
}


.menus1 .meeting_agenda_list
{
}
.menus1 .meeting_agenda_list .date
{
    font-size:16px;
    font-weight:bold;
    text-align:center;
    line-height:3em;
}
.menus1 .meeting_agenda_list .meeting_media_all
{
       font-size:14px;
    font-weight:bold; 
    margin-top:3px;
    line-height:2em;
}
.menus1 .meeting_agenda_list .specialname
{
       font-size:14px;
    font-weight:bold; 
    margin-top:3px;
    line-height:2em;
}

.menus1 .meeting_agenda_list .title
{
    list-style-type:disc;
    font-size:14px;
       margin-left:2em;
}
.menus1 .meeting_agenda_list .summary
{
           font-size:14px;
       margin-left:2em;
}
.menus1 .meeting_agenda_list .person1
{
        list-style-type:circle;
               font-size:14px;
       margin-left:4em;
}
.menus1 .meeting_agenda_list .person0
{
    list-style-type:disc;
    font-size:14px;
       margin-left:2em;
}
.menus1 .list {
  line-height: 28px;
}
.menus1 .source {
  line-height: 30px;
}
.baseimg {
  text-align: center;
  display: block;
  border: 1px solid #f3f3f3;
}
.baseimg img {
  position: relative;
  top: -1px;
}
.baseimg:hover {
  border-color: #00599B;
}
.empty-box {
  background-color: #ffffff;
  height: 688px;
  overflow: hidden;
  text-align: center;
}
.empty-box .info {
  font-size: 16px;
  padding-top: 240px;
  background: url(images/ic-empty.png) no-repeat center 0;
  margin-top: 200px;
}
.ibox {
  margin:0 10px auto;
  padding: 0 16px 16px;
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}
.ilist {
  padding-bottom: 10px;
}
.ilist ol li {
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  width: 45%;
  margin-right: 5%;
  position: relative;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.1;
}
.ilist ol li a {
  padding-left: 17px;
}
.ilist ol li .ic {
  width: 6px;
  height: 6px;
  background: #00599B;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.ilist2 ol {
  width: 1200px;
}
.ilist2 ol li {
  float: left;
  margin-right: 23px;
  width: 172px;
}
.ilist2 ol li a {
  display: block;
  text-align: center;
}
.ilist2 ol li .img {
  width: 170px;
  height: 220px;
  text-align: center;
  display: block;
  border: 1px solid #f3f3f3;
}
.ilist2 ol li .img img {
  width: 168px;
  height: 218px;
  padding:1px;
}
.ilist2 ol li .img:hover {
  border-color: #00599B;
}
.ilist2 ol li .tit {
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 15px;
}
.ilist2 ol li:hover img {
  border-color: #00599B;
}

.list2 {
  /*color: #565667;*/
}
.list2  a {
  /*color: #565667;*/
}
.list2  a:hover {
  /*color: #00599B;*/
}
.list2 h4{
  /*color: #00599B;*/
}
.list2 h4 a{
  /*color: #00599B;*/
}

.list2 {
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  padding: 26px;
}
.list2 li {
  border-bottom: 1px solid #f3f3f3;
  padding: 20px 0;
  position: relative;
}

.list2 ul li:first-child {
  padding-top: 0;
}

.collect,
.det_collect
{height: 16px;line-height: 16px;font-size: 14px;width: 60px;}

.list2 .collect,
.artical-hd .det_collect
{position: absolute;right: 0;top: 25px;}

.list2 ul li:first-child .collect {
  top: 5px;
}
.artical-hd .det_collect
{  top: 10px;
}

.collect a,
.det_collect a{color: #888;display:block;height: 100%;}

.collect a span,
.det_collect a span{background:url(images/icon-collect.png) 0 0 no-repeat;width: 16px;height: 16px;display: block;float: left;margin-right: 6px;}

.table1.collect a span{ float: none;margin: 0px;}


.collect a:hover span,
.collect a.collect_on span,
.det_collect a:hover span,
.det_collect a.collect_on span{background-position: -22px 0;}

.collect a:hover,
.collect a.collect_on,
.det_collect a:hover,
.det_collect a.collect_on{color:#00aba2;}


.list2 h4 {
  font-size: 16px;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 80px;
}
.list2  li.photo_text .img {
  width: 110px;
  height: 130px;
  float: left;
  text-align: center;
  display: block;
  border: 1px solid #f3f3f3;
}
.list2  li.photo_text .img img {
  width: 106px;
  height: 126px;
}
.list2 li.photo_text h4 {
  margin-left: 130px;
}

.list2  li.photo_text .data {
  margin-left: 130px;
}
.list2  li.photo_text .info {
  margin-left: 130px;
}

.list2 h4 a:hover {
  border-bottom: 1px solid #00599B;
  color: #00599B;
}
.list2 .data {
  padding: 7px 0;
}
.list2 .data>span {
  display: inline-block;
  margin-right: 30px;
}
.list2 .info {
  line-height: 22px;
  max-height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.list2 .info a {
  color: #1a1a1a;
  display: block;
}
.list2 .info a:hover {
  color: #00599B;
}
.list2 .page {
  padding-top: 40px;
}
.list2.s3 li {
  min-height: 132px;
}
.list2.s3 .img {
  width: 198px;
  height: 130px;
  float: left;
  line-height: 130px;
  text-align: center;
  display: block;
  border: 1px solid #f3f3f3;
}
.list2.s3 .img img {
  position: relative;
  top: -1px;
}
.list2.s3 .img:hover {
  border-color: #00599B;
}
.list2.s3 .content {
  margin-left: 215px;
}
.table1 {
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  padding: 26px;
}
.table1 table  {
  width: 100%;
  /*color: #565667;*/
}




.table1 table td,
.table1 table th {
  height: 58px;
  border: 1px solid #f3f3f3;
  padding-left: 15px;
  text-align: left;
  /*color: #565667;*/
}
.table1 table th {
  font-weight: bold;
}
.table1 table .more {
  /*color: #565667;*/
  border-bottom: 1px solid #00599B;
  display: inline-block;
  line-height: 1.2;
}
.table1 table .more:hover {
  color: #333;
}


.table1 table tr td.center,
.table1 table tr th.center {
  text-align: center;
  padding: 0 15px;
}

.table1 table tr:hover td {
  /*color: #565667;*/
  background: #fafcff;
}
.table1 .page {
  padding-top: 40px;
}

.table2 table {
  width: 100%;
}
.table2 table td{

  border: 1px solid #00599B;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: left;
}
.table2 table td.b {
  font-weight: bold;
}

.table2 table tr td.center{
  text-align: center;
  padding: 5px 5px;
}
.table2 table tr td .fl{
  float:left;
}

.table1 table th a,
.table1 table td a
 {
  /*color: #565667;*/
}
.table1 table th a:hover,
.table1 table td a:hover
 {
  /*color: #00599B;*/
}
.table2 table tr:hover td {
  /*color: #00599B;*/
  background: #fafcff;
}



.product-list {
  border: 1px solid #f3f3f3;
  background: #fff;
  border-radius: 0.05px;
  overflow: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
  padding: 26px 0 26px 26px;
}
.product-list ul {
  padding-bottom: 14px;
}
.product-list li 
{
  overflow: hidden;
  height: 197px;
  padding-bottom: 26px;
  width: 415px;
  float: left;
  margin-right: 26px;
  cursor: pointer;
}


.product-list li .img {
  width: 143px;
  height: 179px;
  float: left;
  line-height: 179px;
  text-align: center;
  display: block;
  border: 1px solid #f3f3f3;
}
.product-list li .img img {
  position: relative;
  top: -1px;
}
.product-list li .img:hover {
  border-color: #00599B;
}

.product-list li .content {
  margin-left: 158px;
}

.product-list li.map 
{
  height: 243px;
}

.product-list li .img_map {
  width: 243px;
  height: 243px;
  float: left;
  text-align: center;
  line-height:243px;
  display:inline-block;
  border: 1px solid #f3f3f3;
}
.product-list li .img_map img 
{
	vertical-align:middle;
}
.product-list li .img_map:hover {
  border-color: #00599B;
}


.product-list li .content_map {
  margin-left: 258px;
}

.product-list li h3 {
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 6px;
}
.product-list li .info {
  line-height: 20px;
  font-size: 13px;
  color: #000b1a;
  overflow: hidden;
  height: 167px;
}
.product-list li .info p {
  margin-top: 5px;
}
.product-list li .info .tit {
  color: #666;
}
product-list li .info p.km {
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.product-list li .desc {
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.product-list li:hover h3 {
  color: #00599B;
}
.nav1-item.firstchar .info {
  width: 900px;
}
.nav1-item.firstchar .info a {
}
.nav1.s2 .nav1-item.firstchar .all {
  margin-left: 0;
}
.nav1.s2 .nav1-item.firstchar .info {
  width: 802px;
}
.nav1.s2 .nav1-item.firstchar .info a {
}
.data1 .cls .t 
{
        float: left;
    width: 155px;
    display: block;
}
.data1 .cls .c 
{
    float: left;
    
}

#search_conditions {
  padding: 0 30px;
  font-size: 16px;
  line-height: 28px;
  height: 38px;
}
#search_conditions .search_condition_item {
  margin-left: 5px;
  padding: 5px 6px;
  background: #F3F3F3;
  border-radius: 0.03px;
  border-color: #E9E9E9;
}

#search_conditions .search_condition_item em {
  font-size: 8px;
  margin-left: 14px;
  color:red;
  cursor:pointer;
}


#screening_conditions {
  padding: 0 30px;
  font-size: 16px;
  line-height: 28px;
  height: 38px;
  display:none;

}
#screening_conditions .screening_condition_item {
  margin-left: 5px;
  padding: 5px 6px;
  background: #F3F3F3;
  border-radius: 0.03px;
  border-color: #E9E9E9;
}

#screening_conditions .screening_condition_item em {
  font-size: 8px;
  margin-left: 14px;
  color:red;
  cursor:pointer;
}



.clumb span.site_theme_bar
{
        float:right;
	margin-left:10px;
	font-size:1px;
	vertical-align:bottom;
	padding:0;
        display:none;
}
.clumb span.site_theme_bar a.default {
	display:inline-block;
	width:11px;
	height:11px;
	border:none;
	background:url(images/ico_themes.gif?ver=2020061701) no-repeat 0 0;
	margin-left:2px;
	padding:0;
}
.clumb span.site_theme_bar a.blue {
	display:inline-block;
	width:11px;
	height:11px;
	border:none;
	background:url(images/ico_themes.gif?ver=2020061701) no-repeat -13px 0;
	margin-left:2px;
	padding:0;
}

.search-result 
{
    height:28px; 
    padding:6px 0; 
    border: 1px solid #f3f3f3;
    margin-bottom: 10px;
    background: #fff;
}
.search-result .search-result-info 
{    
    margin-left: 20px;
        line-height:28px; 
    color:#565666;
}
.search-result .search-result-ordergroup span 
{    
    display:inline-block;
    padding:0 6px;
        line-height:28px; 
    cursor:pointer;
        background:#F0F0F5;
    color:#565666;
    margin-left:12px;
}
.search-result .search-result-ordergroup span:hover,
.search-result .search-result-ordergroup span.current 
{    
    background:#FBF0EF;
    color:#C14232;
}

.dialogBox .tkWrap{ position: fixed; top:0; left:0; width: 100%; height: 100%; background:#000;background: rgba(0,0,0,0.6) none repeat scroll !important;z-index: 199998;opacity: 0.7; filter: alpha(opacity=70);}
.dialogBox .tkDefault_wrap{width: 460px;position: absolute;background-color: #fff;box-shadow: 0 1px 3px rgba(0,0,0,0.4);border-radius: 4px;z-index: 199999;}
.dialogBox .tkDefault_wrap .tkDefault_top{width: 100%;height: 36px;line-height: 36px;overflow: hidden;}
.dialogBox .tkDefault_tit{display: block;height: 36px;font-size: 14px;color: #333;background-color: #ebebeb;padding-left: 14px;text-align: left;}
.dialogBox .tkClose{width: 12px;height: 12px;display: block;margin: 12px 16px 0 0;float: right;background:url(images/dialogBox_close.png) no-repeat;}
.dialogBox .tkPayment{font-size: 14px;color: #888;padding-top:20px;padding-left: 2em;}

.dialogBox .tkPayment p{line-height: 28px;}
.dialogBox .tkPayment p b.red{font-size: 16px;padding:0 4px;font-weight: normal;}
.dialogBox .tkPayment p .num{ color:orange;font-size: 16px;padding:0 4px;font-weight: normal;}
.dialogBox .tkPayment a{text-decoration: underline;}
.dialogBox .tkDefault_wrap .tkDefault_mid{padding: 0 36px 20px 36px;}
.dialogBox .tkDefault_wrap .tkDefault_btn{text-align: center;padding-top: 22px;}
.dialogBox .tkDefault_wrap .tkDefault_btn a{display: inline-block; *display: inline; *zoom: 1;width: 106px;height: 34px;line-height: 34px;font-size: 16px;text-decoration: none;border: 1px solid #00599B;border-radius: 2px;} 
.dialogBox .tkDefault_wrap .tkDefault_btn a.tkDefault_btn2:hover{color: #377cbf;}
.dialogBox .tkDefault_wrap .tkDefault_btn a.tkDefault_btn1{background-color: #377cbf;color: #fff;}
.dialogBox .tkDefault_wrap .tkDefault_btn a.tkDefault_btn3{background-color: #D94F5C;color: #fff;}


.leftmenu-tree-height600 {
  max-height: 600px;
  overflow: auto;
}

.leftmenu-tree-height600::-webkit-scrollbar {
  width: 4px;
}
.leftmenu-tree-height600::-webkit-scrollbar-thumb {
  background-color: #BDBDBD;
}


.leftmenu-tree *
{
  list-style: none;
  border: none;
}
 
.leftmenu-tree
{
  color: #00599B;
  width: 240px;
  margin: 10px 15px auto;
  padding-bottom: 10px;
}
.leftmenu-tree ul
{
  padding: 0 5px;
}
 
.leftmenu-tree li a
{
  color: #00599B;
  text-decoration: none;
  border-radius: 4px;
  display:inline-block;
  height:16px;
  line-height:16px;
  padding:4px 4px;
  border-radius: 4px;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
 
.leftmenu-tree li a:hover
{
  background-color: #00599B;
  color: #fff;
}

.leftmenu-tree li.current>a{ color: #fff; background-color: #00599B;}


.leftmenu-tree .active
{
  background-color: #00599B;
  color: fff;
}
 


.leftmenu-tree .active a
{
  color: #fff;
}
 
.leftmenu-tree li a.active:hover
{
  background-color: #00599B;
}


.leftmenu-tree .toggler
{
  display:inline-block;
  height:20px;
  width:20px;
  padding:0;
  margin:0;
  vertical-align:middle;
  margin-right:1pt;
  padding:2px 0;
  margin-top:-6px;
}

.leftmenu-tree li.tree-empty>.toggler{ background: url('images/ico_menu.gif') no-repeat -3px 0;}
.leftmenu-tree li.tree-empty.current>.toggler{ background: url('images/ico_menu_on.gif') no-repeat -3px 0;}

.leftmenu-tree li.tree-closed>.toggler{ cursor:pointer; background: url('images/ico_close.gif') no-repeat -3px 0;}
.leftmenu-tree li.tree-opened>.toggler{ cursor:pointer; background: url('images/ico_open.gif') no-repeat -3px 0;}


.leftmenu-tree li a.depth1
{
  max-width:200px;

}
.leftmenu-tree li a.depth2
{
  max-width:188px;
}

.leftmenu-tree li a.depth3
{
  max-width:176px;
}

.leftmenu-tree li a.depth4
{
  max-width:164px;
}
.leftmenu-tree li a.depth5
{
  max-width:152px;
}
.leftmenu-tree li a.depth6
{
  max-width:140px;
}




/*ע���¼*/

.sign-box h3{ font-size: 25px; text-align: center; font-weight: bold; margin-bottom: 26px;}
.sign-box input{border-radius: 4px;}
.sign-box form{ width: 310px;margin: 0 auto;}
.sign-box form li{ margin-bottom: 20px; clear: both; overflow: hidden; font-size: 14px;}
.sign-in-box .other{ position: relative;}
.sign-in-box label  {line-height: 25px; display: block}
.sign-in-box .other label { position: relative;}
.sign-in-box .other label span { vertical-align: middle; margin-right: 5px;}
.sign-in-box .other.on label span {background-position: right top}
.sign-in-box .other .forget{ position: absolute; right: 0 ; top: 8px;color: #999; font-size: 13px;border-bottom: 1px solid #999;}
.sign-in-box .other .forget:hover{ color: #0b9dc2}
.sign-in-box .sub2{ height: 45px; line-height: 45px; margin-top: 10px;}
.sign-in-box .other em{vertical-align: middle;}


.sign-up-box{margin: 30px auto; width: 384px;background: white; border: 1px solid #eee;box-shadow: 0 0 5px #f3f2f2}
.sign-up-box h3{margin: 30px 0}
.sign-up-box form{ width: 310px;margin: 0 auto;}
.sign-up-box form li{ position: relative;}
.sign-up-box .yzm .get{ position: absolute; right: 20px; top: 0;line-height: 46px;color: #14b2da; cursor: pointer;}
.sign-up-box .last{color: #999; text-align: center; margin-bottom: 34px;}
.sign-up-box .last a{color: #0b9dc2}
.sign-up-box .sub{width: 100%}

.sign-box .wrong input{border:1px solid  #FF4A5D;background: #FFF6F7; }
.sign-box .w-tip{display: none; font-size: 14px;color: #f11f1f;line-height: 1; text-align: right; margin-top: 2px; position: relative; height: 0;}
.sign-box .wrong .w-tip{display: block; height:auto;}
.sign-box .inp32{ height: 32px; line-height: 32px;}
.sign-box .btn34{background: #1CC9E4; height:32px; line-height:32px; text-align: center;display: inline-block; border-radius: 4px; font-size: 16px;color: #fff;box-shadow: 0 2px 2px #f1f1f1; cursor: pointer;}



.sign-box .input{ height: 42px; line-height: 42px;border: 1px solid #E3E3E3;background: #F8F8F8;color: #888; font-size: 16px; padding-left: 18px; width: 290px;}

.sign-box .sub,.sign-box .btn{background: #1cc9e4; height: 40px; line-height: 40px; text-align: center;display: inline-block; border-radius: 4px; font-size: 16px;color: #fff;box-shadow: 0 2px 2px #f1f1f1; cursor: pointer;}
.sign-box .sub,.sign-box .sub2{ width: 100%;}
.sign-box .sub2{background: #FF4A5D}
.sign-box .sub2:hover{background: #F24657}
.sign-box .sub:hover,.sign-box .btn:hover{background-color:#1abfd9 }
.sign-box .sub:disabled{background:#BAEFF7 }
.sign-box .sub:disabled:hover{background:#BAEFF7 }
.sign-box .sub2:disabled{background:#FFC8CE }
.sign-box .sub2:disabled:hover{background:#FFC8CE }
.sign-box textarea:focus,.sign-box input.inp:focus{background: #fff}

.sign-box input[type="button"],.sign-box input[type="submit"],.sign-box input[type="reset"]{cursor:pointer;}
.sign-box input,.sign-box textarea{outline: none;border: 0;font-family:'΢���ź�'; resize: none; font-size: 14px;}

.xs{float: left;width: 15px;height: 15px;color: transparent;background-image: url("/skins2019/default/images/xs.png");background-repeat: no-repeat;background-size: 100%;}
.yc{float: left;width: 15px;height: 15px;background-image: url("/skins2019/default/images/yc.png");background-repeat: no-repeat;background-size: 100%;}
#xj span{margin-top: 4px;}




#side_content_edit 
{
    display:none;
    position: fixed;
    top:300px;
    z-index: 199;
    width: 64px;
    height: 64px;
    margin-left:-64px;
    border-radius: 0px;
    background: #727272;
    color: #fff;
    text-align: center;
    cursor: pointer;

    }

#side_content_edit > * {
  display: inline-block;
  vertical-align: middle;
}
#side_content_edit span 
{
   width: 64px;
  font-size: 14px;
  line-height: 28px;
}
#side_content_edit i {
  background: url('images/side_content_edit_bg.png') no-repeat 21px 10px;
  width: 64px;
  height: 32px;
}
#side_content_edit:hover {
  background-color: #393D49;
}


#side_title_similar 
{
    display:none;
    position: fixed;
    top:365px;
    z-index: 199;
    width: 64px;
    height: 64px;
    margin-left:-64px;
    border-radius: 0px;
    background: #727272;
    color: #fff;
    text-align: center;
    cursor: pointer;

    }

#side_title_similar > * {
  display: inline-block;
  vertical-align: middle;
}
#side_title_similar span 
{
   width: 64px;
  font-size: 14px;
  line-height: 28px;
}
#side_title_similar i {
  background: url('images/side_title_similar_bg.png') no-repeat 21px 10px;
  width: 64px;
  height: 32px;
}
#side_title_similar:hover {
  background-color: #393D49;
}

#journal_catalog_edit 
{
    display:none;
  cursor: pointer;

  margin-right:50px;
  float:right;
    }

#journal_catalog_edit i {
  display: inline-block;
  background: url('images/journal_catalog_edit_bg.png') no-repeat 6px  8px;
    width: 28px;
    height: 28px;
}



.artical-hd strong.len6 {
  letter-spacing:0.167em;
}
.artical-hd strong.len5 {
  letter-spacing:0.4em;
}
.artical-hd strong.len4 {
  letter-spacing:0.75em; 
}
.artical-hd strong.len3 {
  letter-spacing:1.333em; 
}
.artical-hd strong.len2 {
  letter-spacing:2.5em;
}
.artical-hd strong.len1 {
  letter-spacing:6.0em; 
}



.imgBorder {
  border: 1px solid #f3f3f3;
}
.imgBorder:hover {
  border-color: #00599B;
}


#btn_favorite,#btn_export,#btn_export2 
{
    display:none;
    margin-left:10px;
    cursor:pointer;
    font-size:12px;
    font-family:Arial;
    font-weight:normal;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border:1px solid #dcdcdc;
    padding:3px 5px;
    line-height:20px;
    text-indent:0;
    text-decoration:none;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ededed), color-stop(100%, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    background:-ms-linear-gradient( top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    color:#777777;
    text-shadow:1px 1px 0px #ffffff;
    -webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
    -moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
    box-shadow:inset 1px 1px 0px 0px #ffffff;
}
#btn_favorite:hover,#btn_export:hover,#btn_export2:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #dfdfdf), color-stop(100%, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    background:-ms-linear-gradient( top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}
#btn_favorite:active,#btn_export:active,#btn_export2:active {
    position:relative;
    top:1px;
}


#globalTip{background-color:transparent #ffffff;width: 431px;position: absolute;font-size: 14px;color: #00599B;top: 0;z-index: 1002; display: none;}
#globalTip a {color: #00599B;}
#globalTip_holder{position: absolute;z-index: 1003;top: 35px;right:5px;}
#globalTip_top{height: 20px;}
.left_arrow{background: #fff url(/statics/globaltip/bg.gif?ver=20201011) no-repeat top left;}
.right_arrow{background: #fff url(/statics/globaltip/bg.gif?ver=20201011) no-repeat top right;}

.left_arrow_bot{ height:8px; background: #fff url(/statics/globaltip/bg.gif?ver=20201011) no-repeat bottom left;}
.right_arrow_bot{ height:8px; background: #fff url(/statics/globaltip/bg.gif?ver=20201011) no-repeat bottom right;}

#globalTip_icon{float: left;}
#globalTip_con{padding: 0 10px 12px 10px;line-height: 18px;}
#globalTip_con dl{margin: 0 0 0 10px;padding: 0;}
#globalTip_con dt{text-align: left;font-weight: bold;margin: 0;padding: 0;line-height:1.8em;}
#globalTip_con dd{margin: 0;padding: 0; text-indent:0;}
#globalTip_txt p{text-align: left;line-height:1.8em;margin:0;padding:0;}
#globalTip_detail{text-align: right;line-height:1.8em;}
#globalTip_close{position: absolute;right: 10px;top: 22px;cursor: pointer;}


#screening_switch 
{  
    display:inline-block;
    float:right;
    padding:5px;
    font-size:14px;
    padding-left:20px;
    cursor:pointer;
    line-height:14px;
     background: #ff6600 url(images/icon_screening_switch_off.png?ver=2021010703) no-repeat 3px center;
   color: #fff;
  border-radius: 4px;
}
#screening_switch.open  
{
    background: #008419 url(images/icon_screening_switch_open.png?ver=2021010703) no-repeat 3px center;
  color: #fff;
  border-radius: 3px;
}





.list2 .module_name
{
    display:inline-block;
    padding:3px 5px;
    font-size:14px;
    line-height:14px;
    background: #ff6600;
    color: #fff;
    border-radius: 4px; 
    margin-right:6px;
    
}
