.e_ContentMajorStyleBox-001 {
  height                : auto;
  height-and-height-uint: auto;
  width                 : 100%;
  width-and-width-uint  : 100%;
  width-uint            : %;
}

.e_ContentMajorStyleBox-001 .stylebox_top {
  height                : 45px;
  height-and-height-uint: 45px;
  width                 : auto;
  width-and-height      : custom;
  width-and-width-uint  : auto;
  background-color      : rgba(227, 232, 239, 1);
}

.e_ContentMajorStyleBox-001 .title_icon {
  vertical-align: middle;
  margin-right  : 10px;
  line-height   : 40px;
  color         : rgba(255, 255, 255, 1);
  font-size     : medium;
  display       : inline-block;
}

.e_ContentMajorStyleBox-001 .title_icon::before {
  content: "";
}

.e_ContentMajorStyleBox-001 .title_main {
  vertical-align: middle;
  line-height   : 45px;
  max-width     : 600px;
  color         : rgba(45, 56, 69, 1);
  text-overflow : ellipsis;
  overflow      : hidden;
  font-size     : 16px;
  white-space   : nowrap;
  display       : inline-block;
  font-weight   : normal;
}

.e_ContentMajorStyleBox-001 .title_sub {
  vertical-align: middle;
  line-height   : 40px;
  color         : rgba(255, 255, 255, 1);
  font-size     : 14px;
  margin-left   : 10px;
  display       : inline-block;
  font-weight   : normal;
}

.e_ContentMajorStyleBox-001 .stylebox_title {
  vertical-align        : bottom;
  padding-right         : 15px;
  padding-left          : 15px;
  height                : inherit;
  height-and-height-uint: inherit;
  font-size             : 0px;
  width                 : auto;
  width-and-height      : custom;
  width-and-width-uint  : auto;
  white-space           : nowrap;
  background-color      : rgba(227, 232, 239, 1);
  display               : inline-block;
}

.e_ContentMajorStyleBox-001 .stylebox_link {
  vertical-align: middle;
  margin-right  : 15px;
  height        : inherit;
  color         : #666666;
  font-size     : 14px;
  display       : table;
  border-width  : 0px;
  padding       : 0 15px;
  float         : right;
}

.e_ContentMajorStyleBox-001 .stylebox_link a {
  vertical-align: middle;
  color         : inherit;
  display       : table-cell;
}

.e_ContentMajorStyleBox-001 .link_icon {
  margin-left: 5px;
  display    : inline-block;
}

.e_ContentMajorStyleBox-001 .link_icon::before {
  content: '\e6af';
}

.e_ContentMajorStyleBox-001 .stylebox_top_line {
  height          : 1px;
  background-color: rgba(240, 240, 240, 1);
}

.e_ContentMajorStyleBox-001 .stylebox_content {
  height                : calc(100% - 48px);
  width                 : 100%;
  border-style          : solid;
  border-color          : #f0f0f0;
  border-width          : 1px;
  width-uint            : %;
  padding               : 20px;
  width-and-width-uint  : 100%;
  height-and-height-uint: calc(100% - 48px);
}

.e_ContentMajorStyleBox-001 .stylebox_bottom_line {
  height          : 1px;
  background-color: rgba(240, 240, 240, 1);
}

.c_nav_main-167003 {
  position: absolute;
  width   : 1030px;
  height  : 147px;
  overflow: hidden;
}

.c_nav_main-167003 .nav {
  width     : 100%;
  margin    : 0 auto;
  text-align: center;
}

.c_nav_main-167003 .menu,
.menu ul {
  list-style: none;
  padding   : 0;
  margin    : 0;
}

.c_nav_main-167003 .menu {
  height    : 100px;
  margin-top: 0px;
}

.c_nav_main-167003 .menu li {
  border-top: 0px solid #fff;
}

.c_nav_main-167003 .menu>li {
  display : block;
  float   : left;
  position: relative;
}

.c_nav_main-167003 .menu>li:first-child {
  border-radius: 5px 0 0;
}

.c_nav_main-167003 .menu a {
  border-left    : 3px solid rgba(0, 0, 0, 0);
  color          : #fff;
  text-shadow    : none !important;
  display        : block;
  font-size      : 14px;
  font-weight    : bold;
  line-height    : 45px;
  width          : 152px;
  text-decoration: none;
  text-transform : uppercase;
}

.c_nav_main-167003 .menu .submenu a {
  border-left    : 3px solid rgba(0, 0, 0, 0);
  color          : #595757;
  display        : block;
  font-size      : 14px;
  background     : #fff;
  font-weight    : bold;
  line-height    : 36px;
  padding        : 0px;
  text-decoration: none;
  text-transform : uppercase;
}

.c_nav_main-167003 .menu li:hover {}

.c_nav_main-167003 .menu li:hover>a {
  background         : #6fba2c;
  background-repeat  : no-repeat;
  background-position: top center;
  color              : #fff;
}

.c_nav_main-167003 .submenu {
  left               : 0;
  max-height         : 0;
  position           : absolute;
  top                : 100%;
  z-index            : 0;
  -webkit-perspective: 400px;
  -moz-perspective   : 400px;
  -ms-perspective    : 400px;
  -o-perspective     : 400px;
  perspective        : 400px;
}

.c_nav_main-167003 .submenu li {
  opacity           : 0;
  -webkit-transform : rotateY(90deg);
  -moz-transform    : rotateY(90deg);
  -ms-transform     : rotateY(90deg);
  -o-transform      : rotateY(90deg);
  transform         : rotateY(90deg);
  -webkit-transition: opacity .4s, -webkit-transform .5s;
  -moz-transition   : opacity .4s, -moz-transform .5s;
  -ms-transition    : opacity .4s, -ms-transform .5s;
  -o-transition     : opacity .4s, -o-transform .5s;
  transition        : opacity .4s, transform .5s;
}

.c_nav_main-167003 .menu .submenu li:hover a {
  background         : #6fba2c;
  background-repeat  : no-repeat;
  background-position: top center;
  color              : #fff;
  width              : 100%;
  height             : 36px;
  margin             : 0;
  padding            : 0;
}

.c_nav_main-167003 .menu .submenu li a {
  font-size  : 12px;
  font-weight: normal;
}

.c_nav_main-167003 .menu>li:hover .submenu,
.menu>li:focus .submenu {
  max-height: 2000px;
  z-index   : 10;
}

.c_nav_main-167003 .menu>li:hover .submenu li,
.menu>li:focus .submenu li {
  opacity          : 1;
  -webkit-transform: none;
  -moz-transform   : none;
  -ms-transform    : none;
  -o-transform     : none;
  transform        : none;
}

.c_nav_main-167003 .menu li:hover .submenu li:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay   : 0s;
  -ms-transition-delay    : 0s;
  -o-transition-delay     : 0s;
  transition-delay        : 0s;
}

.c_nav_main-167003 .menu li:hover .submenu li:nth-child(2) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay   : 50ms;
  -ms-transition-delay    : 50ms;
  -o-transition-delay     : 50ms;
  transition-delay        : 50ms;
}

.c_nav_main-167003 .menu .submenu li {
  width      : 152px;
  line-height: 36px;
  height     : 36px;
}

.c_nav_main-167003 .menu li:hover .submenu li:nth-child(3) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay   : 100ms;
  -ms-transition-delay    : 100ms;
  -o-transition-delay     : 100ms;
  transition-delay        : 100ms;
}

.c_nav_main-167003 .menu li:hover .submenu li:nth-child(4) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay   : 150ms;
  -ms-transition-delay    : 150ms;
  -o-transition-delay     : 150ms;
  transition-delay        : 150ms;
}

.c_nav_main-167003 .menu li:hover .submenu li:nth-child(5) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay   : 200ms;
  -ms-transition-delay    : 200ms;
  -o-transition-delay     : 200ms;
  transition-delay        : 200ms;
}

.c_nav_main-167003 .menu li:hover .submenu li:nth-child(6) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay   : 250ms;
  -ms-transition-delay    : 250ms;
  -o-transition-delay     : 250ms;
  transition-delay        : 250ms;
}

.c_nav_main-167003 .menu li:hover .submenu li:nth-child(7) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay   : 300ms;
  -ms-transition-delay    : 300ms;
  -o-transition-delay     : 300ms;
  transition-delay        : 300ms;
}

.c_nav_main-167003 .menu li:hover .submenu li:nth-child(8) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay   : 350ms;
  -ms-transition-delay    : 350ms;
  -o-transition-delay     : 350ms;
  transition-delay        : 350ms;
}

.c_nav_main-167003 .submenu li:nth-child(1) {
  -webkit-transition-delay: 350ms;
  -moz-transition-delay   : 350ms;
  -ms-transition-delay    : 350ms;
  -o-transition-delay     : 350ms;
  transition-delay        : 350ms;
}

.c_nav_main-167003 .submenu li:nth-child(2) {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay   : 300ms;
  -ms-transition-delay    : 300ms;
  -o-transition-delay     : 300ms;
  transition-delay        : 300ms;
}

.c_nav_main-167003 .submenu li:nth-child(3) {
  -webkit-transition-delay: 250ms;
  -moz-transition-delay   : 250ms;
  -ms-transition-delay    : 250ms;
  -o-transition-delay     : 250ms;
  transition-delay        : 250ms;
}

.c_nav_main-167003 .submenu li:nth-child(4) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay   : 200ms;
  -ms-transition-delay    : 200ms;
  -o-transition-delay     : 200ms;
  transition-delay        : 200ms;
}

.c_nav_main-167003 .submenu li:nth-child(5) {
  -webkit-transition-delay: 150ms;
  -moz-transition-delay   : 150ms;
  -ms-transition-delay    : 150ms;
  -o-transition-delay     : 150ms;
  transition-delay        : 150ms;
}

.c_nav_main-167003 .submenu li:nth-child(6) {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay   : 100ms;
  -ms-transition-delay    : 100ms;
  -o-transition-delay     : 100ms;
  transition-delay        : 100ms;
}

.c_nav_main-167003 .submenu li:nth-child(7) {
  -webkit-transition-delay: 50ms;
  -moz-transition-delay   : 50ms;
  -ms-transition-delay    : 50ms;
  -o-transition-delay     : 50ms;
  transition-delay        : 50ms;
}

.c_nav_main-167003 .submenu li:nth-child(8) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay   : 0s;
  -ms-transition-delay    : 0s;
  -o-transition-delay     : 0s;
  transition-delay        : 0s;
}

.c_nav_main-167003001 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

.c_nav_main-167003 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

.e_AllWBox-001 {
  width           : 490px;
  height          : 39px;
  background-color: rgba(77, 144, 203, 1);
}

.w_wbox-001 .p_wbox {
  background-color: none;
}

.w_bbox-001 .w_wbox-001 .p_wbox {
  margin-top: 20px;
}

.w_wbox-001 {
  position: absolute;
  width   : 100%;
  height  : 120px;
}

.c_search_total-01001 {
  width    : 890px;
  height   : auto;
  font-size: 0;
  position : absolute;
  top      : 20px;
  left     : 50px;
}

.c_search_total-01001 .p_contentBox {
  width           : auto;
  height          : auto;
  overflow        : visible;
  white-space     : nowrap;
  padding         : 0;
  margin          : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  position        : relative;
}

.c_search_total-01001 .p_searchBox {
  width           : auto;
  height          : auto;
  display         : inline-block;
  vertical-align  : middle;
  overflow        : visible;
  padding         : 0;
  margin          : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  position        : relative;
}

.c_search_total-01001 .p_searchBox .p_input {
  width         : 150px;
  display       : inline-block;
  height        : 30px;
  vertical-align: middle;
  color         : inherit;
  position      : relative;
  font-size     : 14px;
}

.c_search_total-01001 .p_searchBox .p_input .last {
  display: none;
}

.c_search_total-01001 .p_searchBox .p_input .forward {
  display: none;
}

.c_search_total-01001 .p_searchBox .p_input .forward:before {
  content: "\e6d5";
  color  : #797979;
}

.c_search_total-01001 .p_searchBtn {
  width           : auto;
  height          : 30px;
  display         : inline-block;
  vertical-align  : middle;
  font-size       : 14px;
  color           : rgba(255, 255, 255, 1);
  border-width    : 0;
  border-style    : solid;
  border-color    : rgba(255, 255, 255, 0);
  background-color: rgb(56, 172, 54);
  text-align      : center;
  padding-top     : 0;
  padding-right   : 20px;
  padding-left    : 20px;
  position        : inherit;
  margin          : 0;
  padding         : 0 10px;
  cursor          : pointer;
  font-family     : inherit;
  font-weight     : inherit;
  text-decoration : none;
  background-size : 100% 100%;
}

.c_search_total-01001 .p_searchBtn .iconfont {
  margin-right: 5px;
}

.c_search_total-01001 .p_searchBtn .font {
  display        : table-cell;
  vertical-align : middle;
  bottom         : 0;
  height         : inherit;
  color          : inherit;
  font-family    : inherit;
  font-weight    : inherit;
  font-size      : inherit;
  text-decoration: none;
  position       : relative;
  text-align     : center;
}

.c_search_total-01001 .p_input input,
.c_search_total-01001 .p_input .InputText {
  display      : inline-block;
  height       : 100%;
  width        : inherit;
  line-height  : inherit;
  border-width : 1px;
  border-style : solid;
  border-color : #f0f0f0;
  padding-left : 5px;
  padding-right: 5px;
}

.c_search_total-01001 .p_select {
  height        : auto;
  position      : relative;
  font-size     : 0;
  display       : inline-block;
  width         : auto;
  vertical-align: middle;
  margin-left   : -1px;
}

.c_search_total-01001 .p_select input {
  width         : 75px;
  height        : 30px;
  border        : 1px solid rgba(240, 240, 240, 1);
  line-height   : 30px;
  display       : inline-block;
  vertical-align: middle;
  overflow      : hidden;
  text-overflow : ellipsis;
  white-space   : nowrap;
  font-size     : 12px;
  padding-left  : 5px;
  DISPLAY       : NONE;
  display       : none;
}

.c_search_total-01001 .p_select input:hover {
  background-color: rgb(240, 248, 250);
  color           : rgb(100, 190, 186);
}

.c_search_total-01001 .p_select input:hover+.shape {
  background-color: rgb(240, 248, 250);
}

.c_search_total-01001 .p_select .shape {
  display         : inline-block;
  width           : 30px;
  height          : 30px;
  position        : absolute;
  right           : 0;
  line-height     : 30px;
  background-color: #fafafa;
  text-align      : center;
  border          : 1px solid rgba(240, 240, 240, 1);
  border-left     : none;
  font-size       : 12px;
  color           : rgba(200, 200, 200, 1);
  display         : none;
}

