<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
    "WenQuanYi Micro Hei", sans-serif;
}

body {
  min-width: 1200px;
}

input {
  -webkit-appearance: none;
  margin: 0;
  outline: none;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

img {
  border: none;
}

ul,
ol,
li {
  list-style-type: none;
}

.clearfix:after {
  visibility: hidden;
  clear: both;
  display: block;
  content: "";
  height: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #333333;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  list-style: none;
}

ol,
ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

a:focus,
a:hover {
  text-decoration: none;
}

section .main {
  background: url(../img/banner_bg.png) no-repeat center center;
}

section .main .main_banner {
  height: 450px;
}

section .main .main_banner .center_area .banner_l {
  width: 860px;
  float: left;
}

section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-pagination-bullet-active {
  background: #ffffff;
}

section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container-horizontal
  &gt; .swiper-pagination-bullets,
section .main .main_banner .center_area .banner_l .swiper-pagination-custom,
section .main .main_banner .center_area .banner_l .swiper-pagination-fraction {
  left: 390px;
}

section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container-horizontal
  &gt; .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}

section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container
  .swiper-button-prev,
section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container
  .swiper-container-rtl
  .swiper-button-next {
  background-image: url(../img/left.png);
  width: 22px;
  height: 60px;
  background-size: 100% auto;
  left: 0px;
}

section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container
  .swiper-button-next,
section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container
  .swiper-container-rtl
  .swiper-button-prev {
  background-image: url(../img/right.png);
  width: 22px;
  height: 60px;
  background-size: 100% auto;
  right: 0px;
}

section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container
  .swiper-wrapper
  .swiper-slide {
  position: relative;
}

section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  &gt; a {
  display: block;
  overflow: hidden;
}

section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .word-container {
  position: absolute;
  bottom: 20px;
  left: 32px;
}

section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .word-container
  .b_info
  p {
  width: 800px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section
  .main
  .main_banner
  .center_area
  .banner_l
  .swiper-container
  .swiper-wrapper
  .swiper-slide
  .word-container
  .b_info
  p
  a {
  color: #ffffff;
  font-size: 18px;
}

section .main .main_banner .center_area .banner_r {
  float: left;
  /* height: 450px;*/
}

section .main .main_banner .center_area .banner_r .news_img {
  width: 340px;
  height: 272px;
}

section .main .main_banner .center_area .banner_r .news_img &gt; a {
  display: block;
  overflow: hidden;
}
section .main .main_banner .center_area .banner_r .news_img &gt; a &gt; img { transition: all 0.5s;}
section .main .main_banner .center_area .banner_r .news_img &gt; a:hover &gt; img {
  transform: scale(1.2);
 
}
section .main .main_banner .center_area .banner_r .news_info {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 22px;
  width: 340px;
  height: 178px;
  background: url(../img/news_bg.png) no-repeat;
  background-size: 100% auto;
}

section .main .main_banner .center_area .banner_r .news_info p a {
  color: #ffffff;
}

section .main .main_banner .center_area .banner_r .news_info .title_f {
  font-size: 18px;
  line-height: 26px;
}

section .main .main_banner .center_area .banner_r .news_info .in_f {
  font-size: 14px;
  line-height: 21px;
  margin-top: 12px;
}

section .main .main_banner .center_area .banner_r .news_info .time_f {
  line-height: 16px;
  font-size: 12px;
  margin-top: 16px;
  display: block;
}

section .main .main_banner .center_area .banner_r .news_info span {
  color: #ffffff;
}

section .t_top {
  border-bottom: 1px solid rgba(203, 56, 124, 0.4);
}

section .t_top .top_l {
  float: left;
}

section .t_top .top_l h2 {
  float: left;
  font-size: 28px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: black;
  line-height: 36px;
  border-bottom: 4px solid #cb387c;
  padding: 0 0 21px 0px;
}

section .t_top .top_l span {
  float: left;
  display: block;
  margin-top: 9px;
  margin-left: 8px;
  font-size: 20px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.65);
  line-height: 26px;
}

