/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
}
/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,
img {
  border: 0 none;
}
/* 重置fieldset（表单分组）、图片的边框为0*/
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
/* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote,
q {
  quotes: none;
}
/* 重置嵌套引用的引号类型 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* 重置嵌套引用*/
input,
select,
textarea,
button {
  vertical-align: middle;
}
/* 重置表单控件垂直居中*/
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
/* 重置表单button按钮效果 */
body {
  background: #ffffff;
}
/* 重置body 页面背景为白色 */
html,
body,
th,
td,
input,
select,
textarea,
button {
  line-height: 1;
  font-family: "PingHei", "PingFang SC", "STHeitiSC-Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 200;
  color: #000;
}
/* 重置页面文字属性 */
a {
  color: #005f99;
  text-decoration: none;
}
/* 重置链接a标签 */
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
}
/* 重置链接a标签的鼠标滑动效果 */
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
/* 重置样式标签的样式 */
caption {
  display: none;
}
/* 重置表格标题为隐藏 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
/* 重置table属性 */
img {
  vertical-align: top;
}
/* 图片在当前行内的垂直位置 */
/* 页面设置 */
/* 取消a标签点击后的虚线框 */
a {
  outline: none;
}
/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*
::selection {color: #fff;background-color: #4C6E78;}
::-moz-selection {color: #fff;background-color: #4C6E78;}
*/
/*清除浮动*/
.clear {
  clear: both;
}
/*清除浮动--推荐使用*/
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
html {
  font-size: calc(10vw);
  /*10 ÷ 16 × 100% = 62.5%*/
}
.fright {
  float: right;
}
.fleft {
  float: left;
}
.t-center {
  text-align: center;
}
.main-title,
.main-wrapper {
  width: 100%;
  padding: 16px 0;
}
.l-title {
  width: 20%;
  height: 120px;
  background: url("../img/bg-2.png") no-repeat;
}
.r-title {
  background: #005AAB;
  width: 79.5%;
}
.r-title .r-box {
  width: 100%;
  height: 120px;
  color: #fff;
  padding: 56px 15px 0 15px;
  background: url("../img/bg-1.png") no-repeat top right;
  line-height: 25px;
}
.r-title .r-box p {
  font-size: 12px;
}
.r-title .r-box h3 {
  font-weight: bold;
}
.w-sidebar {
  width: 20%;
}
.w-sidebar .menu .expanded {
  margin: 0;
  text-align: right;
  padding: 1px;
  border-bottom: solid 1px #EDEDED;
  list-style: none;
  list-style-image: none;
}
.w-sidebar .menu .expanded:first-child {
  border-top: solid 1px #EDEDED;
}
.w-sidebar .menu .expanded .e-title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #013162;
  padding: 5px 20px;
  background: url("../img/icon-jia.png") no-repeat right;
}
.w-sidebar .menu .expanded .e-title-hover {
  background: url("../img/icon-jian.png") no-repeat right;
}
.w-sidebar .menu .expanded .menu-z {
  display: none;
  padding: 10px 0;
}
.w-sidebar .menu .expanded .menu-z li {
  margin: 0;
  text-align: right;
  padding: 1px;
  list-style: none;
  list-style-image: none;
}
.w-sidebar .menu .expanded .menu-z li a {
  padding: 5px 20px 5px 0;
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  background: url("../img/icon-yuan.png") no-repeat right;
}
.w-sidebar .menu .expanded .menu-z li a:hover {
  font-weight: bold;
}
.w-sidebar .menu .expanded .e-title-active {
  color: #fff;
  background: url("../img/active-bg.png") repeat-y right;
}
.w-content {
  width: 79.5%;

}
.w-content p{
  line-height: 180% !important;
 }
.w-content .w-title {
  width: 100%;
  color: #003366;
  padding: 8px 12px;
  background: #D8D8D8;
  font-size: 12px;
  font-weight: bold;
}
.w-content .w-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.w-content .w-list li {
  width: 30%;
}
.w-content .w-list li .p-picture {
  margin: 10px auto;
  width: 155px;
  height: 125px;
  text-align: center;
}
.w-content .w-list li .p-picture a {
  display: block;
}
.w-content .w-list li .p-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 65%;
  height: 18px;
  background: #C2E8FC;
  font-weight: bold;
  display: block;
  margin: 10px auto;
  color: #003366;
  padding: 2px 10px 3px 10px;
  border-radius: 9px;
}
.w-content .w-list li .p-content {
  line-height: 18px;
  font-size: 12px;
  margin: 10px auto;
  width: 65%;
  height: 54px;
  display: block;
  overflow: hidden;
  padding: 0 10px;
}
.w-content .w-list li .p-field {
  margin: 10px auto;
  width: 65%;
  color: #000;
  font-weight: bold;
}
.w-content .w-list li .p-field span {
  color: #0877A0;
}
.w-content .w-list:after {
  content: "";
  width: 30%;
}
.w-content .a-title {
  text-align: center;
}
.w-content .a-article {
  border-right: 3px solid #6666aa;
  padding: 50px;
}
.w-content .a-article .a-content {
  text-indent: 30px;
  line-height: 2;
  margin: 10px 0;
}
.w-content .a-article .a-img {
  width: 100%;
  text-align: center;
  margin: 15px 0;
}
.w-content .a-article .a-img p {
  text-align: center;
  margin: 5px 0;
}