.c_search_total-01001 .p_select .shape:before {
  content: "\e6c9";
}

.c_search_total-01001 .p_select .shape:hover {
  color: #65beba;
}

.c_search_total-01001 .p_select .itembox {
  height          : auto;
  width           : 100%;
  position        : absolute;
  top             : 30px;
  left            : 0px;
  border          : 1px solid rgba(240, 240, 240, 1);
  border-top      : 0;
  overflow-y      : auto;
  z-index         : 99;
  background-color: #fff;
  font-size       : 12px;
  max-height      : 180px;
}

.c_search_total-01001 .p_select li {
  width      : auto;
  height     : 30px;
  line-height: 30px;
  display    : block;
  text-align : center;
}

.c_search_total-01001 .p_select li:hover {
  background-color: rgb(240, 248, 250);
  color           : rgb(100, 190, 186);
}

.c_search_total-01001 .p_select li i img {
  display: none;
}

.e_SideMajorStyleBox-001 {
  height                : auto;
  height-and-height-uint: auto;
  width-and-width-uint  : 100%;
  width                 : 100%;
  width-uint            : %;
}

.e_SideMajorStyleBox-001 .stylebox_top {
  height                     : 116px;
  height-and-height-uint     : 116px;
  width-and-width-uint       : auto;
  width-and-height           : custom;
  width                      : auto;
  background-image-part-image: url(/public/static/home/css/../images/kleft.jpg);
  background-color           : rgba(101, 190, 186, 0);
  background-position        : top left;
  background-repeat          : no-repeat;
  background-image           : url(/public/static/home/css/../images/kleft.jpg);
}

.e_SideMajorStyleBox-001 .title_icon {
  vertical-align: middle;
  line-height   : 40px;
  margin-right  : 10px;
  color         : rgba(255, 255, 255, 1);
  font-size     : medium;
  display       : inline-block;
}

.e_SideMajorStyleBox-001 .title_icon::before {
  content: "";
}

.e_SideMajorStyleBox-001 .title_main {
  vertical-align: middle;
  line-height   : 110px;
  color         : rgba(255, 255, 255, 1);
  max-width     : 600px;
  font-size     : 18px;
  overflow      : hidden;
  text-overflow : ellipsis;
  white-space   : nowrap;
  display       : inline-block;
  font-weight   : bold;
}

.e_SideMajorStyleBox-001 .title_sub {
  vertical-align: middle;
  line-height   : 40px;
  color         : rgba(255, 255, 255, 1);
  font-size     : 14px;
  margin-left   : 10px;
  display       : inline-block;
  font-weight   : normal;
}

.e_SideMajorStyleBox-001 .stylebox_title {
  padding-left          : 15px;
  padding-right         : 15px;
  vertical-align        : bottom;
  height                : inherit;
  height-and-height-uint: inherit;
  width-and-width-uint  : auto;
  width                 : auto;
  font-size             : 0px;
  background-color      : rgba(101, 190, 186, 0);
  white-space           : nowrap;
  display               : inline-block;
}

.e_SideMajorStyleBox-001 .stylebox_link {
  vertical-align: middle;
  margin-right  : 15px;
  height        : inherit;
  color         : #666666;
  font-size     : 14px;
  display       : table;
  border-width  : 0px;
  float         : right;
}

.e_SideMajorStyleBox-001 .stylebox_link a {
  vertical-align: middle;
  color         : inherit;
  display       : table-cell;
}

.e_SideMajorStyleBox-001 .link_icon {
  margin-left: 5px;
  display    : inline-block;
}

.e_SideMajorStyleBox-001 .link_icon::before {
  content: '\e6af';
}

.e_SideMajorStyleBox-001 .stylebox_top_line {
  height          : 1px;
  background-color: rgba(240, 240, 240, 1);
}

.e_SideMajorStyleBox-001 .stylebox_content {
  height      : calc(100% - 48px);
  width       : 100%;
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 1px;
  width-uint  : %;
}

.e_SideMajorStyleBox-001 .stylebox_bottom_line {
  height          : 1px;
  background-color: rgba(240, 240, 240, 1);
}

.e_ContentOrdinaryStyleBox-001 {
  height                : 100px;
  width                 : 100%;
  width-uint            : %;
  width-and-width-uint  : 100%;
  height-and-height-uint: 100px;
}

.e_ContentOrdinaryStyleBox-001 .stylebox_link:hover {
  color: rgba(101, 190, 186, 1);
}

.e_ContentOrdinaryStyleBox-001 .stylebox_link:active {
  color: rgba(101, 190, 186, 1);
}

.e_ContentOrdinaryStyleBox-001 .stylebox_top {
  background-color      : rgba(227, 232, 239, 1);
  height                : 40px;
  width                 : auto;
  width-and-width-uint  : auto;
  height-and-height-uint: 40px;
}

.e_ContentOrdinaryStyleBox-001 .title_icon {
  vertical-align: middle;
  margin-right  : 10px;
  line-height   : 40px;
  color         : rgba(255, 255, 255, 1);
  font-size     : medium;
  display       : inline-block;
}

.e_ContentOrdinaryStyleBox-001 .title_icon::before {
  content: "";
}

.e_ContentOrdinaryStyleBox-001 .title_main {
  vertical-align: middle;
  line-height   : 40px;
  max-width     : 600px;
  color         : rgba(45, 56, 69, 1);
  text-overflow : ellipsis;
  overflow      : hidden;
  font-size     : 16px;
  white-space   : nowrap;
  display       : inline-block;
  font-weight   : normal;
}

.e_ContentOrdinaryStyleBox-001 .title_sub {
  vertical-align: middle;
  line-height   : 40px;
  color         : rgba(255, 255, 255, 1);
  font-size     : 14px;
  margin-left   : 10px;
  display       : inline-block;
  font-weight   : normal;
}

.e_ContentOrdinaryStyleBox-001 .stylebox_title {
  vertical-align        : bottom;
  padding-right         : 15px;
  padding-left          : 15px;
  height                : inherit;
  font-size             : 0px;
  width                 : auto;
  white-space           : nowrap;
  background-color      : rgba(227, 232, 239, 1);
  display               : inline-block;
  width-and-width-uint  : auto;
  height-and-height-uint: inherit;
}

.e_ContentOrdinaryStyleBox-001 .stylebox_link {
  height        : inherit;
  color         : #666666;
  font-size     : 14px;
  display       : table;
  border-width  : 0px;
  vertical-align: middle;
  margin-right  : 15px;
  float         : right;
}

.e_ContentOrdinaryStyleBox-001 .stylebox_link a {
  vertical-align: middle;
  color         : inherit;
  display       : table-cell;
}

.e_ContentOrdinaryStyleBox-001 .link_icon {
  margin-left: 5px;
  display    : inline-block;
}

.e_ContentOrdinaryStyleBox-001 .link_icon::before {
  content: '\e6af';
}

.e_ContentOrdinaryStyleBox-001 .stylebox_top_line {
  height          : 1px;
  background-color: rgba(240, 240, 240, 1);
}

.e_ContentOrdinaryStyleBox-001 .stylebox_content {
  height      : calc(100% - 48px);
  width       : 100%;
  border-style: solid;
  border-color: #f0f0f0;
  border-width: 1px;
  width-uint  : %;
}

.e_ContentOrdinaryStyleBox-001 .stylebox_bottom_line {
  height          : 1px;
  background-color: rgba(240, 240, 240, 1);
}

/*无效果/分组*/
.w_sfbox-001>div>.p_SwipPanelBox {
  margin          : 0;
  padding         : 0;
  background-color: transparent;
  overflow        : hidden;
  width           : auto;
  height          : auto;
  position        : absolute;
  top             : 50%;
  display         : none;
  right           : 30px;
  transform       : translate(0, -50%);
  padding         : 30px 0;
  z-index         : 999;
}

.w_sfbox-001>div>.p_SwipPanelBox .p_SwipPanel {
  width       : auto;
  height      : auto;
  font-size   : 14px;
  color       : #626262;
  font-size   : 12px;
  padding     : 0 10px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  text-align  : right;
  margin-top  : 10px;
}

.w_sfbox-001>div>.p_SwipPanelBox .p_SwipPanel:first-child {
  margin-top: 0;
}

.w_sfbox-001>div>.p_SwipPanelBox .p_SwipPanel .font {
  width         : auto;
  height        : auto;
  display       : inline-block;
  margin-right  : 5px;
  line-height   : 23px;
  vertical-align: middle;
  cursor        : pointer;
  font-family   : NotoSansHans-Regular;
  font-size     : inherit;
  color         : inherit;
}

.w_sfbox-001>div>.p_SwipPanelBox .p_SwipPanel .shape {
  width              : 23px;
  height             : 23px;
  display            : inline-block;
  margin-left        : 5px;
  line-height        : 26px;
  padding            : 4px;
  background-position: center;
  background-size    : auto auto;
  vertical-align     : middle;
  position           : relative;
  cursor             : pointer;
  border-radius      : 50%;
  overflow           : hidden;
  border-style       : solid;
  border-width       : 1px;
  border-color       : transparent;
}

.w_sfbox-001>div>.p_SwipPanelBox .p_SwipPanel .shape>div {
  width           : 100%;
  height          : 100%;
  background-color: #fff;
  border-radius   : 50%;
  box-shadow      : 0 0 4px 0 rgba(0, 0, 0, 0.30);
}

.w_sfbox-001>div>.p_SwipPanelBox .p_SwipPanel.active .shape {
  border: 1px solid #fff;
}

.w_sfbox-001>div>.p_SwipPanelBox .p_SwipPanel.active {
  color: #0099cc;
}

.w_sfbox-001>div>.p_SwipPanelBox .p_SwipPanel .shape img {
  position: absolute;
  width   : 100%;
  height  : 100%;
  display : block;
}

/*无效果/分组*/
.w_sfbox-001>.w_sfbox>.p_fbox>div>.p_fboxChild {
  border-color       : rgba(228, 228, 228, 0);
  overflow           : hidden;
  width              : 100%;
  height             : 100%;
  position           : absolute;
  top                : 0;
  left               : 0;
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : auto;
}

.w_sfbox-001>.w_sfbox>.p_fbox {
  width: 100%;
}

.w_sfbox-001>.w_sfbox {
  width: 100%;
}

.w_sfbox-001 {
  width: 100%;
}

.w_sfbox-001 .tips {
  position  : absolute;
  width     : 100%;
  text-align: center;
  display   : none !important;
}

.w_sfbox-001 .tips .title {
  text-align: center;
  font-size : 18px;
  color     : #c3c3c3;
}

.w_sfbox-001 .tips .content {
  text-align : center;
  font-size  : 14px;
  font-family: "微软雅黑";
  color      : #a2a2a2;
  font-weight: normal;
  line-height: 24px;
}

.w_sfbox-001>.w_sfbox>.p_fbox>.p_footer {
  width              : 100%;
  height             : 200px;
  background-color   : #2e77ba;
  position           : relative;
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : 100% 100%;
}

/*默认横向文字靠左*/
/*横向设置 文字靠右*/
.w_sfbox-001 .p_SwipPanelBox.hor-right .font {
  float       : right;
  margin-right: 0;
  margin-left : 5px;
}

.w_sfbox-001 .p_SwipPanelBox.hor-right .shape {
  margin-right: 5px;
  margin-left : 0;
}

/*竖向设置 文字靠上*/
.w_sfbox-001 .p_SwipPanelBox.ver-top .p_SwipPanel {
  padding: 0 0 0 10px;
  float  : left;
  margin : 0;
}

.w_sfbox-001 .p_SwipPanelBox.ver-top .font {
  margin      : 0 0 5px 0;
  writing-mode: vertical-lr;
  display     : block;
}

.w_sfbox-001 .p_SwipPanelBox.ver-top .shape {
  margin: 5px 0 0 0;
}

/*竖向设置 文字靠下*/
.w_sfbox-001 .p_SwipPanelBox.ver-bottom .p_SwipPanel {
  padding: 0 0 0 10px;
  float  : left;
  margin : 0;
}

.w_sfbox-001 .p_SwipPanelBox.ver-bottom .p_SwipPanel:first-child {
  padding: 0;
}

.w_sfbox-001 .p_SwipPanelBox.ver-bottom .font {
  margin              : 5px 0 0 0;
  writing-mode        : vertical-lr;
  -webkit-writing-mode: vertical-lr;
  writing-mode        : tb-lr;
  display             : block;
}

.w_sfbox-001 .p_SwipPanelBox.ver-bottom .shape {
  margin: 0 0 5px 0;
}

/*包裹视频和翻屏页的容器*/
.w_sfbox-001>.w_sfbox>.p_fbox>.p_wrapbox {
  position        : relative;
  background-color: #F4F4F4;
  overflow        : hidden;
}

.w_sfbox-001>.w_sfbox>.p_fbox>.p_wrapbox video {
  position         : absolute;
  width            : 100%;
  height           : auto;
  top              : 50%;
  left             : 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform    : translate(-50%, -50%);
  transform        : translate(-50%, -50%);
}

.w_sfbox-001>.w_sfbox>.p_fbox>div>.p_bgBox {
  height             : 100%;
  width              : 100%;
  background-repeat  : no-repeat;
  background-position: center;
  background-size    : auto;
}

.c_news_list-01001 .p_succ {
  width           : auto;
  height          : auto;
  min-width       : 255px;
  min-height      : 113px;
  max-width       : 500px;
  background-color: #F7FBFB;
  border          : 2px solid #65beba;
  font-size       : 22px;
  position        : absolute;
  z-index         : 9999999999;
}

.c_news_list-01001 .p_succ .iconfont {
  height      : auto;
  color       : #A2D465;
  margin-right: 20px;
  display     : inline-block;
  margin-left : 40px;
}

.c_news_list-01001 .p_succ .iconfont:before {
  content: "\e648";
}

.c_news_list-01001 .p_succ .fontbox {
  display       : inline-block;
  vertical-align: top;
  max-width     : 386px;
  margin-right  : 20px;
}

.c_news_list-01001 .p_succ .promptbox {
  width        : auto;
  height       : auto;
  margin-top   : 35px;
  margin-bottom: 35px;
}

.c_news_list-01001 .p_succ .assistfont {
  display: none;
}

.c_news_list-01001 .p_succ .closebtn {
  display: none;
}

.c_news_list-01001 .p_fail {
  width           : auto;
  height          : auto;
  min-width       : 255px;
  min-height      : 113px;
  max-width       : 500px;
  background-color: #FDFCF3;
  border          : 2px solid #FFDC90;
  font-size       : 22px;
  position        : absolute;
  z-index         : 99999999999;
}

