.list-page {
  position: relative;
  margin-top: 50px;
  z-index: 2;
  padding-bottom: 20px;
  padding: 30px 0;
}

.list-right {
  padding-left: 50px;
  width: 77%;
}

.list-main {
  min-height: 400px;
}

.list_ul>ul {
  min-height: 500px;
}


/* ä¾§è¾¹æ  */

.sidebar {
  width: 23%;
}

.sidebar h1 {
  background-color: #308dd3;
  text-align: center;
  font-size: 27px;
  font-weight: bold;
  line-height: 95px;
  position: relative;
  color: #fff;
  margin-bottom: 18px;
}

.sidebar h1:after {
  content: "";
  width: 46%;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -23%;
  top: 80%;
}

.sidebar>ul li {
  background: #f5f5f5;
  border-bottom: solid 1px #e1e1e1;
  text-align: center;
}

.sidebar>ul li:hover {
  background: #308dd3;
}
.sidebar>ul li.on{
   background: #308dd3;
}
.sidebar>ul li.on a{
  color:white;
}
.sidebar>ul li:hover a {
  color: #fff;
}

.sidebar>ul .current {
  background: #308dd3;
}

.sidebar>ul .current a {
  color: #fff;
}

.sidebar>ul li a {
  font-size: 16px;
  color: #424243;
  display: inline-block;
  position: relative;
  line-height: 60px;
}

.sidebar>ul li:hover a {
  color: #fff;
}

.sidebar>ul li a:after {
  content: ">>";
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: -27px;
  transform: translateX(-10px);
  transition: all .3s;
  opacity: 0;
  visibility: hidden;
}

.sidebar>ul .current a:after,
.sidebar>ul li:hover a:after {
  transform: translateX(0);
  visibility: visible;
  opacity: 1;
}
.sidebar>ul li.on a:after{
   transform: translateX(0);
  visibility: visible;
  opacity: 1;
}

/* å½“å‰ä½ç½®å¼€å§‹ */

.Breadcrumbs {
  border-bottom: solid 1px #d2d2d2;
}

.Breadcrumbs p,
.Breadcrumbs a {
  display: inline-block;
  font-size: 15px;
  color: #010101;
  line-height: 50px;
}

.Breadcrumbs p {
  padding-left: 23px;
  background: url(../images/position_ico.png) no-repeat left center;
}

.Breadcrumbs a:hover {
  color: #308dd3;
}


/* å½“å‰ä½ç½®ç»“æŸ */


/* å†…å®¹é¡µ */

.content h2 {
  font-size: 24px;
  color: #040404;
  text-align: center;
  margin-bottom: 20px;
  /* font-weight: bold; */
  text-align: center;
}

.Author {
  margin-bottom: 20px;
  text-align: center;
}

.Author span {
  display: inline-block;
  font-size: 15px;
  color: #707070;
  margin: 0 20px 0 0;
}

.content {
  margin-top: 15px;
}

.content-main p {
  font-size: 17px;
  color: #2f2f2f;
  line-height: 1.8;
  text-indent: 2em;
}

.content-main table p {
  text-indent: 0;
}

.content-main {
  padding-bottom: 40px;
  border-bottom: solid 1px #a0a0a0;
  margin-bottom: 20px;
}

.content-main img {
  max-width: 100%;
  display: inline-block;
}

.content-main p img {
  margin-left: -2em;
}

.page_ a {
  color: #7d7d7d;
  line-height: 30px;
  display: block;
}


/* åˆ—è¡¨é¡µ */

.list_ul ul li {
  position: relative;
  padding-left: 15px;
  transition: all .3s;
  border-bottom: 1px solid #eee;
}

.list_ul ul li:hover {
  transform: translateY(-5px);
}

.list_ul ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #308dd3;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}

.list_ul ul li a {
  font-size: 16px;
  color: #010101;
  line-height: 50px;
}

.list_ul ul li:hover a {
  color: #308dd3;
}

.list_ul ul li span {
  float: right;
  line-height: 50px;
  font-size: 14px;
  color: #010101;
}

.content #vsb_content_2 P {
  font-size: 17px;
  color: #2f2f2f;
  line-height: 1.8;
  text-indent: 2em;
}



html {
  /* å…³é—­å­—ä½“å¤§å°è‡ªåŠ¨è°ƒæ•´åŠŸèƒ½ */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu,
img {
  margin: 0;
  padding: 0;
  border: none;
  font-family: "Microsoft YaHei";
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

a,
a:link,
a:hover,
a:visited {
  text-decoration: none;
}

input {
  margin: 0px;
}

ul {
  list-style: none;
}

.clearfix {
  zoom: 1;
  /* width: 100%; */
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
  visibility: hidden;
  height: 0;
  /* overflow: auto; */
}

.w-1280 {
  width: 1280px;
  margin: 0 auto;
}

.w-1300 {
  width: 1300px;
  margin: 0 auto;
}

.w-1320 {
  width: 1320px;
  margin: 0 auto;
}

.w-1400 {
  width: 1400px;
  margin: 0 auto;
  min-width: 1400px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

.block {
  display: block;
}

li {
  list-style: none;
}

.links .title .more {
  line-height: 35px;
}

.title .more {
  float: right;
  font-size: 14px;
  line-height: 22px;
}

.lincp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

a {
  color: #222;
  /* è®¾å®šå…ƒç´ åœ¨ç§»åŠ¨è®¾å¤‡ï¼ˆå¦‚Adnroidã€iOSï¼‰ä¸Šè¢«è§¦å‘ç‚¹å‡»äº‹ä»¶æ—¶ï¼Œå“åº”çš„èƒŒæ™¯æ¡†çš„é¢œè‰² */
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}

.main {
  margin: auto;
  overflow: hidden;
  max-width: 1920px;
}

select {
  writing-mode: horizontal-tb !important;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  white-space: pre;
  -webkit-rtl-ordering: logical;
  background-color: field;
  cursor: default;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-image: initial;
  border-radius: 0px;
}

.warp-top {
  width: 100%;
  position: fixed;
  background: linear-gradient(to bottom, rgba(12, 80, 152, .8), rgba(155, 168, 195, 0));
  z-index: 10;
  border-top: 8px solid #004387;
}

.myanimation_d {
  transition: all 1s;
  opacity: 0;
  transform: translateY(-40px);
}

.my {
  transform: translateY(0px);
  opacity: 1;
}