section .t_top .top_r {
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 9px;
  color: rgba(51, 51, 51, 0.65);
  line-height: 21px;
  cursor: pointer;
}

section .t_top &gt; a.more {
  display: none;
}

section .t_top &gt; a.more.active {
  display: block;
}

section .type_list .type_ul {
  margin-top: 20px;
}

section .type_list .type_ul .type_li {
  float: left;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .type_list .type_ul .type_li a {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 46px;
  padding: 13px 16px;
}

section .type_list .type_ul .type_li:not(:last-child) {
  margin-right: 18px;
}

section .type_list .type_ul .type_li:hover {
  background: #cb387c;
  border: 1px solid #cb387c;
}

section .type_list .type_ul .type_li:hover a {
  color: #ffffff;
}

section .main_content {
  margin-top: 48px;
}

section .t_bottom {
  margin-top: 24px;
  margin-bottom: 60px;
}

section .t_bottom span.time {
  font-size: 12px;
  color: #8f8f8f;
}

section .t_bottom a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .t_bottom .t_bleft {
  float: left;
  width: 374px;
padding-top:20px;
}

section .t_bottom .t_bleft &gt; a {
  width: 374px;
  height: 280px;
  display: block;
  overflow: hidden;
}
a.top_r:hover {
  color: #cb387c;
}
section .main_contenttwo .two_r .title .tabnamelist &gt; a.more:hover {
  color: #cb387c;
}
section .t_bottom .t_bleft &gt; a img {
  margin: 0 auto;
}
section .t_bottom .t_bleft &gt; a:hover &gt; img {
  transform: scale(1.2);
  transition: all 0.5s;
}
section .t_bottom .t_bleft .title {
  margin: 16px 0px 14px;
}

section .t_bottom .t_bleft .title span a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .t_bottom .t_bright {
  width: 778px;
  float: right;
}

section .t_bottom .t_bright .tb_li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .t_bottom .t_bright .tb_li .time {
  float: right;
  line-height: 58px;
  font-size: 12px;
  color: #8f8f8f;
}

section .t_bottom .t_bright a {
  padding: 16px 0px;
  width: 84%;
}

section .main_contenttwo {
  background: #f5f7ff;
  padding-bottom: 48px;
}

section .main_contenttwo .two_l {
  width: 638px;
  float: left;
  padding-top: 35px;
}

section .main_contenttwo .two_l .t_top {
  width: 638px;
  padding-top: 0px;
}

section .main_contenttwo .two_l .news_list {
  width: 638px;
  margin-top: 14px;
}

section .main_contenttwo .two_l .news_list .tb_li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 14px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .main_contenttwo .two_l .news_list span {
  float: right;
  line-height: 30px;
  font-size: 12px;
  color: #8f8f8f;
}

section .main_contenttwo .two_l .news_list a {
  width: 80%;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

section .main_contenttwo .two_r {
  float: left;
  padding-top: 40px;
  width: 462px;
  margin-left: 100px;
}

section .main_contenttwo .two_r .title {
  border-bottom: 1px solid rgba(203, 56, 124, 0.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .main_contenttwo .two_r .title .tabnamelist {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .main_contenttwo .two_r .title .tabnamelist .an_more {
  float: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 9px;
  color: rgba(51, 51, 51, 0.65);
  line-height: 21px;
  cursor: pointer;
}

section .main_contenttwo .two_r .title .tabnamelist .tabname {
  float: left;
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 36px;
  padding-bottom: 21px;
  margin-right: 24px;
}

section .main_contenttwo .two_r .title .tabnamelist .tabname a {
  padding: 0px 0px 28px 0px;
}

section .main_contenttwo .two_r .title .tabnamelist .tabname .an_more {
  float: left;
}

section .main_contenttwo .two_r .title .tabnamelist .tabname a:hover {
  color: #000000;
}

section .main_contenttwo .two_r .title .tabnamelist h2.active {
  border-bottom: 4px solid #cb387c;
  padding-bottom: 17px;
}

section .main_contenttwo .two_r .title .tabnamelist h2:hover {
  border-bottom: 4px solid #cb387c;
  padding-bottom: 17px;
}

section .main_contenttwo .two_r .title .tabnamelist &gt; a.more {
  display: none;
}

section .main_contenttwo .two_r .title .tabnamelist &gt; a.more.active {
  display: block;
}

section .main_contenttwo .two_r .title .tabLink a {
  float: right;
}

section .main_contenttwo .two_r .an_list {
  margin-top:12px;
}

section .main_contenttwo .two_r .an_list .notice_li {
  padding: 16px 0px;
  clear: both;
  overflow: hidden;
  width: 462px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

section .main_contenttwo .two_r .an_list .notice_li .dated {
  display: inline-block;
  margin-right: 16px;
  width: 54px;
  height: 54px;
  float: left;
}

section .main_contenttwo .two_r .an_list .notice_li .dated .month {
  background: rgba(167, 180, 227, 0.8);
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 6px 5px;
  color: white;
  line-height: 17px;
  margin-bottom: 0px;
}

section .main_contenttwo .two_r .an_list .notice_li .dated .date {
  background: rgba(167, 180, 227, 0.65);
  text-align: center;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  color: white;
  line-height: 26px;
}

section .main_contenttwo .two_r .an_list .notice_li .list_item .titles {
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

section .main_contenttwo .two_r .an_list .notice_li .list_item .titles a {
  line-height: 27px;
}

.nav-tabs {
  border-bottom: none;
}

.nav-tabs &gt; li &gt; a {
  border: none;
  border-radius: 0px;
  margin-right: 0px;
  display: unset;
  position: unset;
  color: #ffffff;
}

.nav-tabs &gt; li &gt; a:hover {
  border-color: transparent;
  background-color: #cb387c;
}

section .type_list .type_ul .type_li.active a {
  color: #ffffff;
}

.nav-tabs &gt; li.active &gt; a,
.nav-tabs &gt; li.active &gt; a:focus,
.nav-tabs &gt; li.active &gt; a:hover {
  border: 1px solid #cb387c;
  color: #ffffff;
  background-color: #cb387c;
}

.maincontainer {
  background: url(../img/newslist_banner.png) no-repeat center top;
}

.maincontainer .main_banner {
  height: 278px;
  padding-top: 220px;
}

.maincontainer .center_area .main_n {
  padding: 22px 46px;
  background: #ffffff;
  margin-top: -80px;
border-bottom: 1px solid rgba(203,56,124,0.2);
}

.maincontainer .center_area .main_n .m_top .m_title {
  float: left;
}

.maincontainer .center_area .main_n .m_top .m_title span {
  font-size: 28px;
  font-weight: 400;
  color: #cb387c;
  line-height: 36px;
}

.maincontainer .center_area .main_n .m_top .place {
  float: right;
  line-height: 36px;
}

.maincontainer .center_area .main_n .m_top .place span {
  color: #999999;
  cursor: pointer;
}
.maincontainer .center_area .main_n .m_top .place a {
  color: #999999;
  font-size: 14px;
}
.possplit {
  background-image: none;
  width: auto;
  display: inline;
  text-indent: unset;
  color: #999999;
}
.maincontainer .center_area .main_n .m_top .place a:hover {
  color: #6ca7fb;
}

.maincontainer .center_area .m_maincontent {
  margin-top: 42px;
  margin-bottom: 60px;
}

.maincontainer .center_area .m_maincontent .m_left {
  float: left;
  width: 280px;
  border: 8px solid rgba(3, 60, 149, 0.49);
}

.maincontainer .center_area .m_maincontent .m_left .leftcontent .leftlist li {
  /* //padding: 8px 0px; */
  font-size: 16px;
  color: #343434;
}
.maincontainer .center_area .m_maincontent .m_left .leftcontent .leftlist li a {
  padding: 16px 0px 16px 20px;
  display: block;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li
  &gt; a {
  position: relative;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li.selected
  &gt; a {
  background: #6b80ce;
  color: #ffffff;
  width: 283px;
}
.maincontainer .center_area .m_maincontent .m_left .leftcontent .leftlist &gt; li &gt; ul {
    display: none;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li.selected
  &gt; ul {
  background: #f1f1f1;
display:block;
}

/* .maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li.selected
  &gt; a:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  bottom: -10px;
  height: 0;
  border-left: 11px solid #6b80ce;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
} */
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li
  a
  .glyphicon {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  /* left: 0; */

  transform: translate(0, -50%);
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li
  a
  .glyphicon
  + span {
  display: inline-block;
  padding-left: 20px;
padding-right:1px;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li
  ul
  li:hover {
  background: #f1f1f1;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li
  ul
  li:hover
  &gt; a {
  color: #6ca7fb;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li
  ul
  li {
  /* padding-left: 20px; */
  margin-left: 20px;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li
  ul
  li.selected
  &gt;a span {
  color: #6ca7fb;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li
  ul
  li.parent
  &gt;a span{ color: #6ca7fb;}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li
  ul
  li
  a:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: #6ca7fb;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  margin: 5px;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li:not(:last-child) {
  border-bottom: 1px rgba(0, 0, 0, 0.1) dashed;
}

.maincontainer .center_area .m_maincontent .m_left .leftcontent .leftlist &gt; li {
  /* //padding-left: 20px; */
}

.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li
  li {
  margin-right: 20px;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li:hover {
  background: #f1f1f1;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li.parent {
  background: #f1f1f1;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li.column-1.parent
  &gt; a {
  background: #6b80ce;
  color: #ffffff;
  width: 283px;
}
/* .maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li.column-1.parent
  &gt; a:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 0;
  bottom: -10px;
  height: 0;
  border-left: 11px solid #6b80ce;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
} */

.maincontainer .center_area .m_maincontent .m_right {
  float: left;
  margin-left: 78px;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_right
  .rightcontent
  .m_righttitle
  .left_icon {
  width: 6px;
  height: 24px;
  display: block;
  margin-top: 6px;
  float: left;
  background: #cb387c;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_right
  .rightcontent
  .m_righttitle
  .righttitle {
  margin-left: 10px;
  font-size: 28px;
  font-weight: 400;
  color: black;
  line-height: 36px;
  display: block;
  float: left;
}

.maincontainer .center_area .m_maincontent .m_right .rightcontent .m_rightlist {
  width: 840px;
  margin-top: 30px;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_right
  .rightcontent
  .m_rightlist
  ul {
  margin-top: 17px;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_right
  .rightcontent
  .m_rightlist
  ul
  li {
  border-bottom: 1px rgba(0, 0, 0, 0.2) dashed;
  padding: 15px 0px;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_right
  .rightcontent
  .m_rightlist
  ul
  li
  .news_title {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 23px;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_right
  .rightcontent
  .m_rightlist
  ul
  li
  .news_date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_right
  .rightcontent
  .m_rightlist
  .newspaging {
  margin: 0 auto;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_right
  .rightcontent
  .news_content {
  width: 840px;
  margin-top: 30px;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_right
  .rightcontent
  .news_content
  p {
  text-indent: 2em;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-top: 20px;
}

.mainnews_content {
  margin-top: 30px;
}

.mainnews_content .center_area .main_newsinfo {
  padding: 0px 180px;
  margin-bottom: 60px;
}

.mainnews_content .center_area .main_newsinfo .main_title {
  border-bottom: 1px #dedede dotted;
}

.mainnews_content .center_area .main_newsinfo .main_title h1 {
  text-align: center;
  font-size: 28px;
  color: #000000;
  line-height: 36px;
  font-weight: 400;
}

.mainnews_content .center_area .main_newsinfo .main_title .newsdated {
  margin: 0 auto;
  text-align: center;
  margin: 12px 0px 20px;
}

.mainnews_content .center_area .main_newsinfo .main_title .newsdated span {
  color: #777777;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.mainnews_content .center_area .main_newsinfo .mainnews_text {
  padding-top: 30px;
}

.mainnews_content .center_area .main_newsinfo .mainnews_text p {
  color: #333333;
  font-size: 16px;
  line-height: 26px;
  text-indent: 2em;
}

.mainnews_content .center_area .main_newsinfo .newsshare &gt; span {
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  display: block;
  float: left;
}
/*åˆ†é¡µ*/
.maincontainer
  .center_area
  .m_maincontent
  .m_right
  .rightcontent
  .m_rightlist
  #wp_paging_w10
  ul
  li {
  border-bottom: none;
}
/*hoveræ•ˆæžœ*/
.tab-content ul li:hover a,
.tab-content .title:hover a,
section .main_contenttwo .two_l .news_list ul li:hover a {
  color: #cb387c;
}

.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li
  ul
  li
  ul
  li
  a:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: #ffffff;
  width: 5px;
  height: 5px;
  border: 2px solid #6ca7fb;
  vertical-align: middle;
  margin: 5px;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  li
  ul
  li
  ul
  li
  ul
  li
  a:before {
  content: "";
  display: inline-block;
  /* border-radius: 42%; */
  background: #6ca7fb;
  width: 10px;
  height: 2px;
  vertical-align: middle;
  margin: 5px;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li.selected
  &gt; a {
  background: #6b80ce;
  color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
  width: auto;
}
.maincontainer
  .center_area
  .m_maincontent
  .m_left
  .leftcontent
  .leftlist
  &gt; li.column-1.parent
  &gt; a {
  background: #6b80ce;
  color: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
  width: auto;
}
.maincontainer .center_area .m_maincontent .m_right .rightcontent .news_content table tr:nth-child(odd) {
  background: #ffffff;
}

.maincontainer .center_area .m_maincontent .m_right .rightcontent .news_content table tr:nth-child(even) {
  background: #f7f7f7;
}

.maincontainer .center_area .m_maincontent .m_right .rightcontent .news_content table {
  width: 100% !important;
}

.maincontainer .center_area .m_maincontent .m_right .rightcontent .news_content table tr td {
  border-right: 1px solid #dddddd !important;
  border-left: 1px solid #dddddd !important;
  border-top: 1px solid #dddddd !important;
  border-bottom: 1px solid #dddddd !important;
}

.maincontainer .center_area .m_maincontent .m_right .rightcontent .news_content table tr td p {
  text-indent: 0em;
  text-align: center !important;
  color: #333333;
  margin-top: 0px;
  padding: 14px 0px 14px 8px;
}

.maincontainer .center_area .m_maincontent .m_right .rightcontent .news_content table tr:first-child {
  background: #6b80ce;
}

.maincontainer .center_area .m_maincontent .m_right .rightcontent .news_content table tr:first-child td p {
  text-align: left;
  text-indent: 0em;
  color: #ffffff;
}
.maincontainer .center_area .m_maincontent .m_left .leftcontent .leftlist &gt; li.parent&gt;a {
    background: #6b80ce;
    color: #ffffff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
    width: auto;
}
.maincontainer .center_area .m_maincontent .m_left .leftcontent .leftlist &gt; li.parent&gt;ul {
    display: block;
}
.maincontainer .center_area .main_n .m_top .place&gt;div&gt;div&gt;span a:last-child {
    color:#cb387c;
   
}
section .main .main_banner .center_area .banner_r .news_info .in_f a:hover {
    text-decoration: underline;
}
.maincontainer .center_area .m_maincontent .m_right .rightcontent .m_rightlist ul li:hover  span.news_title a{
color:#cb387c;
}
/*# sourceMappingURL=common.css.map */
</pre></body></html>