<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.wrapper {
  margin-top: 55px;
  background-size: 100% auto;
}
.banner-wrapper img {

  max-width: 1920px;
  margin: 0 auto;
  display: block;
}
.container {
  padding: 0 3.2%;background: url(../images/con_3_bg.png) no-repeat center bottom;
}
.wrapper-table {
  display: table;
  width: 100%;
}
.left_nav_box {
  display: table-cell;
  vertical-align: top;
  width: 272px;
}
.left_nav_box .left_nav_bg {
  background-color: #f6f6f6;
  padding-bottom: 106px;
}
.right-con-box {
  display: table-cell;
  vertical-align: top;
  padding-left: 80px;
  padding-bottom: 100px;
}
.left_nav {
  padding-left: 0;
  padding-top: 28px;
  padding-bottom: 14px;
  box-shadow: -36px -8px 0 #eb6100;
}
.left_nav li {
  margin-bottom: 6px;
  list-style: none;}
.left_nav li a {
  padding-left: 60px;
  color: #4d4d4d;
  text-decoration: none;display:block; padding-top:7px; padding-bottom:7px;
}
.left_nav li.current {
  position: relative;
  background-color: #fff;
}
.left_nav li.current:after {
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background-color: #fff;
}
.left_nav li.current a {
  color: #eb6100;
  background: url(../images/icon-zhinan.png) no-repeat 26px center;
}
.left_nav li:hover {
  position: relative;
  background-color: #fff;
}
.left_nav li:hover:after {
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: -20px;
  top: 0;
  background-color: #fff;
}
.left_nav li:hover a {
  color: #eb6100;
  background: url(../images/icon-zhinan.png) no-repeat 26px center;
}
.breadcrumb {
  text-align: right;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li a {
  font-size: 13px;
  color: #a9a9a9;
  text-decoration: none;
}
.breadcrumb &gt; li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.inpaper {
  position: relative;
  color: #9f9f9f;
}
.inpaper span {
  position: relative;
  background-color: #fff;
  z-index: 2;
  padding-right: 10px;
}
.inpaper:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #aaaaaa;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -1px;
  left: 0;
}
.tab-title {
  margin-bottom: 10px;
  font-size: 48px;
  color: #1c42b6;
  font-weight: bold;
}
.postbody p {
  line-height: 34px;
  font-size: 16px;
  color: #272727;
}
.articleinp {
  width: 75%;
  float: left;
}
.imgarticle {
  width: 20%;
  float: left;
  margin-left: 3%;
}
.imgarticle img {
  max-width: 100%;
}
.news-list ul {
  padding-left: 0;
}
.news-list li {
  display: table;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-left: 4px solid #eeeeee;
  margin-bottom: 24px;
}
.news-list li a {
  padding: 28px 18px;
  display: block;
}
.news-list li.current {
  border-left: 4px solid #1c42b6;
}
.news-list li.current .date {
  color: #eb6100;
  font-size: 24px;
}
.news-list li:hover {
  border-left: 4px solid #1c42b6;
}
.news-list li:hover .date {
  color: #eb6100;
  font-size: 24px;
}
.news-list li:hover .title {
  color: #1c42b6;
}
.news-list .news {
  width: 88%;
  display: table-cell;
  vertical-align: middle;
}
.news-list .news a {
  text-decoration: none;
}
.news-list .news .title {
  margin-bottom: 8px;
  font-size: 24px;
  color: #1a1a1a;
}
.news-list .news .summary {
  color: #a5a5a5;
  font-size: 14px;
  margin-bottom: 5px;
}
.news-list .date {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-right: 24px;
  color: #c7c7c7;
}
.j-papers {
  margin-top: 100px;
}
.j-papers a {
  width: 34px;
  height: 34px;
  display: inline-block;
  margin-right: 12px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 34px;
  text-decoration: none;
  color: #c4c4c4;
  font-size: 18px;
}
.j-papers .current {
  border: 1px solid #1c42b6;
  color: #1c42b6;
}

/* add by zhangnan 20210305 */
.postbody b,strong{
    font-weight:bold;
}

.news-list li a:hover img
,.pic a:hover img {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.news-item {
    display: flex;
    align-items: center;
}
.news-item-left{
    margin-right: 18px;
}

.news-item-status-text{
    margin-right: 30px;
    margin-left: 5px;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination &gt; li {
    display: inline;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #004E97;
    text-decoration: none;
    background-color: #fff;
    /*border: 1px solid #ddd;*/
}

.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:focus, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; span, .pagination &gt; .active &gt; span:focus, .pagination &gt; .active &gt; span:hover {
    z-index: 3;
    color: #1c42b6;
    cursor: default;
    border: 1px solid #1c42b6;
}

.pagination &gt; li &gt; a, .pagination &gt; li &gt; span {
    border: 1px solid #ddd;
	margin-right: 8px;
	border-radius: 3px;
	color:rgba(102,102,102,1);
}
.pagination{
	margin-top: 0px;
}

.detail-title {
    padding: 24px 24px 22px 24px;
    font-size: 24px;
    font-weight: 400;
    color: rgba(15, 15, 15, 1);
    line-height: 36px;
    border-bottom: 1px dashed #979797;
    margin-bottom: 45px;
}

.detail-title-head {
    text-align: center;
    margin-bottom: 20px;
}

.detail-title-statu {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    text-align: center;
}

.detail-title-statu-span {
    margin-right: 30px;
}

/* search */
.header ol div {
    line-height: 1.5;
}

.m-soBox{
    float: left;
    width: 50px;height: 50px;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-left: 18px;
}
.m-soBox .btn-so,.m-soBox .sub{
    display: block;width: 50px;height: 50px;
    border: none;cursor: pointer;
    color:#fff;
    font-size: 32px;
    text-align: center;
    position: absolute;right: 0;top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: transparent;
}
.m-soBox .inp{
    display: block;width: 100%;height: 100%;
    border: none;background: none;
    height: 50px;
    font-size: 14px;color: #fff;line-height: 50px;
    padding: 0 60px 0 20px;
}
.m-soBox .sub{display: none;}
.m-soBox.open .btn-so{display: none;}
.m-soBox.open .sub{display: block;}

.header.sc .m-soBox{
    margin-top: 4px;
    width: 30px;height: 30px;
}
.m-soBox.open,.header.sc .m-soBox.open{
    width: 180px;
}
.header.sc .m-soBox .btn-so,.header.sc .m-soBox .sub{width: 30px;height: 30px; font-size: 18px; background: transparent;}
.header.sc .m-soBox .inp{height: 30px;line-height: 30px;}

.m-soBox{
    position: relative;
}
.header.sc .m-soBox{
    position: relative;
    top: 0px;
}

.m-soBox .btn-so{top: 2px;}
.header.sc .m-soBox .btn-so{top: 2px;}
.m-soBox input {
    outline: 0;
    box-sizing: border-box;
}
</pre></body></html>