.c_news_list-01001 .p_fail .iconfont {
  height      : auto;
  color       : #005ead;
  margin-right: 20px;
  display     : inline-block;
  margin-left : 40px;
}

.c_news_list-01001 .p_fail .iconfont:before {
  content: "\e641";
}

.c_news_list-01001 .p_fail .fontbox {
  display       : inline-block;
  vertical-align: top;
  max-width     : 386px;
  margin-right  : 20px;
}

.c_news_list-01001 .p_fail .promptbox {
  width        : auto;
  height       : auto;
  margin-top   : 35px;
  margin-bottom: 35px;
}

.c_news_list-01001 .p_fail .assistfont {
  font-size : 14px;
  color     : #999999;
  margin-top: 5px;
}

.c_news_list-01001 .p_fail .closebtn {
  font-size: 14px;
  color    : #65beba;
  position : absolute;
  right    : 15px;
  bottom   : 15px;
}

.c_news_list-01001 .p_fail .closebtn:hover {
  cursor: pointer;
}

.c_news_list-01001 .p_PromptNoneData {
  width           : auto;
  background-color: inherit;
  text-align      : center;
}

.c_news_list-01001 .p_PromptNoneData .prompt_title .iconfont:before {
  content: "";
}

.c_news_list-01001 .p_PromptNoneData .prompt_title .first {
  height        : auto;
  display       : table-cell;
  font-size     : 32px;
  position      : relative;
  color         : #09bb07;
  vertical-align: middle;
  padding       : 0 10px 5px 0;
}

.c_news_list-01001 .p_PromptNoneData .prompt_title {
  display   : inline-table;
  padding   : 0 30px;
  min-height: 200px;
  height    : 100%;
}

.c_news_list-01001 .p_PromptNoneData .prompt_title .first:before {
  content: "\e6b4";
}

.c_news_list-01001 .p_PromptNoneData .prompt_title .font {
  font-size     : 18px;
  display       : table-cell;
  line-height   : normal;
  vertical-align: middle;
  color         : rgba(51, 51, 51, 1);
  font-weight   : bold;
  text-align    : left;
}

.c_news_list-01001 .p_PromptNoneData .promptbox {
  width : auto;
  height: 100%;
}

.c_news_list-01001 .p_PromptNoneData .prompt_content {
  font-size   : 14px;
  color       : rgba(105, 105, 105, 1);
  padding-left: 65px;
}

.c_news_list-01001 .p_moreBtn {
  background    : rgba(252, 252, 252, 1);
  border-color  : rgba(240, 240, 240, 1);
  border-style  : solid;
  border-width  : 1px;
  display       : inline-table;
  min-height    : 29px;
  margin        : 0;
  padding-bottom: 5px;
  padding-left  : 10px;
  padding-right : 10px;
  padding-top   : 5px;
  min-width     : 86px;
  cursor        : pointer;
  color         : rgba(101, 190, 186, 1);
  font-size     : 12px;
  text-align    : center;
}

.c_news_list-01001 .p_moreBtn .font {
  white-space   : nowrap;
  overflow      : visible;
  vertical-align: middle;
}

.c_news_list-01001 .p_moreBtn:hover {
  background  : rgba(101, 190, 186, 1);
  border-color: transparent;
}

.c_news_list-01001 .p_moreBtn:hover {
  color: rgba(255, 255, 255, 1);
}

.c_news_list-01001 .p_moreBtn .iconfont:before {
  content: "";
}

@-moz-keyframes three-quarters-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform     : rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform     : rotate(360deg);
  }
}

@-webkit-keyframes three-quarters-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg);
  }
}

@keyframes three-quarters-loader {
  0% {
    -moz-transform   : rotate(0deg);
    -ms-transform    : rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform        : rotate(0deg);
  }

  100% {
    -moz-transform   : rotate(360deg);
    -ms-transform    : rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform        : rotate(360deg);
  }
}

.loading_animation {
  -moz-animation    : three-quarters-loader 850ms infinite linear;
  -webkit-animation : three-quarters-loader 850ms infinite linear;
  animation         : three-quarters-loader 850ms infinite linear;
  border            : 3px solid #737282;
  border-right-color: transparent;
  border-radius     : 16px;
  box-sizing        : border-box;
  display           : inline-block;
  position          : relative;
  overflow          : hidden;
  text-indent       : -9999px;
  width             : 32px;
  height            : 32px;
  vertical-align    : middle;
}

.c_news_list-01001 .p_loading {
  width           : 890px;
  height          : 70px;
  background-color: #FBFBFC;
  line-height     : 70px;
  text-align      : center;
  color           : #666666;
  font-size       : 18px;
}

.c_news_list-01001 .p_loading .iconfont:before {
  content                : "";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_loading .font {
  display    : inline-block;
  margin-left: 20px;
  line-height: 70px;
  height     : inherit;
}

.c_news_list-01001 .p_more {
  width           : 890px;
  text-align      : center;
  padding-right   : 20px;
  padding-left    : 20px;
  height          : 70px;
  background-color: #F6F7F8;
  position        : relative;
  border-radius   : 0;
  border-width    : 0;
  color           : rgba(115, 115, 131, 1);
  font-size       : 18px;
}

.c_news_list-01001 .p_more:active {
  background-color: #F6F7F8;
}

.c_news_list-01001 .p_more .font {
  display       : table-cell;
  vertical-align: middle;
  text-align    : inherit;
}

.c_news_list-01001 .p_more .iconfont {
  display       : inline;
  vertical-align: middle;
}

.c_news_list-01001 .p_more .iconfont:before {
  content                : "\e6d1";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_moreBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_scroll {
  width   : 100%;
  height  : auto;
  position: relative;
}

.c_news_list-01001 .p_scroll .vline {
  width            : 100%;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : #F0F0F0;
  opacity          : 1;
  position         : absolute;
  top              : 50%;
  -webkit-transform: translate(0, -50%);
  transform        : translate(0, -50%);
}

.c_news_list-01001 .p_scroll .scrolling {
  width        : 77px;
  height       : 25px;
  border       : 1px solid #BABABB;
  background   : -webkit-linear-gradient(#fff, #F2F2F3);
  background   : -o-linear-gradient(#fff, #F2F2F3);
  background   : -moz-linear-gradient(#fff, #F2F2F3);
  background   : linear-gradient(#fff, #F2F2F3);
  border-radius: 6px;
  position     : relative;
  left         : 50%;
  text-align   : center;
  font-size    : 15px;
  box-shadow   : 0 0 10px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color        : #AAAAAA;
  cursor       : pointer;
}

.c_news_list-01001 .p_scroll .scrolling:hover {
  border    : 1px solid #BABABB;
  background: -webkit-linear-gradient(#fff, #F7F7F8);
  background: -o-linear-gradient(#fff, #F7F7F8);
  background: -moz-linear-gradient(#fff, #F7F7F8);
  background: linear-gradient(#fff, #F7F7F8);
}

.c_news_list-01001 .p_scroll .scrolling:active {
  border    : 1px solid #BABABB;
  background: -webkit-linear-gradient(#fff, #E4E4E4);
  background: -o-linear-gradient(#fff, #E4E4E4);
  background: -moz-linear-gradient(#fff, #E4E4E4);
  background: linear-gradient(#fff, #E4E4E4);
  box-shadow: 0 0 10px #fff inset, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.e_pagebox {
  width   : auto;
  height  : auto;
  clear   : both;
  position: relative;
}

.c_news_list-01001 .p_page .pre {
  display     : inline-table;
  float       : left;
  margin-left : 18px;
  margin-right: 5px;
}

.c_news_list-01001 .p_page .pageNum {
  display     : inline-block;
  position    : static;
  float       : left;
  margin-right: 5px;
  line-height : 30px;
}

.c_news_list-01001 .p_page .next {
  display: inline-table;
  float  : left;
}

.c_news_list-01001 .p_page .PageInterval {
  display     : inline-block;
  position    : static;
  float       : left;
  margin-right: 5px;
  line-height : 38px;
  font-size   : 12px;
}

.c_news_list-01001 .p_page .p_PageInterval {
  display     : inline-block;
  position    : static;
  float       : left;
  margin-right: 5px;
  line-height : 38px;
  font-size   : 12px;
}

.c_news_list-01001 .p_page .pre:after {
  content          : "";
  display          : none;
  position         : absolute;
  top              : 5px;
  left             : -14px;
  width            : 27px;
  height           : 27px;
  background-color : rgba(242, 242, 242, 1);
  font-size        : 0;
  line-height      : 0;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  -o-transform     : rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  z-index          : -1;
}

.c_news_list-01001 .p_page .pre:hover:after {
  top               : 4px;
  left              : -12px;
  background-color  : rgba(101, 190, 186, 1);
  border-radius     : 4px 0 0 0;
  -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
  -moz-box-shadow   : 0 3px 0px rgba(90, 90, 90, 0.8);
  box-shadow        : 0 3px 0px rgba(90, 90, 90, 0.8);
  -webkit-transform : rotate(45deg);
  -moz-transform    : rotate(45deg);
  -o-transform      : rotate(45deg);
  -ms-transform     : rotate(45deg);
  transform         : rotate(45deg);
  z-index           : -1;
}

.c_news_list-01001 .p_page .pre:active:after {
  top               : 8px;
  left              : -12px;
  width             : 28px;
  height            : 25px;
  background-color  : rgba(90, 170, 167, 1);
  border-radius     : 0 3px 0 0;
  -webkit-box-shadow: 0 3px 0px rgba(90, 90, 90, 0.8);
  -moz-box-shadow   : 0 3px 0px rgba(90, 90, 90, 0.8);
  box-shadow        : 0 3px 0px rgba(90, 90, 90, 0.8);
  -webkit-transform : rotate(-226deg);
  -moz-transform    : rotate(-226deg);
  -o-transform      : rotate(-226deg);
  -ms-transform     : rotate(-226deg);
  transform         : rotate(-226deg);
  z-index           : -1;
}

.c_news_list-01001 .p_page .pre {
  height          : 30px;
  color           : rgba(102, 102, 102, 1);
  border-width    : 0;
  border-style    : solid;
  border-color    : rgba(255, 255, 255, 0);
  background-color: rgba(242, 242, 242, 1);
  text-align      : center;
  padding-top     : 0;
  padding-right   : 20px;
  padding-left    : 20px;
  position        : relative;
  left            : 0;
  top             : 0;
}

.c_news_list-01001 .p_page .pre:hover {
  color           : rgba(255, 255, 255, 1);
  border-width    : 0;
  border-style    : solid;
  border-color    : rgba(255, 255, 255, 0);
  background-color: rgb(76, 176, 52);
  cursor          : pointer;
}

.c_news_list-01001 .p_page .pre:active {
  background-color: rgb(76, 176, 52);
}

.c_news_list-01001 .p_page .pre .font {
  display       : table-cell;
  vertical-align: middle;
  bottom        : 0;
  font-size     : 12px;
}

.c_news_list-01001 .p_page .pre:hover .iconfont {
  color: rgba(255, 255, 255, 1);
}

.c_news_list-01001 .p_page .pre:active .iconfont {
  color: rgba(255, 255, 255, 1);
}

.c_news_list-01001 .p_page .pre .iconfont:before {
  content                : "";
  margin-right           : 5px;
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_page .next:after {
  content          : "";
  display          : none;
  position         : absolute;
  top              : 5px;
  right            : -14px;
  width            : 27px;
  height           : 27px;
  background-color : rgba(101, 190, 186, 1);
  font-size        : 0;
  line-height      : 0;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  -o-transform     : rotate(45deg);
  -ms-transform    : rotate(45deg);
  transform        : rotate(45deg);
  z-index          : -1;
}

.c_news_list-01001 .p_page .next:hover:after {
  top               : 5px;
  right             : -12px;
  background-color  : rgba(101, 190, 186, 1);
  border-radius     : 4px 0 0 0;
  -webkit-box-shadow: 0 3px 0px #777;
  -moz-box-shadow   : 0 3px 0px #777;
  box-shadow        : 0 3px 0px #777;
  -webkit-transform : rotate(-45deg);
  -moz-transform    : rotate(-45deg);
  -o-transform      : rotate(-45deg);
  -ms-transform     : rotate(-45deg);
  transform         : rotate(-45deg);
  z-index           : -1;
  width             : 26px;
  height            : 26px;
}

.c_news_list-01001 .p_page .next:active:after {
  top               : 8px;
  right             : -12px;
  width             : 27px;
  height            : 24px;
  background-color  : rgb(76, 176, 52);
  border-radius     : 0 3px 0 0;
  -webkit-box-shadow: 0 3px 0px #777;
  -moz-box-shadow   : 0 3px 0px #777;
  box-shadow        : 0 3px 0px #777;
  -webkit-transform : rotate(226deg);
  -moz-transform    : rotate(226deg);
  -o-transform      : rotate(226deg);
  -ms-transform     : rotate(226deg);
  transform         : rotate(226deg);
  z-index           : -1;
}

.c_news_list-01001 .p_page .next {
  height          : 30px;
  color           : rgba(255, 255, 255, 1);
  border-width    : 0;
  border-style    : solid;
  border-color    : rgba(255, 255, 255, 0);
  background-color: rgb(76, 176, 52);
  text-align      : center;
  padding-top     : 0;
  padding-right   : 20px;
  padding-left    : 20px;
  position        : relative;
  left            : 0;
  top             : 0;
}

.c_news_list-01001 .p_page .next:hover {
  color           : rgba(255, 255, 255, 1);
  border-width    : 0;
  border-style    : solid;
  border-color    : rgba(255, 255, 255, 0);
  background-color: rgb(76, 176, 52);
  cursor          : pointer;
}

.c_news_list-01001 .p_page .next:active {
  background-color: rgb(76, 176, 52);
}

.c_news_list-01001 .p_page .next .font {
  display       : table-cell;
  vertical-align: middle;
  bottom        : 0;
  font-size     : 12px;
}

.c_news_list-01001 .p_page .next:hover .iconfont {
  color: rgba(255, 255, 255, 1);
}

.c_news_list-01001 .p_page .next:active .iconfont {
  color: rgba(255, 255, 255, 1);
}

.c_news_list-01001 .p_page .next .iconfont:before {
  content                : "";
  margin-top             : 3px;
  float                  : right;
  margin-left            : 5px;
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_page .pageNum {
  position       : relative;
  background-size: 100% 100%;
  color          : inherit;
  cursor         : pointer;
  display        : table;
  font-family    : inherit;
  font-size      : 14px;
  font-weight    : inherit;
  height         : inherit;
  position       : absolute;
  text-decoration: none;
  width          : inherit;
}

.c_news_list-01001 .p_page .pageNum {
  height          : 30px;
  width           : 30px;
  color           : rgba(102, 102, 102, 1);
  border-width    : 0;
  border-style    : solid;
  border-color    : rgba(255, 255, 255, 0);
  background-color: rgba(242, 242, 242, 1);
  text-align      : center;
  position        : relative;
}

.c_news_list-01001 .p_page .pageNum:hover {
  color           : rgba(255, 255, 255, 1);
  border-width    : 0;
  border-style    : solid;
  border-color    : rgba(255, 255, 255, 0);
  cursor          : pointer;
  text-decoration : none;
  background-color: rgb(76, 176, 52);
}

.c_news_list-01001 .p_page .pageNum:active {
  text-decoration : none;
  background-color: rgb(76, 176, 52);
}

.c_news_list-01001 .p_page .pageNum.active {
  text-decoration : none;
  background-color: rgb(76, 176, 52);
  color           : rgba(255, 255, 255, 1);
}

.c_news_list-01001 .p_page .pageNum .font {
  display       : table-cell;
  vertical-align: middle;
  bottom        : 0;
}

.c_news_list-01001 .p_page .pageNum .iconfont {
  display       : inline;
  color         : rgba(255, 255, 255, 1);
  vertical-align: middle;
}

.c_news_list-01001 .p_page .pageNum:hover .iconfont {
  color: rgba(255, 255, 255, 1);
}

.c_news_list-01001 .p_page .pageNum:active .iconfont {
  color: rgba(255, 255, 255, 1);
}

.c_news_list-01001 .p_page .pageNum .iconfont:before {
  content: "";
}

.c_news_list-01001 .p_page .PageInterval {
  line-height: 30px;
  cursor     : text;
  color      : rgba(102, 102, 102, 1);
}

.c_news_list-01001 .p_page .p_PageInterval {
  line-height: 30px;
  cursor     : text;
  color      : rgba(102, 102, 102, 1);
}

.c_news_list-01001 .p_OccupyBox {
  margin  : 0;
  width   : auto;
  height  : auto;
  padding : 0;
  border  : none;
  overflow: hidden;
}

.c_news_list-01001 .p_CommonSquareNumBtn {
  display         : inline-block;
  height          : 10px;
  width           : 100px;
  padding         : 0;
  background-color: rgba(228, 228, 228, 1);
  border-width    : 1px;
  border-color    : transparent;
  color           : rgba(153, 153, 153, 1);
  font-size       : 12px;
  font-family     : "Microsoft YaHei";
  text-align      : center;
  cursor          : pointer;
}

.c_news_list-01001 .p_CommonSquareNumBtn img {
  display: none;
}

.c_news_list-01001 .p_CommonSquareNumBtn .shape {
  text-indent   : -9999em;
  width         : inherit;
  height        : inherit;
  vertical-align: middle;
}

.c_news_list-01001 .p_CommonSquareNumBtn:hover,
.c_news_list-01001 .p_CommonSquareNumBtn.active {
  background-color: rgba(103, 184, 180, 1);
  color           : rgba(255, 255, 255, 1);
}

.c_news_list-01001 .p_CommonSquareNumBtn.j-nav-active {
  background-color: rgba(103, 184, 180, 1);
  color           : rgba(255, 255, 255, 1);
}

.c_news_list-01001 .p_CommonThumbnailBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_CommonSummaryBoxA {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
  text-align      : center;
}

.c_news_list-01001 .p_CommonSwitchBtnB {
  display       : inline-block;
  vertical-align: middle;
  cursor        : pointer;
  font-size     : 28px;
  color         : rgba(154, 155, 155, 1);
}

.c_news_list-01001 .p_CommonSwitchBtnB .iconfont:before {
  content: "\e6b0";
  display: inline-block;
}

.c_news_list-01001 .p_CommonSwitchBtnB:hover {
  color: rgba(105, 192, 188, 1);
}

.c_news_list-01001 .p_CommonSwitchBtnB:hover {
  cursor: pointer;
}

.c_news_list-01001 .p_titleA {
  display    : inline-table;
  margin     : 0;
  padding    : 0;
  color      : rgba(51, 51, 51, 1);
  font-size  : 16px;
  font-weight: 400;
  text-align : left;
  cursor     : pointer;
}

.c_news_list-01001 .p_titleA .font {
  vertical-align: middle;
  line-height   : 21px;
}

.c_news_list-01001 .p_titleA:hover {
  color: #005ead;
}

.c_news_list-01001 .p_titleA:active {
  color: #005ead;
}

.c_news_list-01001 .p_titleA .iconfont:before {
  content: "";
}

.c_news_list-01001 .p_ListHline {
  height          : 0;
  width           : 100%;
  border-top-width: 1px;
  border-top-style: dashed;
  border-top-color: rgba(240, 240, 240, 1);
  opacity         : 1;
  filter          : alpha(opacity:100);
  /* margin-bottom: 40px; */
}

.c_news_list-01001 .p_ToDetail {
  background   : rgba(252, 252, 252, 1);
  border-color : rgba(240, 240, 240, 1);
  border-style : solid;
  border-width : 1px;
  display      : inline-block;
  margin       : 0;
  padding-left : 10px;
  padding-right: 10px;
  min-width    : 86px;
  color        : rgb(76, 176, 52);
  font-size    : 12px;
  text-align   : center;
}

.c_news_list-01001 .p_ToDetail .font {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 26px;
}

a>.c_news_list-01001 .p_ToDetail:hover {
  background  : rgba(101, 190, 186, 1);
  border-color: transparent;
  color       : rgba(255, 255, 255, 1);
  cursor      : pointer;
}

.c_news_list-01001 .p_ToDetail .iconfont:before {
  content                : "";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.e_title.c_news_list-01001 .p_LinkF {
  display   : inline-block;
  padding   : 0;
  color     : #707070;
  font-size : 14px;
  text-align: left;
}

.e_title.c_news_list-01001 .p_LinkF {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 19px;
}

a>.e_title.c_news_list-01001 .p_LinkF:hover {
  text-decoration: underline;
  font-weight    : bold;
  cursor         : pointer;
  color          : #60a9d7;
}

a>.e_title.c_news_list-01001 .p_LinkF:active {
  color      : #60a9d7;
  font-weight: 400;
}

a>.e_title.c_news_list-01001 .p_LinkF:active {
  text-decoration: none;
  margin-top     : 0;
}

.e_title.c_news_list-01001 .p_LinkF .iconfont:before {
  display: inline-block;
  content: "";
}

.c_news_list-01001 .p_tag {
  display       : inline-block;
  margin        : 0;
  padding-bottom: 0px;
  padding-left  : 0px;
  padding-right : 5px;
  padding-top   : 0px;
  color         : rgba(102, 102, 102, 1);
  font-size     : 14px;
  text-align    : left;
}

.c_news_list-01001 .p_tag .font {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 19px;
}

a>.c_news_list-01001 .p_tag:hover {
  color : rgba(87, 178, 173, 1);
  cursor: pointer;
}

.c_news_list-01001 .p_tag .iconfont:before {
  display: inline-block;
  content: "";
}

.e_title.c_news_list-01001 .p_LinkE {
  display   : inline-block;
  padding   : 0;
  color     : #707070;
  font-size : 14px;
  text-align: left;
}

.e_title.c_news_list-01001 .p_LinkE {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 19px;
}

a>.e_title.c_news_list-01001 .p_LinkE:hover {
  text-decoration: underline;
  font-weight    : bold;
  cursor         : pointer;
  color          : #60a9d7;
}

a>.e_title.c_news_list-01001 .p_LinkE:active {
  color      : #60a9d7;
  font-weight: 400;
}

a>.e_title.c_news_list-01001 .p_LinkE:active {
  text-decoration: none;
  margin-top     : 0;
}

.e_title.c_news_list-01001 .p_LinkE .iconfont:before {
  display: inline-block;
  content: "";
}

.c_news_list-01001 .p_AssistNameF {
  display   : inline-block;
  margin    : 0;
  padding   : 0;
  color     : #c8c8c8;
  font-size : 12px;
  text-align: right;
}

.c_news_list-01001 .p_AssistNameF .font {
  vertical-align: middle;
  white-space   : nowrap;
  width         : inherit;
  line-height   : 16px;
}

.c_news_list-01001 .p_AssistNameF .iconfont:before {
  content                : "\e69e";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_KeywordBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_from {
  display       : inline-table;
  margin        : 0;
  padding       : 0 5px 0 0;
  vertical-align: middle;
  color         : #969696;
  font-size     : 12px;
  text-align    : left;
  white-space   : nowrap;
  overflow      : visible;
}

.c_news_list-01001 .p_from .font {
  vertical-align: middle;
  display       : table-cell;
  line-height   : 18px;
}

.c_news_list-01001 .p_from .iconfont:before {
  content: "";
}

.c_news_list-01001 .p_AssistNameE {
  display   : inline-block;
  margin    : 0;
  padding   : 0;
  color     : #c8c8c8;
  font-size : 12px;
  text-align: right;
}

.c_news_list-01001 .p_AssistNameE .font {
  vertical-align: middle;
  white-space   : nowrap;
  width         : inherit;
  line-height   : 16px;
}

.c_news_list-01001 .p_AssistNameE .iconfont:before {
  content                : "\e69e";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_FromBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_author {
  display       : inline-table;
  margin        : 0;
  padding       : 0 5px 0 0;
  vertical-align: middle;
  color         : #969696;
  font-size     : 12px;
  text-align    : left;
  white-space   : nowrap;
  overflow      : visible;
}

.c_news_list-01001 .p_author .font {
  vertical-align: middle;
  display       : table-cell;
  line-height   : 18px;
}

.c_news_list-01001 .p_author .iconfont:before {
  content: "";
}

.c_news_list-01001 .p_AssistNameD {
  display   : inline-block;
  margin    : 0;
  padding   : 0;
  color     : #c8c8c8;
  font-size : 12px;
  text-align: right;
}

.c_news_list-01001 .p_AssistNameD .font {
  vertical-align: middle;
  white-space   : nowrap;
  width         : inherit;
  line-height   : 16px;
}

.c_news_list-01001 .p_AssistNameD .iconfont:before {
  content                : "\e69e";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_AuthorBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_about {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_summary {
  color         : rgba(102, 102, 102, 1);
  font-size     : 14px;
  line-height   : 26px;
  text-align    : left;
  vertical-align: top;
  word-break    : break-all;
}

.c_news_list-01001 .p_nameB {
  display       : inline-block;
  margin        : 0;
  padding       : 0;
  vertical-align: middle;
  color         : #969696;
  font-size     : 14px;
  text-align    : left;
}

.c_news_list-01001 .p_nameB .font {
  vertical-align: middle;
  line-height   : 19px;
}

.c_news_list-01001 .p_nameB .iconfont:before {
  display                : inline-block;
  content                : "";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_SummaryBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_view {
  display       : inline-table;
  margin        : 0;
  padding       : 0 5px 0 0;
  vertical-align: middle;
  color         : #969696;
  font-size     : 12px;
  text-align    : left;
  white-space   : nowrap;
  overflow      : visible;
}

.c_news_list-01001 .p_view .font {
  vertical-align: middle;
  display       : table-cell;
  line-height   : 18px;
}

.c_news_list-01001 .p_view .iconfont:before {
  content: "";
}

.c_news_list-01001 .p_AssistNameC {
  display   : inline-block;
  margin    : 0;
  padding   : 0;
  color     : #c8c8c8;
  font-size : 12px;
  text-align: right;
}

.c_news_list-01001 .p_AssistNameC .font {
  vertical-align: middle;
  white-space   : nowrap;
  width         : inherit;
  line-height   : 16px;
}

.c_news_list-01001 .p_AssistNameC .iconfont:before {
  content: "\e69e";
}

.c_news_list-01001 .p_ViewBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_comment {
  display       : inline-table;
  margin        : 0;
  padding       : 0 5px 0 0;
  vertical-align: middle;
  color         : #969696;
  font-size     : 12px;
  text-align    : left;
  white-space   : nowrap;
  overflow      : visible;
}

.c_news_list-01001 .p_comment .font {
  vertical-align: middle;
  display       : table-cell;
  line-height   : 18px;
}

.c_news_list-01001 .p_comment .iconfont:before {
  content: "";
}

.c_news_list-01001 .p_AssistNameB {
  display   : inline-block;
  margin    : 0;
  padding   : 0;
  color     : #c8c8c8;
  font-size : 12px;
  text-align: right;
}

.c_news_list-01001 .p_AssistNameB .font {
  vertical-align: middle;
  white-space   : nowrap;
  width         : inherit;
  line-height   : 16px;
}

.c_news_list-01001 .p_AssistNameB .iconfont:before {
  content                : "\e69e";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.e_title.c_news_list-01001 .p_LinkD {
  display   : inline-block;
  padding   : 0;
  color     : #707070;
  font-size : 14px;
  text-align: left;
}

.e_title.c_news_list-01001 .p_LinkD {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 19px;
}

a>.e_title.c_news_list-01001 .p_LinkD:hover {
  text-decoration: underline;
  font-weight    : bold;
  cursor         : pointer;
  color          : #60a9d7;
}

a>.e_title.c_news_list-01001 .p_LinkD:active {
  color      : #60a9d7;
  font-weight: 400;
}

a>.e_title.c_news_list-01001 .p_LinkD:active {
  text-decoration: none;
  margin-top     : 0;
}

.e_title.c_news_list-01001 .p_LinkD .iconfont:before {
  display: inline-block;
  content: "";
}

.c_news_list-01001 .p_CommentBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_time {
  display       : inline-table;
  margin        : 0;
  padding       : 0 5px 0 0;
  vertical-align: middle;
  color         : #969696;
  font-size     : 12px;
  text-align    : left;
  white-space   : nowrap;
  overflow      : visible;
}

.c_news_list-01001 .p_time .font {
  vertical-align: middle;
  display       : table-cell;
  line-height   : 18px;
}

.c_news_list-01001 .p_time .iconfont:before {
  content: "";
}

.c_news_list-01001 .p_AssistNameA {
  display   : inline-block;
  margin    : 0;
  padding   : 0;
  color     : #c8c8c8;
  font-size : 12px;
  text-align: right;
}

.c_news_list-01001 .p_AssistNameA .font {
  vertical-align: middle;
  white-space   : nowrap;
  width         : inherit;
  line-height   : 16px;
}

.c_news_list-01001 .p_AssistNameA .iconfont:before {
  content                : "\e69e";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_TimeBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_assist {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_VideoNews {
  background-color: transparent;
  display         : inline-block;
  margin          : 0;
  padding-bottom  : 2px;
  padding-left    : 2px;
  padding-right   : 2px;
  padding-top     : 2px;
  color           : rgba(153, 153, 153, 1);
  font-size       : 16px;
  font-weight     : normal;
  text-align      : center;
}

.c_news_list-01001 .p_VideoNews .font {
  line-height: normal;
  white-space: nowrap;
}

.c_news_list-01001 .p_VideoNews .iconfont:before {
  font-size: 18px;
  content  : "\e6be";
  color    : rgba(3, 114, 112, 1);
}

.c_news_list-01001 .p_ImgNews {
  background-color: transparent;
  display         : inline-block;
  margin          : 0;
  padding-bottom  : 2px;
  padding-left    : 2px;
  padding-right   : 2px;
  padding-top     : 2px;
  color           : rgba(153, 153, 153, 1);
  font-size       : 16px;
  font-weight     : normal;
  text-align      : center;
}

.c_news_list-01001 .p_ImgNews .iconfont {
  float: left;
}

.c_news_list-01001 .p_ImgNews .font {
  line-height: normal;
  white-space: nowrap;
}

.c_news_list-01001 .p_ImgNews .iconfont:before {
  content                : "\e69d";
  color                  : rgba(3, 114, 112, 1);
  font-size              : 18px;
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_TypeBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_new {
  background-color: transparent;
  display         : inline-block;
  float           : left;
  margin          : 0;
  padding-bottom  : 2px;
  padding-left    : 2px;
  padding-right   : 2px;
  padding-top     : 2px;
  color           : rgba(153, 153, 153, 1);
  font-size       : 16px;
  text-align      : center;
}

.c_news_list-01001 .p_new .font {
  font-weight: normal;
  line-height: normal;
  white-space: nowrap;
}

.c_news_list-01001 .p_new .iconfont:before {
  font-size              : 18px;
  content                : "\e61b";
  color                  : rgba(3, 114, 112, 1);
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_hot {
  background-color: transparent;
  display         : inline-block;
  float           : left;
  margin          : 0;
  padding-bottom  : 2px;
  padding-left    : 2px;
  padding-right   : 2px;
  padding-top     : 2px;
  color           : rgba(153, 153, 153, 1);
  font-size       : 16px;
  font-weight     : normal;
  text-align      : center;
}

.c_news_list-01001 .p_hot .font {
  line-height: normal;
  white-space: nowrap;
}

.c_news_list-01001 .p_hot .iconfont:before {
  font-size              : 18px;
  content                : "\e666";
  color                  : rgba(237, 90, 88, 1);
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_ListTag {}

.c_news_list-01001 .p_ListTag:hover {}

.c_news_list-01001 .p_ListTag:active {}

.c_news_list-01001 .p_title {
  display    : inline-table;
  margin     : 0;
  padding    : 0;
  color      : rgba(51, 51, 51, 1);
  font-size  : 16px;
  font-weight: 400;
  text-align : left;
  cursor     : pointer;
}

.c_news_list-01001 .p_title .font {
  vertical-align: middle;
  line-height   : 21px;
}

.c_news_list-01001 .p_title:hover {
  color: rgb(76, 176, 52);
}

.c_news_list-01001 .p_title:active {
  color: rgb(76, 176, 52);
}

.c_news_list-01001 .p_title .iconfont:before {
  content: "";
}

.e_title.c_news_list-01001 .p_LinkC {
  display   : inline-block;
  padding   : 0;
  color     : #707070;
  font-size : 14px;
  text-align: left;
}

.e_title.c_news_list-01001 .p_LinkC {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 19px;
}

a>.e_title.c_news_list-01001 .p_LinkC:hover {
  text-decoration: underline;
  font-weight    : bold;
  cursor         : pointer;
  color          : #60a9d7;
}

a>.e_title.c_news_list-01001 .p_LinkC:active {
  color      : #60a9d7;
  font-weight: 400;
}

a>.e_title.c_news_list-01001 .p_LinkC:active {
  text-decoration: none;
  margin-top     : 0;
}

.e_title.c_news_list-01001 .p_LinkC .iconfont:before {
  display: inline-block;
  content: "";
}

.c_news_list-01001 .p_nameC {
  display       : inline-block;
  margin        : 0;
  padding       : 0;
  vertical-align: middle;
  color         : #969696;
  font-size     : 14px;
  text-align    : left;
}

.c_news_list-01001 .p_nameC .font {
  vertical-align: middle;
  line-height   : 19px;
}

.c_news_list-01001 .p_nameC .iconfont:before {
  display                : inline-block;
  content                : "";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_TitleBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.e_title.c_news_list-01001 .p_sort {
  display   : inline-block;
  padding   : 0;
  color     : rgba(101, 190, 186, 1);
  font-size : 14px;
  text-align: left;
}

.e_title.c_news_list-01001 .p_sort {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 19px;
}

a>.e_title.c_news_list-01001 .p_sort:hover {
  text-decoration: underline;
  font-weight    : bold;
  cursor         : pointer;
}

a>.e_title.c_news_list-01001 .p_sort:active {
  color      : rgba(69, 165, 161, 1);
  font-weight: 400;
}

a>.e_title.c_news_list-01001 .p_sort:active {
  text-decoration: none;
  margin-top     : 0;
}

.e_title.c_news_list-01001 .p_sort .iconfont:before {
  display: inline-block;
  content: "";
}

.e_title.c_news_list-01001 .p_LinkB {
  display   : inline-block;
  padding   : 0;
  color     : #707070;
  font-size : 14px;
  text-align: left;
}

.e_title.c_news_list-01001 .p_LinkB {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 19px;
}

a>.e_title.c_news_list-01001 .p_LinkB:hover {
  text-decoration: underline;
  font-weight    : bold;
  cursor         : pointer;
  color          : #60a9d7;
}

a>.e_title.c_news_list-01001 .p_LinkB:active {
  color      : #60a9d7;
  font-weight: 400;
}

a>.e_title.c_news_list-01001 .p_LinkB:active {
  text-decoration: none;
  margin-top     : 0;
}

.e_title.c_news_list-01001 .p_LinkB .iconfont:before {
  display: inline-block;
  content: "";
}

.c_news_list-01001 .p_nameA {
  display       : inline-block;
  margin        : 0;
  padding       : 0;
  vertical-align: middle;
  color         : #969696;
  font-size     : 14px;
  text-align    : left;
}

.c_news_list-01001 .p_nameA .font {
  vertical-align: middle;
  line-height   : 19px;
}

.c_news_list-01001 .p_nameA .iconfont:before {
  display                : inline-block;
  content                : "";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_SortBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_Recommend {
  background    : rgba(237, 90, 90, 1);
  display       : inline-block;
  float         : left;
  margin        : 0;
  min-height    : 16px;
  min-width     : 44px;
  padding-bottom: 0px;
  padding-left  : 5px;
  padding-right : 5px;
  padding-top   : 0px;
  color         : rgba(255, 255, 255, 1);
  font-size     : 14px;
  text-align    : center;
}

.c_news_list-01001 .p_Recommend .font {
  white-space   : nowrap;
  vertical-align: middle;
}

.c_news_list-01001 .p_Recommend .iconfont:before {
  content                : "";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_top {
  background    : rgba(243, 124, 54, 1);
  display       : inline-block;
  float         : left;
  margin        : 0;
  min-height    : 16px;
  min-width     : 44px;
  padding-bottom: 0px;
  padding-left  : 5px;
  padding-right : 5px;
  padding-top   : 0px;
  color         : rgba(255, 255, 255, 1);
  font-size     : 14px;
  text-align    : center;
}

.c_news_list-01001 .p_top .font {
  line-height: normal;
  white-space: nowrap;
}

.c_news_list-01001 .p_top .iconfont:before {
  content                : "";
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

.c_news_list-01001 .p_icon {
  position      : relative;
  z-index       : 3;
  vertical-align: middle;
  color         : rgba(153, 153, 153, 1);
  width         : 20px;
  height        : auto;
  font-size     : 14px;
  padding-top   : 0;
  padding-right : 0;
  padding-bottom: 0;
  padding-left  : 0;
  text-align    : center;
}

.c_news_list-01001 .p_icon:hover {
  color: rgba(153, 153, 153, 1);
}

.c_news_list-01001 .p_icon:active {
  color: rgba(153, 153, 153, 1);
}

.c_news_list-01001 .p_icon .font {
  font-size: inherit;
}

.c_news_list-01001 .p_icon .iconfont::before {
  display: inline-block;
  content: "\e6ae";
}

.c_news_list-01001 .p_SerialNum {}

.c_news_list-01001 .p_SerialNum:hover {}

.c_news_list-01001 .p_SerialNum:active {}

.c_news_list-01001 .p_header {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_content {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_VideoIcon {
  margin: 0;
  width : inherit;
  height: inherit;
  color : rgba(102, 102, 102, 1);
}

.c_news_list-01001 .p_VideoIcon .iconfont:before {
  content  : '\e6bd';
  font-size: 50px;
}

.c_news_list-01001 .p_thumbnail {
  padding     : 0;
  border-width: 1px;
  border-style: none;
  border-color: transparent;
  overflow    : hidden;
}

.c_news_list-01001 .p_thumbnail:hover {
  border-width: 1px;
  border-style: none;
  border-color: transparent;
}

.c_news_list-01001 .p_thumbnail:active {
  border-width: 1px;
  border-style: none;
  border-color: transparent;
}

.c_news_list-01001 .p_images {
  margin      : 0;
  width       : 236px;
  height      : 175px;
  padding     : 0;
  border-width: 0px;
  border-style: solid;
  border-color: rgba(228, 228, 228, 1);
  overflow    : hidden;
}

.e_title.c_news_list-01001 .p_LinkA {
  display   : inline-block;
  padding   : 0;
  color     : #707070;
  font-size : 14px;
  text-align: left;
}

.e_title.c_news_list-01001 .p_LinkA {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 19px;
}

a>.e_title.c_news_list-01001 .p_LinkA:hover {
  text-decoration: underline;
  font-weight    : bold;
  cursor         : pointer;
  color          : #60a9d7;
}

a>.e_title.c_news_list-01001 .p_LinkA:active {
  color      : #60a9d7;
  font-weight: 400;
}

a>.e_title.c_news_list-01001 .p_LinkA:active {
  text-decoration: none;
  margin-top     : 0;
}

.e_title.c_news_list-01001 .p_LinkA .iconfont:before {
  display: inline-block;
  content: "";
}

.c_news_list-01001 .p_articles {
  margin          : 0px;
  width           : inherit;
  height          : 186px;
  padding         : 0;
  border-width    : 1px;
  border-style    : dashed;
  border-color    : rgba(255, 255, 255, 0);
  background-color: transparent;
  margin-top      : 0px;
  margin-right    : 0px;
  margin-bottom   : 0px;
  margin-left     : 0px;
}

.c_news_list-01001 .p_news {
  margin      : 0;
  width       : 236px;
  height      : 317px;
  padding     : 0;
  border-width: 1px;
  border-style: d;
  border-color: rgba(228, 228, 228, 1);
}

.c_news_list-01001 .p_CommonSwitchBtnA {
  display       : inline-block;
  vertical-align: middle;
  cursor        : pointer;
  font-size     : 28px;
  color         : rgba(154, 155, 155, 1);
}

.c_news_list-01001 .p_CommonSwitchBtnA .iconfont:before {
  content: "\e6b0";
  display: inline-block;
}

.c_news_list-01001 .p_CommonSwitchBtnA:hover {
  color: rgba(105, 192, 188, 1);
}

.c_news_list-01001 .p_CommonSwitchBtnA:hover {
  cursor: pointer;
}

.c_news_list-01001 .p_CommonInteraction {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_CommonLanternBox {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.c_news_list-01001 .p_Newslist {
  margin          : 0;
  width           : 880px;
  height          : auto;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(255, 255, 255, 1);
  background-color: transparent;
}

.c_news_list-01001 {
  position : absolute;
  width    : 890px;
  height   : 450px;
  overflow : hidden;
  font-size: 0;
}

.c_news_list-01001 .p_Newslist {
  width     : inherit;
  height    : auto;
  overflow  : hidden;
  background: transparent;
}

.c_news_list-01001 .p_news {
  width       : inherit;
  height      : auto;
  overflow    : hidden;
  border-color: transparent;
}

.c_news_list-01001 .p_images {
  width : auto;
  height: auto;
}

.c_news_list-01001 .p_content {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_header {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_SortBox {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
  margin-top      : 1px;
}

.c_news_list-01001 .p_InteractionInfo {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_iconBox {
  width : auto;
  height: auto;
}

.c_news_list-01001 .p_TimeBox {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_CommentBox {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_ViewBox {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_about {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_TitleBox {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_SummaryBox {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_AuthorBox {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
  margin-right    : 20px;
}

.c_news_list-01001 .p_KeywordBox {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_KeywordBox a {
  cursor: default;
}

.c_news_list-01001 .p_FromBox {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_assist {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_TypeBox {
  width           : auto;
  height          : auto;
  border-width    : 0;
  background-color: transparent;
}

.c_news_list-01001 .p_TimeBox {
  display     : inline-block;
  margin-right: 10px;
}

.c_news_list-01001 .p_CommentBox {
  display: inline-block;
}

.c_news_list-01001 .p_ViewBox {
  display: inline-block;
}

.c_news_list-01001 .p_AuthorBox {
  display: inline-block;
}

.c_news_list-01001 .p_FromBox {
  display: inline-block;
}

.c_news_list-01001 .p_tag {
  display: inline-block;
  cursor : default;
  color  : #969696;
}

.c_news_list-01001 .p_tag .font {
  white-space: normal;
}

.c_news_list-01001 .p_tag:hover {
  color: #969696;
}

.c_news_list-01001 .p_icon {
  display       : inline-block;
  vertical-align: middle;
  margin-top    : 2px;
}

.c_news_list-01001 .p_about {
  display       : inline-block;
  vertical-align: middle;
}

.c_news_list-01001 .p_comment {
  vertical-align: top;
}

.c_news_list-01001 .p_time {
  vertical-align: top;
}

.c_news_list-01001 .p_view {
  vertical-align: top;
}

.c_news_list-01001 .p_author {
  vertical-align: bottom;
}

.c_news_list-01001 .p_from {
  vertical-align: bottom;
}

.c_news_list-01001 .p_articles {
  margin-top   : 15px;
  margin-bottom: 10px;
  margin-left  : 20px;
  margin-right : 20px;
  height       : auto;
  width        : auto;
  overflow     : hidden;
}

.c_news_list-01001 .p_images {
  width          : 168px;
  height         : 138px;
  float          : left;
  box-sizing     : border-box;
  -moz-box-sizing: border-box;
  position       : relative;
  vertical-align : middle;
  text-align     : center;
  margin-right   : 15px;
}

.c_news_list-01001 .p_thumbnail {
  width         : 100%;
  height        : auto;
  vertical-align: middle;
  text-align    : center;
  overflow      : hidden;
}

.c_news_list-01001 .higher .p_thumbnail {
  position: absolute;
  height  : 100%;
}

.c_news_list-01001 .widther .p_thumbnail {
  position: absolute;
  height  : 100%;
}

.c_news_list-01001 .smaller .p_thumbnail {
  position: absolute;
  height  : 100%;
}

.c_news_list-01001 .p_VideoIcon {
  position   : absolute;
  top        : 50%;
  left       : 50%;
  width      : auto;
  margin-left: -10px;
  margin-top : -10px;
}

.c_news_list-01001 .p_content {
  vertical-align: top;
}

.c_news_list-01001 .p_SortBox {
  display       : inline-block;
  vertical-align: middle;
}

.c_news_list-01001 .p_TypeBox {
  float: left;
}

.c_news_list-01001 .p_SerialNum {
  display       : inline-block;
  width         : auto;
  vertical-align: top;
  margin-top    : -1px;
}

.c_news_list-01001 .p_sort {
  display       : inline-block;
  vertical-align: middle;
}

.c_news_list-01001 .p_ListTag {
  display       : inline-block;
  vertical-align: top;
  width         : auto;
  margin-top    : -2px;
}

.c_news_list-01001 .p_TitleBox {
  display       : inline-block;
  margin-left   : 5px;
  margin-right  : 2px;
  vertical-align: top;
}

.c_news_list-01001 .p_title {
  width    : 100%;
  display  : inline-block;
  font-size: 14px;
  color    : #323232;
}

.c_news_list-01001 .p_title .font {
  width         : inherit;
  white-space   : normal;
  display       : inline-block;
  line-height   : 21px;
  vertical-align: top;
}

.c_news_list-01001 .p_title:active {
  color: #4cb034;
}

.c_news_list-01001 .p_titleA {
  width    : 100%;
  display  : inline-block;
  color    : #4cb034;
  font-size: 14px;
}

.c_news_list-01001 .p_titleA .font {
  width         : inherit;
  white-space   : normal;
  display       : inline-block;
  line-height   : 19px;
  vertical-align: top;
}

.c_news_list-01001 .p_titleA:active {
  color: #005ead;
}

.c_news_list-01001 .p_assist {
  float      : right;
  display    : inline-block;
  margin-top : 2px;
  margin-left: 5px;
}

.c_news_list-01001 .p_CommentBox {
  margin-right: 10px;
}

.c_news_list-01001 .p_SummaryBox {
  clear        : both;
  margin-bottom: 10px;
  margin-top   : 8px;
}

.c_news_list-01001 .p_header {
  font-size : 0;
  margin-top: 5px;
  overflow  : hidden;
}

.c_news_list-01001 .p_InteractionInfo {
  float        : right;
  margin-top   : 5px;
  margin-bottom: 5px;
}

.c_news_list-01001 .p_ToDetail {
  float   : right;
  position: relative;
}

.c_news_list-01001 .p_top {
  margin-right  : 10px;
  float         : none;
  vertical-align: middle;
  font-size     : 14px;
}

.c_news_list-01001 .p_top .font {
  line-height: 20px;
}

.c_news_list-01001 .p_Recommend {
  margin-right  : 5px;
  float         : none;
  vertical-align: middle;
  font-size     : 14px;
}

.c_news_list-01001 .p_Recommend .font {
  line-height: 20px;
}

.c_news_list-01001 .p_KeywordBox {
  margin-top : 4px;
  white-space: normal;
}

.c_news_list-01001 .p_nameA {
  float: left;
}

.c_news_list-01001 .p_nameB {
  float     : left;
  margin-top: 3px;
}

.c_news_list-01001 .p_nameB .font {
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
}

.c_news_list-01001 .p_ImgNews {
  float: left;
}

.c_news_list-01001 .p_icon .iconfont:before {
  content: '\e6ae';
  color  : rgba(153, 153, 153, 1);
}

.c_news_list-01001 .p_AssistNameA .iconfont:before {
  content     : '\e67a';
  margin-right: 5px;
}

.c_news_list-01001 .p_AssistNameB .iconfont:before {
  content     : '\e696';
  margin-right: 5px;
}

.c_news_list-01001 .p_AssistNameC .iconfont:before {
  margin-right: 5px;
  content     : '\e69e';
}

.c_news_list-01001 .p_AssistNameD .iconfont:before {
  content       : '\e6a6';
  vertical-align: middle;
  margin-right  : 5px;
}

.c_news_list-01001 .p_AssistNameE .iconfont:before {
  content     : '\e60a';
  margin-right: 5px;
}

.c_news_list-01001 .p_AssistNameF .iconfont:before {
  content     : '\e6b3';
  margin-right: 5px;
}

.c_news_list-01001 .p_VideoIcon .font {
  display: block;
}

.c_news_list-01001 .p_VideoIcon .iconfont:before {
  content  : '\e65d';
  color    : rgba(255, 255, 255, 1);
  font-size: 25px;
}

.c_news_list-01001 .p_summary {
  font-family: "Microsoft Yahei";
  white-space: normal;
}

.c_news_list-01001 .p_ImgNews .iconfont {
  float: none;
}

.c_news_list-01001 .p_page {
  width        : auto;
  height       : auto;
  float        : right;
  right        : 30px;
  margin-bottom: 10px;
  margin-top   : 10px;
}

.c_news_list-01001 .e_pagebox-000 .pre:after {
  display: none;
}

.c_news_list-01001 .p_sort {
  font-size: 12px;
}

.c_news_list-01001 .p_sort .font {
  white-space   : nowrap;
  max-width     : 95px;
  text-overflow : ellipsis;
  overflow      : hidden;
  display       : inline-block;
  line-height   : 19px;
  vertical-align: inherit;
}

.c_news_list-01001 .p_sort:active {
  color: #ed5a5a;
}

.c_news_list-01001 .p_TitleBox .p_nameC {
  display       : inline-block;
  vertical-align: top;
  display       : none;
}

.c_news_list-01001 .p_hot .font,
.c_news_list-01001 .p_ImgNews .font,
.c_news_list-01001 .p_ImgNews .font,
.c_news_list-01001 .p_VideoNews .font {
  line-height: 0;
}

.c_news_list-01001 .p_LinkC {
  display: inline-block;
}

.c_news_list-01001 .p_CommonLanternBox {
  width   : auto;
  height  : auto;
  position: relative;
}

.c_news_list-01001 .p_CommonSwitchBtnA {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
  font-size: 45px;
  color    : #e5e5e5;
}

.c_news_list-01001 .p_CommonSwitchBtnA .iconfont:before {
  content: "\e687";
}

.c_news_list-01001 .p_CommonSwitchBtnB {
  position : absolute;
  top      : 50%;
  right    : 50%;
  transform: translate(50%, -50%);
  font-size: 45px;
  color    : #e5e5e5;
}

.c_news_list-01001 .p_CommonSwitchBtnB .iconfont:before {
  content: "\e6ae";
}

.c_news_list-01001 .p_CommonSummaryBoxA {
  width        : auto;
  height       : auto;
  text-align   : center;
  margin-bottom: 20px;
}

.c_news_list-01001 .p_CommonThumbnailBox {
  width : auto;
  height: auto;
}

.c_news_list-01001 .d_CommonInteractionA {
  left          : 0;
  width         : 60px;
  height        : auto;
  vertical-align: middle;
  position      : absolute;
  overflow      : visible;
  top           : 50%;
  transform     : translate(0, -50%);
}

.c_news_list-01001 .d_CommonInteractionB {
  right         : 0;
  width         : 60px;
  height        : auto;
  vertical-align: middle;
  position      : absolute;
  overflow      : visible;
  top           : 50%;
  transform     : translate(0, -50%);
}

.c_news_list-01001 .p_CommonSquareNumBtn {
  width : 100px;
  height: 10px;
  margin: 0 8px;
}

.c_news_list-01001 .p_moreBox {
  width : auto;
  height: auto;
}

.c_news_list-01001 .p_more {
  position: static;
  margin  : 0 auto;
}

.c_news_list-01001 .p_moreBtn {
  position: static;
  width   : auto;
}

.c_news_list-01001 .p_hot .iconfont:before {
  content: '\e666';
}

.c_news_list-01001 .p_new .iconfont:before {
  content: '\e61b';
}

.c_news_list-01001 .p_ImgNews .iconfont:before {
  content: '\e69d';
}

.c_news_list-01001 .p_VideoNews .iconfont:before {
  content: '\e6be';
}

.c_news_list-01001 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

.c_news_list-01001>div {
  animation-fill-mode: both;
}

.w_img-002 .p_title {
  display    : inline-table;
  margin     : 0;
  min-width  : 37px;
  padding    : 0;
  color      : rgba(51, 51, 51, 1);
  font-size  : 16px;
  font-weight: 400;
  cursor     : pointer;
}

.w_img-002 .p_title .font {
  vertical-align: middle;
  line-height   : 21px;
}

.w_img-002 .p_title:hover {
  color: rgba(87, 177, 173, 1);
}

.w_img-002 .p_title:active {
  color: rgba(69, 165, 161, 1);
}

.w_img-002 .p_title .iconfont:before {
  display: inline-block;
  content: "";
}

.w_img-002 .p_dimage {
  padding         : 0;
  border-width    : 0px;
  border-style    : solid;
  border-color    : rgba(228, 228, 228, 1);
  background-color: transparent;
  overflow        : hidden;
}

.w_img-002 .p_dimage:hover {
  border-width    : 0px;
  border-style    : solid;
  border-color    : rgba(228, 228, 228, 1);
  background-color: transparent;
}

.w_img-002 .p_dimage:active {
  border-width    : 0px;
  border-style    : solid;
  border-color    : rgba(228, 228, 228, 1);
  background-color: transparent;
}

.e_title.w_img-002 .p_link002 {
  display   : inline-block;
  padding   : 0;
  color     : #707070;
  font-size : 14px;
  text-align: left;
}

.e_title.w_img-002 .p_link002 {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 19px;
}

a>.e_title.w_img-002 .p_link002:hover {
  text-decoration: underline;
  font-weight    : bold;
  cursor         : pointer;
  color          : #60a9d7;
}

a>.e_title.w_img-002 .p_link002:active {
  color      : #60a9d7;
  font-weight: 400;
}

a>.e_title.w_img-002 .p_link002:active {
  text-decoration: none;
  margin-top     : 0;
}

.e_title.w_img-002 .p_link002 .iconfont:before {
  display: inline-block;
  content: "";
}

.e_title.w_img-002 .p_link001 {
  display   : inline-block;
  padding   : 0;
  color     : #707070;
  font-size : 14px;
  text-align: left;
  height    : calc(100%);
}

.e_title.w_img-002 .p_link001 {
  white-space   : nowrap;
  vertical-align: middle;
  line-height   : 19px;
}

a>.e_title.w_img-002 .p_link001:hover {
  text-decoration: underline;
  font-weight    : bold;
  cursor         : pointer;
  color          : #60a9d7;
}

a>.e_title.w_img-002 .p_link001:active {
  color      : #60a9d7;
  font-weight: 400;
}

a>.e_title.w_img-002 .p_link001:active {
  text-decoration: none;
  margin-top     : 0;
}

.e_title.w_img-002 .p_link001 .iconfont:before {
  display: inline-block;
  content: "";
}

.w_img-002 .p_box {
  margin          : 0;
  width           : 236px;
  height          : 317px;
  padding         : 0;
  border-width    : 1px;
  border-style    : none;
  border-color    : rgba(228, 228, 228, 0);
  background-color: transparent;
  overflow        : hidden;
}

.w_img-002 {
  position: absolute;
  width   : 300px;
  height  : 249px;
}

.w_img-002 .animated {
  width : 100%;
  height: 100%;
}

.w_img-002 .font {
  white-space: nowrap;
}

.w_img-002 .p_link001 {
  width : 100%;
  height: calc(100%);
}

.w_img-002 .p_link002 {
  width : 100%;
  height: 30px;
}

.w_img-002 .p_box {
  width     : 100%;
  height    : 100%;
  text-align: center;
}

.w_img-002 .p_dimage {
  height   : inherit;
  overflow : hidden;
  font-size: 0;
}

.w_img-002 .e_image:hover:after {
  background: transparent;
}

.w_img-002 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

.w_img-002>div {
  animation-fill-mode: both;
}

.w_rbox-001 {
  position: absolute;
  width   : 300px;
  height  : 300px;
}

.w_rbox-001 .p_stylebox {
  width: 100%;
}

.w_rbox-001 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

.w_rbox-001>div {
  animation-fill-mode: both;
}

.c_ebizads_banner-77002 {
  position: absolute;
  width   : 1920px;
  height  : 400px;
  overflow: hidden
}

.cubeRandom {
  width : 100% !important;
  height: 100% !important;
}

#topmenu ul {
  margin : 0;
  padding: 0;
}

#topmenu ul li {
  float         : left;
  font-size     : 12px;
  list-style    : none;
  background    : #222;
  position      : relative;
  text-align    : center;
  text-transform: uppercase;
  width         : 70px;
  margin        : 0 10px;
  display       : inline;
  line-height   : 30px;
}

#topmenu ul li a {
  color          : #aaa;
  text-decoration: none;
}

#topmenu ul li a:hover {
  color: #fff;
}

#topmenu ul li.active a {
  color      : #fff;
  font-weight: 800;
}

.box_skitter {
  position  : relative;
  width     : 100%;
  height    : 100%;
  background: #000;
}

.box_skitter img {
  max-width: none;
}

.box_skitter ul {
  display: none;
}

.box_skitter .container_skitter {
  overflow: hidden;
  position: relative;
}

.box_skitter .image {
  overflow: hidden;
}

.box_skitter .image img {
  display: none;
}

.box_skitter .box_clone {
  position: absolute;
  top     : 0;
  left    : 0;
  width   : 100px;
  overflow: hidden;
  display : none;
  z-index : 20;
}

.box_skitter .box_clone img {
  position: absolute;
  top     : 0;
  left    : 0;
  z-index : 20;
}

.box_skitter .prev_button {
  position          : absolute;
  top               : 50%;
  left              : 35px;
  z-index           : 152;
  width             : 42px;
  height            : 42px;
  overflow          : hidden;
  text-indent       : -9999em;
  margin-top        : -25px;
  -webkit-transition: all 0.2s;
  -moz-transition   : all 0.2s;
  transition        : all 0.2s;
}

.box_skitter .next_button {
  position          : absolute;
  top               : 50%;
  right             : 35px;
  z-index           : 152;
  width             : 42px;
  height            : 42px;
  overflow          : hidden;
  text-indent       : -9999em;
  margin-top        : -25px;
  -webkit-transition: all 0.2s;
  -moz-transition   : all 0.2s;
  transition        : all 0.2s;
}

.box_skitter .prev_button:hover,
.box_skitter .next_button:hover {
  opacity: 0.5 !important;
}

.box_skitter .info_slide {
  position             : absolute;
  top                  : 15px;
  left                 : 15px;
  z-index              : 100;
  background           : #000;
  color                : #fff;
  font                 : bold 11px arial;
  padding              : 5px 0 5px 5px;
  -moz-border-radius   : 5px;
  -webkit-border-radius: 5px;
  border-radius        : 5px;
  opacity              : 0.75;
}

.box_skitter .info_slide .image_number {
  background           : #333;
  float                : left;
  padding              : 2px 10px;
  margin               : 0 5px 0 0;
  cursor               : pointer;
  -moz-border-radius   : 2px;
  -webkit-border-radius: 2px;
  border-radius        : 2px;
  -webkit-transition   : all 0.2s;
  -moz-transition      : all 0.2s;
  transition           : all 0.2s;
}

.box_skitter .info_slide .image_number:hover {
  background: #000;
}

.box_skitter .info_slide .image_number_select,
.box_skitter .info_slide .image_number_select:hover {
  background: #cc3333;
  float     : left;
  padding   : 2px 10px;
  margin    : 0 5px 0 0;
}

.box_skitter .container_thumbs {
  position: relative;
  overflow: hidden;
  height  : 50px;
}

.box_skitter .info_slide_thumb {
  height               : 50px;
  -moz-border-radius   : 0;
  -webkit-border-radius: 0;
  border-radius        : 0;
  overflow             : hidden;
  top                  : auto;
  top                  : 0;
  left                 : 0;
  padding              : 0 !important;
  opacity              : 1.0;
}

.box_skitter .info_slide_thumb .image_number {
  overflow             : hidden;
  width                : 100px;
  height               : 50px;
  position             : relative;
  margin               : 0 !important;
  padding              : 0 !important;
  -moz-border-radius   : 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius        : 0 !important;
}

.box_skitter .info_slide_thumb .image_number img {
  position: absolute;
  top     : -30px;
  left    : -30px;
  height  : 100px;
}

.box_skitter .box_scroll_thumbs {
  padding: 0;
}

.box_skitter .box_scroll_thumbs .scroll_thumbs {
  position   : absolute;
  bottom     : 60px;
  left       : 50px;
  background : #ccc;
  background : -moz-linear-gradient(-90deg, #555, #fff);
  background : -webkit-gradient(linear, left top, left bottom, from(#555), to(#fff));
  width      : 200px;
  height     : 10px;
  overflow   : hidden;
  text-indent: -9999em;
  z-index    : 101;
  cursor     : pointer;
  border     : 0px solid #333;
}

.box_skitter .info_slide_dots {
  position             : absolute;
  bottom               : -40px;
  z-index              : 151;
  padding              : 5px 0 5px 5px;
  -moz-border-radius   : 50px;
  -webkit-border-radius: 50px;
  border-radius        : 50px;
}

.box_skitter .info_slide_dots .image_number {
  background           : #333;
  float                : left;
  margin               : 0 5px 0 0;
  cursor               : pointer;
  -moz-border-radius   : 50px;
  -webkit-border-radius: 50px;
  border-radius        : 50px;
  width                : 18px;
  height               : 18px;
  text-indent          : -9999em;
  overflow             : hidden;
  -webkit-transition   : all 0.2s;
  -moz-transition      : all 0.2s;
  transition           : all 0.2s;
}

.box_skitter .info_slide_dots .image_number:hover {
  background: #000;
}

.box_skitter .info_slide_dots .image_number_select,
.box_skitter .info_slide_dots .image_number_select:hover {
  background: #cc3333;
  float     : left;
  margin    : 0 5px 0 0;
}

.loading {
  position   : absolute;
  top        : 50%;
  right      : 50%;
  z-index    : 10000;
  margin     : -16px -16px;
  color      : #fff;
  text-indent: -9999em;
  overflow   : hidden;
  background : url(/public/static/home/css/../images/cgi9flhp-fcerbvjaaaaaolpojy201.gif) no-repeat left top;
  width      : 32px;
  height     : 32px;
}

.box_skitter .label_skitter {
  z-index : 150;
  position: absolute;
  bottom  : 0px;
  left    : 0px;
  display : none;
}

.box_skitter .label_skitter {
  z-index   : 150;
  position  : absolute;
  bottom    : 0px;
  left      : 0px;
  color     : #fff;
  display   : none;
  opacity   : 0.4;
  background: #000;
}

.box_skitter .label_skitter p {
  padding       : 22px;
  margin        : 0;
  font          : normal 18px arial, tahoma;
  letter-spacing: -1px;
}

.box_skitter .progressbar {
  background   : #000;
  position     : absolute;
  top          : 5px;
  left         : 15px;
  height       : 5px;
  width        : 200px;
  z-index      : 99;
  border-radius: 20px;
}

.box_skitter .preview_slide {
  display           : none;
  position          : absolute;
  z-index           : 152;
  bottom            : 30px;
  left              : -40px;
  width             : 100px;
  height            : 100px;
  background        : #fff;
  border            : 1px solid #222;
  -moz-box-shadow   : rgba(0, 0, 0, 0.7) 2px 2px 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.7) 2px 2px 5px;
  box-shadow        : rgba(0, 0, 0, 0.7) 2px 2px 5px;
  overflow          : hidden;
}

.box_skitter .preview_slide ul {
  height    : 100px !important;
  overflow  : hidden !important;
  margin    : 0 !important;
  list-style: none !important;
  display   : block !important;
  position  : absolute !important;
  top       : 0;
  left      : 0;
}

.box_skitter .preview_slide ul li {
  width   : 100px !important;
  height  : 100px !important;
  overflow: hidden !important;
  float   : left !important;
  margin  : 0 !important;
  padding : 0 !important;
  position: relative !important;
  display : block !important;
}

.box_skitter .preview_slide ul li img {
  position: absolute !important;
  top     : 0 !important;
  left    : 0 !important;
  height  : 150px !important;
  width   : auto !important;
}

#overlay_skitter {
  position  : absolute;
  top       : 0;
  left      : 0;
  width     : 100%;
  z-index   : 9998;
  opacity   : 1;
  background: #000;
}

.box_skitter .focus_button {
  position          : absolute;
  top               : 50%;
  z-index           : 100;
  width             : 42px;
  height            : 42px;
  overflow          : hidden;
  text-indent       : -9999em;
  margin-top        : -25px;
  opacity           : 0;
  -webkit-transition: all 0.2s;
  -moz-transition   : all 0.2s;
  transition        : all 0.2s;
}

.box_skitter .play_pause_button {
  position          : absolute;
  top               : 50%;
  z-index           : 151;
  width             : 42px;
  height            : 42px;
  overflow          : hidden;
  text-indent       : -9999em;
  margin-top        : -25px;
  opacity           : 0;
  -webkit-transition: all 0.2s;
  -moz-transition   : all 0.2s;
  transition        : all 0.2s;
}

.box_skitter .play_pause_button.play_button {}

.box_skitter .play_pause_button:hover {
  opacity: 0.5 !important;
}

.box_skitter .focus_button:hover {
  opacity: 0.5 !important;
}

.box_skitter_large {
  width : 100%;
  height: 100%;
}

.box_skitter_small {
  width : 200px;
  height: 100px;
}

.box_skitter .focus_button,
.box_skitter .next_button,
.box_skitter .prev_button,
.box_skitter .play_pause_button {
  display   : block;
  background: url('/public/static/home/css/../images/sprite-default.png') no-repeat;
}

.box_skitter .next_button {
  background-position: -0px -42px;
  width              : 42px;
  height             : 42px;
}

.box_skitter .prev_button {
  background-position: -42px -42px;
  width              : 42px;
  height             : 42px;
}

.box_skitter .play_pause_button {
  background-position: -0px -0px;
  width              : 42px;
  height             : 42px;
}

.box_skitter .play_pause_button.play_button {
  background-position: -0px -84px;
  width              : 42px;
  height             : 42px;
}

.box_skitter .focus_button {
  background-position: -42px -0px;
  width              : 42px;
  height             : 42px;
}

.skitter-minimalist .prev_button,
.skitter-minimalist .next_button,
.skitter-minimalist .play_pause_button,
.skitter-minimalist .focus_button {
  display   : block;
  background: url('/public/static/home/css/../images/sprite-minimalist.png') no-repeat !important;
}

.skitter-minimalist .prev_button {
  background-position: -0px -0px !important;
  width              : 24px !important;
  height             : 28px !important;
  left               : -45px !important;
}

.skitter-minimalist .next_button {
  background-position: -0px -28px !important;
  width              : 24px !important;
  height             : 28px !important;
  right              : -45px !important;
}

.skitter-minimalist .play_pause_button {
  background-position: -0px -74px !important;
  width              : 18px !important;
  height             : 18px !important;
}

.skitter-minimalist .play_pause_button.play_button {
  background-position: -0px -56px !important;
  width              : 18px !important;
  height             : 18px !important;
}

.skitter-minimalist .focus_button {
  background-position: -0px -92px !important;
  width              : 18px !important;
  height             : 18px !important;
}

.skitter-minimalist .info_slide {
  background: transparent;
}

.skitter-minimalist .info_slide .image_number {
  background : #000;
  box-shadow : rgba(255, 255, 255, 0.2) 1px 1px 0;
  font-size  : 12px;
  font-weight: normal;
}

.skitter-minimalist .info_slide .image_number:hover {
  background: #111;
}

.skitter-minimalist .info_slide .image_number_select,
.skitter-minimalist .info_slide .image_number_select:hover {
  background: #cc3333;
}

.skitter-minimalist .info_slide_dots .image_number {
  width     : 14px;
  height    : 14px;
  box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
}

.skitter-round .prev_button,
.skitter-round .next_button,
.skitter-round .play_pause_button,
.skitter-round .focus_button {
  display   : block;
  background: url('/public/static/home/css/../images/sprite-round.png') no-repeat;
}

.skitter-round .prev_button {
  background-position: -0px -0px;
  width              : 23px;
  height             : 47px;
  left               : -23px;
}

.skitter-round .next_button {
  background-position: -23px -0px;
  width              : 23px;
  height             : 47px;
  right              : -23px;
}

.skitter-round .next_button:hover,
.skitter-round .prev_button:hover {
  opacity: 1;
}

.skitter-round .play_pause_button {
  background-position: -0px -70px;
  width              : 47px;
  height             : 23px;
  top                : 24px;
  left               : 24px !important;
}

.skitter-round .play_pause_button.play_button {
  background-position: -0px -47px;
  width              : 47px;
  height             : 23px;
  top                : 24px;
}

.skitter-round .focus_button {
  background-position: -0px -93px;
  width              : 47px;
  height             : 23px;
  top                : 24px;
  left               : 82px !important;
}

.skitter-round .info_slide {
  background: transparent;
}

.skitter-round .info_slide .image_number {
  background : #999;
  box-shadow : rgba(255, 255, 255, 0.2) 1px 1px 0;
  font-size  : 12px;
  font-weight: normal;
}

.skitter-round .info_slide .image_number:hover {
  background: #333;
}

.skitter-round .info_slide .image_number_select,
.skitter-round .info_slide .image_number_select:hover {
  background: #111;
}

.skitter-round .info_slide_dots .image_number {
  width     : 14px;
  height    : 14px;
  box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
  background: #999;
}

.skitter-round .info_slide_dots .image_number:hover {
  background: #333;
}

.skitter-round .info_slide_dots .image_number_select,
.skitter-round .info_slide_dots .image_number_select:hover {
  background: #111;
}

.skitter-round .progressbar {
  top       : -10px;
  left      : 0px;
  background: #333;
  box-shadow: rgba(255, 255, 255, 0.3) 1px 1px 0;
}

.skitter-clean .prev_button,
.skitter-clean .next_button,
.skitter-clean .play_pause_button,
.skitter-clean .focus_button {
  display   : block;
  background: url('/public/static/home/css/../images/cgi9fvhp-wcemzy_aaaaaoed_b0097.png') no-repeat;
}

.skitter-clean .prev_button {
  background-position: 0px 0px;
  width              : 47px;
  height             : 46px;
}

.skitter-clean .next_button {
  background-position: 0px -46px;
  width              : 47px;
  height             : 46px;
}

.skitter-clean .play_pause_button {
  background-position: -0px -133px;
  width              : 41px;
  height             : 41px;
}

.skitter-clean .play_pause_button.play_button {
  background-position: -0px -92px;
  width              : 41px;
  height             : 41px;
}

.skitter-clean .focus_button {
  background-position: -0px -174px;
  width              : 41px;
  height             : 41px;
}

.skitter-clean .info_slide {
  background: transparent;
}

.skitter-clean .info_slide .image_number {
  background : #fff;
  box-shadow : rgba(0, 0, 0, 0.2) 1px 1px 0;
  font-size  : 12px;
  font-weight: normal;
  color      : #333;
}

.skitter-clean .info_slide .image_number:hover {
  background: #ccc;
}

.skitter-clean .info_slide .image_number_select,
.skitter-clean .info_slide .image_number_select:hover {
  background: #111;
  color     : #fff;
}

.skitter-clean .info_slide_dots {
  bottom    : 10px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 0;
}

.skitter-clean .info_slide_dots .image_number {
  width     : 14px;
  height    : 14px;
  background: #999;
}

.skitter-clean .info_slide_dots .image_number:hover {
  background: #333;
}

.skitter-clean .info_slide_dots .image_number_select,
.skitter-clean .info_slide_dots .image_number_select:hover {
  background: #111;
}

.skitter-clean .progressbar {
  top       : 5px;
  left      : 5px;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.5) 1px 1px 0;
}

.skitter-square .play_pause_button,
.skitter-square .next_button,
.skitter-square .focus_button,
.skitter-square .prev_button {
  display   : block;
  background: url('/public/static/home/css/../images/sprite-square.png') no-repeat;
}

.skitter-square .play_pause_button {
  background-position: -55px -0px;
  width              : 55px;
  height             : 55px;
  top                : 10px !important;
  left               : 10px !important;
  bottom             : auto !important;
  right              : auto !important;
  margin-top         : 0;
}

.skitter-square .play_pause_button.play_button {
  background-position: -0px -0px;
  width              : 55px;
  height             : 55px;
}

.skitter-square .focus_button {
  background-position: -55px -55px;
  width              : 55px;
  height             : 55px;
  top                : 10px !important;
  left               : 65px !important;
  bottom             : auto !important;
  right              : auto !important;
  margin-top         : 0;
}

.skitter-square .next_button {
  background-position: -0px -55px;
  width              : 55px;
  height             : 55px;
  top                : auto;
  left               : auto;
  bottom             : 10px;
  right              : 10px;
}

.skitter-square .prev_button {
  background-position: -0px -110px;
  width              : 55px;
  height             : 55px;
  top                : auto;
  left               : auto;
  bottom             : 10px;
  right              : 65px;
}

.skitter-square .info_slide {
  background: transparent;
}

.skitter-square .info_slide .image_number {
  background : #fff;
  box-shadow : rgba(0, 0, 0, 0.2) 1px 1px 0;
  font-size  : 12px;
  font-weight: normal;
  color      : #333;
}

.skitter-square .info_slide .image_number:hover {
  background: #ccc;
}

.skitter-square .info_slide .image_number_select,
.skitter-square .info_slide .image_number_select:hover {
  background: #111;
  color     : #fff;
}

.skitter-square .info_slide_dots .image_number {
  width     : 14px;
  height    : 14px;
  box-shadow: rgba(255, 255, 255, 0.2) 1px 1px 0;
  background: #ccc;
}

.skitter-square .info_slide_dots .image_number:hover {
  background: #999;
}

.skitter-square .info_slide_dots .image_number_select,
.skitter-square .info_slide_dots .image_number_select:hover {
  background: #555;
}

.skitter-square .progressbar {
  top          : 0 !important;
  left         : 0 !important;
  width        : 100%;
  background   : #fff;
  border-radius: 0;
  height       : 2px;
}

.c_ebizads_banner-77002 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

/*e_IndexOrdinaryStyleBox-001*/
.e_IndexOrdinaryStyleBox-001 {
  /* position: absolute;*/
  width     : 100%;
  height    : auto;
  width-uint: %;
}

/*stylebox_top*/
.e_IndexOrdinaryStyleBox-001 .stylebox_top {
  background-color: transparent;
}

/*stylebox_link*/
.e_IndexOrdinaryStyleBox-001 .stylebox_link {
  color       : #666666;
  font-size   : 14px;
  display     : table;
  height      : inherit;
  border-width: 0;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link:hover {
  color: rgba(101, 190, 186, 1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link:active {
  color: rgba(101, 190, 186, 1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top {
  width : auto;
  height: 40px;
}

.e_IndexOrdinaryStyleBox-001 .title_icon {
  display       : inline-block;
  vertical-align: middle;
  line-height   : 40px;
  color         : rgba(255, 255, 255, 1);
  margin-right  : 10px;
  font-size     : medium;
}

.e_IndexOrdinaryStyleBox-001 .title_icon::before {
  content: "";
}

.e_IndexOrdinaryStyleBox-001 .title_main {
  display       : inline-block;
  vertical-align: middle;
  line-height   : 40px;
  color         : rgba(255, 255, 255, 1);
  font-weight   : normal;
  font-size     : 16px;
  max-width     : 600px;
  overflow      : hidden;
  text-overflow : ellipsis;
  white-space   : nowrap;
}

.e_IndexOrdinaryStyleBox-001 .title_sub {
  display       : inline-block;
  vertical-align: middle;
  line-height   : 40px;
  color         : rgba(255, 255, 255, 1);
  font-size     : 14px;
  font-weight   : normal;
  margin-left   : 10px;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_title {
  display         : inline-block;
  width           : auto;
  height          : inherit;
  background-color: rgba(101, 190, 186, 1);
  padding-left    : 15px;
  padding-right   : 15px;
  font-size       : 0;
  vertical-align  : bottom;
  white-space     : nowrap;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link {
  float         : right;
  vertical-align: middle;
  margin-right  : 15px;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_link a {
  color         : inherit;
  display       : table-cell;
  vertical-align: middle;
}

.e_IndexOrdinaryStyleBox-001 .link_icon {
  display    : inline-block;
  margin-left: 5px;
}

.e_IndexOrdinaryStyleBox-001 .link_icon::before {
  content: '\e6af';
}

.e_IndexOrdinaryStyleBox-001 .stylebox_top_line {
  height          : 1px;
  background-color: rgba(240, 240, 240, 1);
}

.e_IndexOrdinaryStyleBox-001 .stylebox_content {
  border-style: solid;
  border-width: 1px;
  border-color: #f0f0f0;
  width       : 100%;
  height      : calc(100% - 48px);
  width-uint  : %;
}

.e_IndexOrdinaryStyleBox-001 .stylebox_bottom_line {
  height          : 1px;
  background-color: rgba(240, 240, 240, 1);
}

.c_complaintPage_detail-01001 {
  position: absolute;
  width   : 890px;
  height  : 680px;
  overflow: hidden;
}

.c_complaintPage_detail-01001 .p_complaintPageDetails {
  width      : inherit;
  height     : auto;
  white-space: normal;
  background : transparent;
}

.c_complaintPage_detail-01001 .p_articles {
  width      : inherit;
  height     : auto;
  font-size  : 14px;
  line-height: 21px;
  color      : #656565;
}

.c_complaintPage_detail-01001 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

@CHARSET "UTF-8";

* {
  padding: 0;
  margin : 0;
}

/*page property_start*/
.pagebox,
#-remove--flag {}

/*page property_end*/
/*page property_start*/
body,
#-remove--flag {}

/*page property_end*/
#c_ebizads_banner-15231564682142724 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

#c_ebizads_banner-15231564682142724 {
  position: absolute;
  top     : 0px;
  left    : 0px;
  z-index : 1;
  width   : 433px;
  height  : 360px;
}

#c_search_total-15231503275565675 {
  position: absolute;
  top     : 31px;
  left    : 1096px;
  z-index : 103;
  width   : 238px;
  height  : 37px;
}

#c_nav_main-15231517521326944 {
  position: absolute;
  top     : 100px;
  left    : 317px;
  z-index : 107;
  width   : 1280px; 
  overflow: visible;
}

#c_complaintPage_detail-15706881898710643 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

#c_complaintPage_detail-15706881898710643 {
  position: absolute;
  top     : 7px;
  left    : 364.5px;
  z-index : 1;
  width   : 1349px;
  height  : 680px;
}

#c_news_list-15231555351026311 .p_articles {
  margin       : 0px;
  margin-top   : 0px;
  margin-right : 0px;
  margin-bottom: 0px;
  margin-left  : 0px;
}

#c_news_list-15231555351026311 .p_CommonSummaryBoxA {
  text-align: center;
}

#c_news_list-15231555351026311 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

#c_news_list-15231555351026311>div {
  animation-fill-mode: both;
}

#c_news_list-15231555351026311 .c_news_list-01001 .p_header {
  margin-top   : 15px;
  margin-bottom: 15px;
  overflow     : hidden;
}

#c_news_list-15231555351026311 .p_title:hover {
  color: rgba(202, 11, 19, 1);
}

#c_news_list-15231555351026311 .c_news_list-01001 .p_title .font {
  vertical-align: middle;
  line-height   : 36px;
}

#c_news_list-15231555351026311 .p_header {
  background-image           : url(/public/static/home/css/../images/diandian.png);
  background-image-part-image: url(/public/static/home/css/../images/diandian.png);
  background-repeat          : no-repeat;
  background-position        : center left;
  padding-right              : 5px;
  padding-left               : 15px;
  padding-top                : 10px;
  padding-bottom             : 10px;
}

#c_news_list-15231555351026311 .c_news_list-01001 .p_news {
  margin      : 0px;
  width       : 236px;
  height      : 317px;
  padding     : 0px;
  border-width: 1px;
  border-style: dashed;
  border-color: rgba(228, 228, 228, 1);
}

#c_news_list-15231555351026311 .c_news_list-01001 .p_ListHline {
  border-width: 1px;
  border-style: dashed;
  border-color: rgba(228, 228, 228, 1);
}

#c_news_list-15231555351026311 .p_content {
  border-bottom-color: rgba(220, 220, 220, 1);
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}

#c_news_list-15231555351026311 .p_ListHline {
  display: none;
}

#c_news_list-15231555351026311 .p_header:hover {
  color: rgba(202, 11, 19, 1);
}

#c_news_list-15231555351026311 .p_sort {
  font-size: 14px;
  color    : rgba(1, 94, 174, 1);
}

#c_news_list-15231555351026311 .p_nameC .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_nameA .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_AssistNameA .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_nameB .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_ToDetail .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_top .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_Recommend .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_ImgNews .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_new .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_hot .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_AssistNameB .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_AssistNameD .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_AssistNameE .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_AssistNameF .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_page .pre .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_page .next .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_more .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 .p_loading .iconfont:before {
  shadow-angle           : 0;
  shadow-distance        : 0;
  shadow-angle-ofInset   : 0;
  shadow-distance-ofInset: 0;
}

#c_news_list-15231555351026311 {
  position: absolute;
  top     : 66px;
  left    : 487px;
  z-index : 3;
  width   : 767px;
  height  : 264px;
}

#head .p_wbox {
  background-color           : rgba(255, 255, 255, 1);
  background-image           : url(/public/static/home/css/../images/nav.jpg);
  background-image-part-image: url(/public/static/home/css/../images/nav.jpg);
  background-repeat          : repeat-x;
  background-position        : top left;
}

#head .p_MatteIcon .iconfont:before {
  content: '\e602';
}

#head>div {
  animation-fill-mode: both;
}

#w_sfbox-1523148605017 .p_footer {
  height: 200px;
}

#w_sfbox-1523148605017 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

#w_sfbox-1523148605017 .ping_0 {
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

#w_sfbox-1523148605017 .ping_1 {
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

#w_sfbox-1523148605017 .ping_2 {
  shadow-angle           : 0px;
  shadow-distance        : 0px;
  shadow-angle-ofInset   : 0px;
  shadow-distance-ofInset: 0px;
}

#w_sfbox-1523148605017 .p_SwipPanelBox {
  left             : auto;
  top              : auto;
  right            : 0px;
  bottom           : 0px;
  transform        : none;
  -webkit-transform: none;
  -ms-transform    : none;
}

#w_img-1586564384619 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

#w_img-1586564384619>div {
  animation-fill-mode: both;
}

#w_wbox-1570688027572 .p_wbox {
  background-color: rgba(44, 55, 67, 1);
}

#w_wbox-1570688027572 .p_MatteIcon .iconfont:before {
  content: '\e602';
}

#w_wbox-1570688027572>div {
  animation-fill-mode: both;
}

#head {
  position         : fixed;
  top              : 0px;
  left             : 50%;
  bottom           : auto;
  right            : auto;
  transform        : translate(-50%, 0px);
  width            : 1920px;
  height           : 145px;
  z-index          : 103;
  content          : "tc";
  max-width        : none;
  min-width        : 0px;
  max-height       : none;
  min-height       : 0px;
  margin-top       : 0px;
  margin-left      : 0px;
  margin-right     : 0px;
  margin-bottom    : 0px;
  -webkit-transform: translate(-50%, 0px);
}

#w_sfbox-1523148605017 {
  position: absolute;
  top     : 13px;
  left    : 0px;
  z-index : 100;
  width   : 1920px;
  height  : 928px;
}

#w_img-1586564384619 {
  position         : fixed;
  top              : auto;
  left             : 10px;
  bottom           : 10px;
  right            : auto;
  transform        : none;
  width            : 178px;
  height           : 53px;
  z-index          : 107;
  content          : "lb";
  max-width        : none;
  min-width        : 0px;
  max-height       : none;
  min-height       : 0px;
  margin-top       : 0px;
  margin-left      : 0px;
  margin-right     : 0px;
  margin-bottom    : 0px;
  -webkit-transform: none;
}

#w_wbox-1570688027572 {
  position         : fixed;
  top              : auto;
  left             : 50%;
  bottom           : 0px;
  right            : auto;
  transform        : translate(-50%, 0px);
  width            : 1920px;
  height           : 38px;
  z-index          : 105;
  content          : "bc";
  max-width        : none;
  min-width        : 0px;
  max-height       : none;
  min-height       : 0px;
  margin-top       : 0px;
  margin-left      : 0px;
  margin-right     : 0px;
  margin-bottom    : 0px;
  -webkit-transform: translate(-50%, 0px);
}

#w_rbox-1523256452889 {
  position: absolute;
  top     : 332px;
  left    : 321px;
  z-index : 7;
  width   : 1280px;
  height  : 377px;
}

#w_img-1523150500978 {
  position: absolute;
  top     : 0px;
  left    : 321px;
  z-index : 100;
  width   : 135px;
  height  : 100px;
}

#w_common_text-1523151497205 {
  position: absolute;
  top     : 21px;
  left    : 1420px;
  z-index : 104;
  width   : 184px;
  height  : 27px;
}

#w_common_text-1523150559167 {
  position: absolute;
  top     : 23px;
  left    : 467px;
  z-index : 101;
  width   : 300px;
  height  : 68px;
}

#w_img-1523150718150 {
  position: absolute;
  top     : 23px;
  left    : 586px;
  z-index : 102;
  width   : 32px;
  height  : 28px;
}

#w_img-1523151577935 {
  position: absolute;
  top     : 26px;
  left    : 1373px;
  z-index : 105;
  width   : 37px;
  height  : 42px;
}

#w_img-1523151636935 {
  position: absolute;
  top     : 41px;
  left    : 1416px;
  z-index : 106;
  width   : 181px;
  height  : 34px;
}

#w_img-1523154916297 {
  position: absolute;
  top     : 251px;
  left    : 620.5px;
  z-index : 100;
  width   : 684px;
  height  : 232px;
}

#w_img-1523155029328 {
  position: absolute;
  top     : 572px;
  left    : 935.5px;
  z-index : 101;
  width   : 49px;
  height  : 93px;
}

#w_img-1523157043419 {
  position: absolute;
  top     : 45px;
  left    : 433px;
  z-index : 2;
  width   : 65px;
  height  : 293px;
}

#w_img-1523156114809 {
  position: absolute;
  top     : 187px;
  left    : 751.5px;
  z-index : 1;
  width   : 416px;
  height  : 78px;
}