.ellipse {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
html,
body {
  height: 100%;
}
a {
  text-decoration: none;
}
body {
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", "黑体";
  background: #fafafa;
}
ul,
li,
body,
h3,
h4,
p,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: #333;
}
.bg {
  background: #f5f8fa;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
#main-header {
  width: 100%;
  background: #FAFAFA;
}
#main-header .header-container {
  padding: 20px 0;
  overflow: hidden;
  clear: both;
}
#main-header .header-container .header-left {
  float: left;
}
#main-header .header-container .header-right {
  float: right;
}
#main-header .header-container .header-right .header-search {
  position: relative;
}
#main-header .header-container .header-right .header-search input {
  padding: 0 15px;
  border: 1px solid #eee;
  border-radius: 20px;
  width: 200px;
  height: 40px;
  outline: none;
}
#main-header .header-container .header-right .header-search button {
  position: absolute;
  top: 7px;
  right: 5px;
  width: 26px;
  height: 26px;
  border: none;
  background: none;
  outline: none;
}
#main-header .header-container .header-right .header-date {
  margin-top: 5px;
  text-align: center;
}
#main-header .brand {
  margin-top: 20px;
  float: left;
}
#main-header .brand .brand-info {
  height: 35px;
  line-height: 35px;
}
#main-header .brand .brand-info span {
  color: #000;
  padding: 0 20px 0 10px;
  font-size: 14px;
  position: relative;
}
#main-header .brand .brand-info span:before {
  content: '';
  height: 14px;
  width: 4px;
  background: #004A99;
  position: absolute;
  left: 0;
  top: 4px;
}
#main-nav {
  width: 100%;
  border: none;
  background: #531563;
}
#main-nav .navbar-collapse {
  padding: 0;
  border: 0;
}
#main-nav .navbar-toggle {
  border: none;
}
#main-nav .navbar-toggle .icon-bar {
  background-color: white;
}
#main-nav .navbar-toggle:focus,
#main-nav .navbar-toggle:hover {
  background: none;
}
#main-nav .navbar-brand a {
  color: white;
}
#main-nav .navbar-nav {
  margin: 0;
}
#main-nav .navbar-nav > li > a {
  text-align: center;
  color: white;
}
#main-nav .navbar-nav > li > a:focus,
#main-nav .navbar-nav > li > a:hover {
  background: #7c5eae;
  color: white;
}
#main-nav .navbar-nav > .active > a,
#main-nav .navbar-nav > .active > a:focus,
#main-nav .navbar-nav > .active > a:hover {
  background: #7c5eae;
  color: white;
}
#main-nav .navbar-nav > .open > a,
#main-nav .navbar-nav > .open > a:hover,
#main-nav .navbar-nav > .open > a:focus {
  color: white;
  background-color: #7c5eae;
}
#main-nav .dropdown-menu {
  margin: 0;
  background-color: #ffffff;
  border: none;
  padding: 0;
  min-width: 117px;
  border-radius: 0px;
}
#main-nav .dropdown-menu > li a {
  padding: 10px 20px;
}
#main-nav .dropdown-menu > li a:hover {
  color: #ff0036;
}
#main-swiper {
  margin-top: 20px;
}
#main-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#main-swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 5px;
}
#main-swiper .swiper-pagination-bullet-active {
  background-color: #f5ba00;
}
#top-links {
  margin-top: 5px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
}
#top-links ul li {
  padding: 5px 0;
  float: left;
  width: 195px;
  text-align: center;
}
#top-links ul li a .iconfont {
  font-size: 46px;
  line-height: 48px;
  color: #004A99;
}
#top-links ul li a p {
  font-size: 18px;
  color: #848484;
}
#top-links ul li a,
#top-links ul li a:hover,
#top-links ul li a:focus {
  text-decoration: none;
}
#top-links ul li:hover {
  background: #7c5eae;
  border-radius: 5px;
}
#top-links ul li:hover a span {
  color: white;
}
#top-links ul li:hover a p {
  color: white;
}
.list-style-new .list-style-pic > a:link,
.list-style-new .list-style-pic > a:hover,
.list-style-new .list-style-pic > a:visited {
  text-decoration: none;
}
.list-style-new .list-style-pic > a > dl {
  overflow: hidden;
}
.list-style-new .list-style-pic > a > dl > dt {
  width: 260px;
  height: 150px;
  float: left;
  overflow: hidden;
  margin-right: 15px;
}
.list-style-new .list-style-pic > a > dl > dt img {
  width: 100%;
  height: auto;
}
.list-style-new .list-style-pic > a > dl > dd > h3 {
  font-size: 16px;
  color: #333;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-style-new .list-style-pic > a > dl > dd > div {
  padding: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.list-style-new .list-style-pic > a > dl > dd > div p {
  text-indent: 2em;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
}
.list-style-new .list-style-pic > a > dl > dd > p {
  text-align: right;
}
.list-style-new .list-style-pic > a:after {
  display: block;
  content: '';
  height: 5px;
}
.list-style-new > li {
  line-height: 30px;
  border-bottom: 1px solid #ebebeb;
  position: relative;
}
.list-style-new > li > a {
  color: #333;
  display: block;
  overflow: hidden;
  padding-left: 15px;
}
.list-style-new > li > a:link,
.list-style-new > li > a:hover,
.list-style-new > li > a:visited {
  text-decoration: none;
}
.list-style-new > li > a > span {
  float: right;
  color: #666;
}
.list-style-new > li > a > p {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 150px;
}
.list-style-new li:not(.list-style-pic) > a:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #531563;
  position: absolute;
  left: 3px;
  top: 12px;
}
.list-style-new li:last-child {
  border-bottom: none;
}
.bg-color-w {
  background-color: #FFFFFF;
}
.padding-top-bottom-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
#news-focus {
  margin-top: 20px;
  margin-bottom: 20px;
}
#news-focus > .container {
  background-color: #FFFFFF;
}
#news-focus > .container > .row {
  clear: both;
}
#news-focus > .container > .row:after {
  content: '';
  height: 10px;
}
#news-focus .flash {
  border: 1px solid #ccc;
  padding: 5px;
}
#news-focus .flash .swiper-slide {
  position: relative;
}
#news-focus .flash .swiper-slide a img {
  width: 100%;
  height: 320px;
}
#news-focus .flash .swiper-slide a p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  color: #fff;
  background-color: rgba(83, 21, 99, 0.85);
}
#news-focus .flash .swiper-slide a:hover {
  text-decoration: none;
}
#news-focus .flash .swiper-slide a:hover p {
  color: #FFFFFF;
}
#news-focus .flash .swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 5px;
  text-align: right;
}
#news-focus .flash .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 2px;
}
#news-focus .flash .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
}
#news-focus .news-right li {
  border-bottom: 1px solid #eaeaea;
  padding: 3px 0 2px;
  /*&:first-child {
        padding: 10px 30px;
        background: #e54a28;
        a {
          color: #fff;
          background: none;
          h3 {
            line-height: 30px;
            font-size: 22px;
            margin-bottom: 10px;
            .ellipse;
          }
          div {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            height: 45px;
            font-size: 12px;
            font-style: normal;
            line-height: 22.5px;
            text-indent: 2em;
          }
        }
      }*/
}
#news-focus .news-right li a {
  display: block;
  background: url("../images/news_dot.png") no-repeat right;
  overflow: hidden;
}
#news-focus .news-right li a:hover {
  text-decoration: none;
}
#news-focus .news-right li a:hover .nr h3 {
  color: #004A99;
}
#news-focus .news-right li a .date {
  float: left;
  width: 78px;
  margin-right: 10px;
  text-align: center;
  border-right: 1px solid #eaeaea;
  color: #b0b0b0;
  font-family: arial;
}
#news-focus .news-right li a .date span {
  display: block;
  font-family: arial;
}
#news-focus .news-right li a .date .d1 {
  font-size: 28px;
  line-height: 35px;
}
#news-focus .news-right li a .date .d2 {
  font-size: 12px;
  line-height: 15px;
}
#news-focus .news-right li a .nr {
  height: 50px;
  padding-right: 45px;
}
#news-focus .news-right li a .nr h3 {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  margin-bottom: 6px;
  margin-top: 4px;
  display: block;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news-focus .news-right li a .nr .sum {
  color: #999;
  font-size: 12px;
  height: 20px;
  line-height: 2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news-focus .news-right li.first {
  padding: 10px 30px;
  background: #7c5eae;
}
#news-focus .news-right li.first > a {
  color: #fff;
  background: none;
}
#news-focus .news-right li.first > a > h3 {
  line-height: 25px;
  font-size: 18px;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#news-focus .news-right li.first > a > div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  font-size: 12px;
  font-style: normal;
  line-height: 20px;
  text-indent: 2em;
}
.title-style-normal {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #531563;
  margin-bottom: 10px;
  position: relative;
}
.title-style-normal span {
  display: block;
  width: 100px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.title-style-normal span:before {
  content: '';
  display: inline-block;
  background-color: #531563;
  width: 5px;
  height: 20px;
  position: absolute;
  left: 2px;
  top: 15px;
}
.title-style-normal a {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0px;
  font-size: 13px;
  font-weight: normal;
  line-height: 35px;
  height: 35px;
}
.title-style-normal a:link,
.title-style-normal a:visited {
  text-decoration: none;
  color: #333;
}
#page-three {
  margin-bottom: 20px;
}
#page-three > .container {
  background-color: #FFFFFF;
}
#page-three > .container > .row {
  /*&:before, &:after {
        content: '';
        height: 20px;
      }*/
}
#page-three > .container > .row div:first-child {
  padding-left: 20px;
  padding-right: 20px;
}
#page-three > .container > .row div:last-child {
  padding-left: 20px;
  padding-right: 20px;
}
#page-three .list-style-normal li {
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}
#page-three .list-style-normal li span {
  color: #666;
  float: right;
}
#page-three .list-style-normal li p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 100px;
}
#page-three .list-style-normal li p a {
  color: #333;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
}
#page-three .list-style-normal li p a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  top: 6px;
  background-color: #666;
}
#page-three .list-style-normal li p a:hover,
#page-three .list-style-normal li p a:focus {
  text-decoration: none;
  color: #004A99;
}
#useful-links dl {
  overflow: hidden;
  text-align: center;
}
#useful-links dl > dt,
#useful-links dl > dd {
  display: inline-block;
}
#useful-links dl > dd:not(:last-child):after {
  content: '|';
  padding: 0 5px;
  display: inline-block;
}
#useful-xt dl {
  overflow: hidden;
  text-align: center;
}
#useful-xt dl > dt,
#useful-xt dl > dd {
  display: inline-block;
}
#useful-xt dl > dd:not(:last-child):after {
  content: '|';
  padding: 0 5px;
  display: inline-block;
}

#footer {
  margin-top: 20px;
  background: url("../images/bg-rr.jpg") center center no-repeat;
  background-size: cover;
}
#footer .filter {
  padding: 20px;
  background-color: #7c5eae;
  font-size: 14px;
  color: white;
}
#footer .filter .row > div {
  padding: 0;
}
#footer .filter .row > div:nth-of-type(1) {
  color: #FFFFFF;
}
#footer .filter .row > div:nth-of-type(1) > address {
  margin: 0 0 0;
}
#footer .filter .row > div:nth-of-type(1) > address > p {
  margin-bottom: 5px;
  line-height: 25px;
}
#footer .filter .row > div:nth-of-type(1) > address p:last-child {
  margin-bottom: 0;
}
#footer .filter .row > div:nth-of-type(2) > div {
  line-height: 60px;
  text-align: center;
}
#footer .filter .row > div:nth-of-type(2) > p {
  line-height: 25px;
  text-align: center;
}
#footer .wx {
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
#footer .wx li {
  padding: 0 10px;
  float: right;
}
#footer .wx li img {
  width: 60px;
  height: 60px;
}
#footer .wx li p {
  line-height: 25px;
  text-align: center;
}

#footer .copyright {
  background-color: #7c5eae;
  padding-top: 10px;
}
#footer .copyright p {
  color: white;
  margin: 0 0 10px 0;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
}
#main {
  background-image: linear-gradient(to bottom, #ab6953, #ffffff 40%);
}
#main .main-left .nav-title {
  height: 50px;
  line-height: 50px;
  background-color: #531563;
  color: #ffffff;
  font-size: 18px;
  padding-left: 30px;
}
#main .main-left .nav-body {
  background: #ffffff;
}
#main .main-left .nav-body > ul {
  list-style: none;
  margin: 0;
  padding: 0 20px 0 30px;
}
#main .main-left .nav-body > ul > li {
  line-height: 40px;
  border-bottom: 1px solid #eee;
  padding: 0 0 0 15px;
  position: relative;
}
#main .main-left .nav-body > ul > li:after {
  position: absolute;
  content: '';
  border-top: 4px solid transparent;
  border-left: 8px solid #531563;
  border-bottom: 4px solid transparent;
  width: 0;
  height: 0;
  top: 16px;
  left: 0;
}
#main .main-left .nav-body > ul > li > a {
  font-size: 16px;
}
#main .main-left .nav-body > ul > ul {
  padding-left: 15px;
}
#main .main-left .nav-body > ul > ul > li {
  line-height: 35px;
  border-bottom: 1px solid #eee;
  padding: 0 0 0 15px;
}
#main .main-left .nav-body > ul > ul > li > a {
  font-size: 15px;
}
#main .main-left .nav-body > ul > ul > ul {
  padding-left: 15px;
}
#main .main-left .nav-body > ul > ul > ul > li {
  line-height: 30px;
  border-bottom: 1px solid #eee;
  padding: 0 0 0 15px;
}
#main .main-left .nav-body > ul > ul > ul > li > a {
  font-size: 14px;
}
#main .main-left .nav-body > ul > ul > ul > ul {
  padding-left: 15px;
}
#main .main-left .nav-body > ul > ul > ul > ul > li {
  line-height: 25px;
  border-bottom: 1px solid #eee;
  padding: 0 0 0 15px;
}
#main .main-left .nav-body > ul > ul > ul > ul > li > a {
  font-size: 12px;
}
#main .main-right {
  background: #f5f5f5;
}
#main .main-right .position {
  background: #f5f5f5;
  border-bottom: 2px solid #ccc;
  height: 50px;
  line-height: 50px;
  padding: 0 0 0 30px;
  font-size: 15px;
  color: #666;
}
#main .main-right .content {
  background: #FFF;
  padding: 20px 50px 20px 50px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  min-height: 600px;
  height: auto !important;
  height: 600px;
}
#main .main-right .content > .news-list {
  line-height: 200%;
  padding: 10px 5px 5px 5px;
  font-size: 15px;
}
#main .main-right .content > .news-list > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main .main-right .content > .news-list > ul > li {
  background: url(../images/border_bot.jpg) repeat-x bottom;
  line-height: 40px;
}
#main .main-right .content > .news-list > ul > li > span {
  float: right;
  color: #999;
  font-size: 13px;
}
#main .main-right .content > .news-list > ul > li > a {
  background: url(../images/icon_3.jpg) no-repeat left;
  padding: 0 0 0 15px;
  font-size: 15px;
}
#main .main-right .content > .news-list .page {
  padding: 100px 0 30px 0;
  text-align: center;
}
#main .main-right .content > .news-list .page > form {
  margin: 0;
  padding: 0;
}
#main .main-right .content > .news-list .page a {
  padding: 2px 5px;
  margin: 0 2px;
  border: 1px solid #ddd;
  background: #f5f5f5;
  color: #333;
  text-decoration: none;
}
#main .main-right .content > div > h1 {
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #dfdfdf;
  padding: 20px 0 10px 0;
  font-weight: normal;
  margin: 0;
  color: #000;
}
#main .main-right .content > .title {
  color: #999;
  text-align: center;
  font-size: 13px;
  padding: 10px 0;
}
#main .main-right .content > .article {
  line-height: 200%;
  padding: 10px 5px 5px 5px;
  font-size: 15px;
}
.category {
  padding: 0;
}
.category .category-content {
  background-color: white;
  padding: 20px 40px 0;
  border-radius: 4px;
  border: 1px solid #e4ecf3;
}
.category .category-content .channel-title {
  border-bottom: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
.category .category-content .channel-title:after {
  content: '';
  width: 120px;
  height: 5px;
  background: #004A99;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.category .category-content .channel-title span {
  color: #000;
  display: block;
}
.category .category-content .channel-title span:first-child {
  padding: 8px 0 7px;
  font-size: 28px;
  font-weight: lighter;
}
.category .category-content .pic-news-list li {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}
.category .category-content .pic-news-list li .photo-news .photo-news-left {
  float: left;
  padding-right: 0;
}
.category .category-content .pic-news-list li .photo-news .photo-news-left img {
  width: 280px;
  height: 175px;
  margin-right: 15px;
}
.category .category-content .pic-news-list li .photo-news .photo-news-body .photo-news-heading {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 35px;
  margin-bottom: 10px;
}
.category .category-content .pic-news-list li .photo-news .photo-news-body .photo-news-heading a {
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
.category .category-content .pic-news-list li .photo-news .photo-news-body .photo-news-heading a:hover {
  color: #004A99;
  text-decoration: none;
}
.category .category-content .pic-news-list li .photo-news .photo-news-body .desc {
  overflow: hidden;
  text-indent: 2rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  font-size: 14px;
  color: #919191;
  line-height: 22px;
}
.category .category-content .pic-news-list li .photo-news .photo-news-body .info {
  overflow: hidden;
  margin-top: 12px;
}
.category .category-content .pic-news-list li .photo-news .photo-news-body .info li {
  float: left;
  padding: 0;
  height: 30px;
  line-height: 30px;
  border: none;
  font-size: 14px;
  color: #919191;
}
.category .category-content .pic-news-list li .photo-news .photo-news-body .info li:first-child {
  margin-right: 20px;
}
.category .category-content .pic-news-list li .photo-news .photo-news-body .info li span {
  margin-right: 10px;
}
.category .category-content #page-nav {
  text-align: center;
}
.category .category-content #page-nav .pagination {
  border-radius: 0;
}
.category .category-content #page-nav .pagination li a {
  margin-left: 5px;
  margin-right: 5px;
}
.category .category-content #page-nav .pagination li:first-child > a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.category .category-content #page-nav .pagination li:last-child > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.left-nav {
  position: relative;
}
.left-nav .left-nav-body {
  width: 100%;
  position: absolute;
  left: 15px;
  top: -50px;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
}
.panel-default {
  padding: 0 15px;
  border-color: #e4ecf3;
}
.panel-default .panel-heading {
  position: relative;
  font-size: 16px;
  padding: 10px 0;
  line-height: 30px;
  background: #fff;
  color: #616161;
  border-bottom: 1px solid #e1e1e1;
}
.panel-default .panel-heading a {
  position: absolute;
  bottom: 7px;
  right: 0;
  color: #616161;
  maring-top: 5px;
  font-size: 12px;
}
.panel-default .panel-heading a:hover,
.panel-default .panel-heading a:focus {
  text-decoration: none;
}
.panel-default .panel-body {
  position: relative;
  padding: 15px 0;
}
.media:first-child {
  margin-top: 0;
}
.media.media-number-o {
  padding-bottom: 5px;
}
.color-gray {
  color: #919191 !important;
}
.color-gray a {
  color: #919191 !important;
}
.text-overflow {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.article-banner {
  position: relative;
  background: #f5f5f5;
  width: 100%;
  overflow: hidden;
}
.article-banner img {
  width: 100%;
}
.breadcrumb.breadcrumb-o {
  background: 0;
  margin: 12px auto;
  padding: 3px 0;
}
.breadcrumb a {
  color: #919191;
  transition: all 0.3s ease;
}
.banner {
  margin: 20px 0;
}
.banner img {
  width: 100%;
}
#article .page {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e4ecf3;
  padding: 10px 40px;
}
#article .page .page-header .article-title {
  text-align: center;
  font-size: 28px;
  line-height: 35px;
}
#article .page .page-header .article-pubinfo {
  text-align: center;
  line-height: 30px;
  color: #797979;
  font-size: 14px;
}
#article .page .page-body {
  min-height: 500px;
  overflow: hidden;
}
#article .page .page-body p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 30px;
  color: #222;
}
#article .page .page-body h3,
#article .page .page-body h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#article .page .page-footer {
  margin-top: 20px;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1280px) {
  .navbar-nav > li > a {
    width: 117px;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li > a {
    width: 97px;
    font-size: 14px;
  }
  #top-links ul li {
    width: 161px;
  }
  #top-links ul li a span {
    font-size: 48px;
  }
  #top-links ul li a p {
    font-size: 18px;
  }
  #useful-links ul li {
    float: left;
    width: 200px;
    height: 100px;
  }
  #useful-links ul li:nth-of-type(1) {
    width: 260px;
    height: 220px;
    background: #ff5f45;
    margin-right: 20px;
  }
  #useful-links ul li:nth-of-type(1) span {
    display: block;
    height: 160px;
    font-size: 120px;
  }
  #useful-links ul li:nth-of-type(1) p {
    line-height: 22px;
  }
  #useful-links ul li:nth-of-type(2) {
    width: 250px;
    line-height: 100px;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: #56b887;
  }
  #useful-links ul li:nth-of-type(3) {
    margin-right: 20px;
    margin-bottom: 20px;
    line-height: 100px;
    background-color: #07a1ef;
  }
  #useful-links ul li:nth-of-type(4) {
    margin-bottom: 20px;
    line-height: 100px;
    background-color: #696cb3;
  }
  #useful-links ul li:nth-of-type(5) {
    margin-right: 20px;
    line-height: 100px;
    background-color: #ef9308;
  }
  #useful-links ul li:nth-of-type(6) {
    margin-right: 20px;
    line-height: 100px;
    background-color: #07a1ef;
  }
  #useful-links ul li:nth-of-type(7) {
    width: 250px;
    line-height: 100px;
    background-color: #da251c;
  }
  #useful-links ul li a {
    color: white;
    font-size: 16px;
  }
  #useful-links ul li a:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .navbar-nav > li > a {
    width: 72px;
    font-size: 12px;
  }
  .nav > li > a {
    padding: 10px 10px;
  }
  #top-links ul li {
    width: 125px;
  }
  #top-links ul li a span {
    font-size: 42px;
  }
  #top-links ul li a p {
    font-size: 16px;
  }
  #useful-links ul li {
    float: left;
    width: 240px;
    height: 90px;
    text-align: center;
  }
  #useful-links ul li:nth-of-type(1) {
    width: 240px;
    height: 300px;
    background: #ff5f45;
    margin-right: 10px;
  }
  #useful-links ul li:nth-of-type(1) span {
    margin-top: 20px;
    display: block;
  }
  #useful-links ul li:nth-of-type(1) p {
    line-height: 90px;
  }
  #useful-links ul li:nth-of-type(2) {
    width: 240px;
    line-height: 90px;
    margin-right: 10px;
    margin-bottom: 15px;
    background-color: #56b887;
  }
  #useful-links ul li:nth-of-type(3) {
    margin-right: 0;
    margin-bottom: 15px;
    line-height: 90px;
    background-color: #07a1ef;
  }
  #useful-links ul li:nth-of-type(4) {
    margin-right: 10px;
    margin-bottom: 15px;
    line-height: 90px;
    background-color: #696cb3;
  }
  #useful-links ul li:nth-of-type(5) {
    margin-right: 10px;
    line-height: 90px;
    margin-bottom: 15px;
    background-color: #ef9308;
  }
  #useful-links ul li:nth-of-type(6) {
    margin-right: 10px;
    margin-bottom: 0;
    line-height: 90px;
    background-color: #07a1ef;
  }
  #useful-links ul li:nth-of-type(7) {
    width: 240px;
    line-height: 90px;
    background-color: #da251c;
    margin-bottom: 0;
  }
  #footer .h115 img {
    width: 100%;
  }
}
@media screen and (min-width: 375px) and (max-width: 760px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header {
    padding-top: 50px;
    height: auto;
  }
  #header .main-nav {
    top: 0;
    position: fixed;
    background: #f8f8f8;
  }
  #header .swiper-container {
    height: auto;
  }
  #top-links ul li {
    width: 115px;
  }
  #top-links ul li a span {
    font-size: 42px;
  }
  #top-links ul li a p {
    font-size: 16px;
  }
  #news-focus {
    margin-top: 10px;
  }
  #news-focus .flash {
    margin-bottom: 10px;
  }
  #news-focus .flash .swiper-slide a img {
    width: 100%;
    height: 194px;
  }
  #news-focus .flash .swiper-slide a p {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
  #news-focus .flash .swiper-pagination {
    bottom: 35px;
  }
  #news-focus .flash .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #news-focus .news-right {
    height: auto;
  }
  #news-focus .news-right li a {
    background: none;
  }
  #news-focus .news-right li a .nr {
    height: 35px;
    padding-right: 0;
  }
  #news-focus .news-right li a .nr h3 {
    font-size: 14px;
    margin: 0;
    display: block;
    height: 35px;
    line-height: 35px;
  }
  #news-focus .news-right li a .nr .sum {
    display: none;
  }
  #news-focus .news-right li:first-child {
    padding: 10px 10px;
  }
  #news-focus .news-right li:first-child a h3 {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  #news-focus .news-right li:first-child a div {
    height: 35px;
    font-size: 12px;
    line-height: 18px;
  }
  #page-three .list-style-normal li {
    height: 40px;
    line-height: 40px;
  }
  #page-three .list-style-normal li span {
    display: none;
  }
  #page-three .list-style-normal li p {
    margin-right: 0;
  }
  #page-three .list-style-normal li p a {
    font-size: 14px;
  }
  #useful-links ul li {
    clear: left;
    width: 100%;
    height: 100px;
    text-align: center;
  }
  #useful-links ul li:nth-of-type(1) {
    width: 100%;
    height: 100px;
    background: #ff5f45;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #useful-links ul li:nth-of-type(1) span {
    display: none;
  }
  #useful-links ul li:nth-of-type(1) p {
    line-height: 100px;
  }
  #useful-links ul li:nth-of-type(2) {
    width: 100%;
    line-height: 100px;
    margin-right: 0;
    margin-bottom: 15px;
    background-color: #56b887;
  }
  #useful-links ul li:nth-of-type(3) {
    margin-right: 0;
    margin-bottom: 15px;
    line-height: 100px;
    background-color: #07a1ef;
  }
  #useful-links ul li:nth-of-type(4) {
    margin-bottom: 15px;
    line-height: 100px;
    background-color: #696cb3;
  }
  #useful-links ul li:nth-of-type(5) {
    margin-right: 0;
    line-height: 100px;
    margin-bottom: 15px;
    background-color: #ef9308;
  }
  #useful-links ul li:nth-of-type(6) {
    margin-right: 0;
    margin-bottom: 15px;
    line-height: 100px;
    background-color: #07a1ef;
  }
  #useful-links ul li:nth-of-type(7) {
    width: 100%;
    line-height: 100px;
    background-color: #da251c;
    margin-bottom: 15px;
  }
  #footer .h115 {
    line-height: 80px;
  }
  #footer .h115 img {
    width: 100%;
  }
  #footer .wx {
    width: 220px;
  }
  .category .category-content {
    margin-bottom: 20px;
  }
  .category .category-content .pic-news-list li .photo-news .photo-news-left {
    float: none;
    width: 100%;
  }
  .category .category-content .pic-news-list li .photo-news .photo-news-left img {
    padding: 10px;
    width: 100%;
  }
  .category .category-content .pic-news-list li .photo-news .photo-news-body .photo-news-heading a {
    font-size: 16px;
  }
  .category .category-content .pic-news-list li .photo-news .photo-news-body .desc {
    font-size: 12px;
  }
  .category .category-content .pic-news-list li .photo-news .photo-news-body .info li {
    font-size: 12px;
  }
  #copyright {
    padding-top: 5px;
  }
  #copyright p {
    line-height: 22px;
    margin-bottom: 5px;
  }
  #article .page {
    padding: 10px 30px;
    margin-bottom: 20px;
    overflow: hidden;
  }
  #article .page .page-header .article-title {
    font-size: 18px;
  }
  #article .page .page-body img {
    width: 100% !important;
    height: auto !important;
  }
}
@media screen and (max-width: 320px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header {
    padding-top: 50px;
    height: auto;
  }
  #header .main-header .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  #header .main-nav {
    position: fixed;
    top: 0;
    background: #f8f8f8;
  }
  #header .main-nav .navbar-brand a {
    padding-left: 10px;
  }
  #header .swiper-container {
    height: auto;
  }
  #top-links ul li {
    width: 95px;
  }
  #top-links ul li a span {
    font-size: 36px;
  }
  #top-links ul li a p {
    font-size: 14px;
  }
  #news-focus .flash {
    margin-bottom: 10px;
  }
  #news-focus .flash .swiper-slide a img {
    width: 100%;
    height: 156px;
  }
  #news-focus .flash .swiper-slide a p {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  #news-focus .flash .swiper-pagination {
    bottom: 35px;
  }
  #news-focus .flash .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  #news-focus .news-right {
    height: auto;
  }
  #news-focus .news-right li a {
    background: none;
  }
  #news-focus .news-right li a .nr {
    height: 35px;
    padding-right: 0;
  }
  #news-focus .news-right li a .nr h3 {
    font-size: 14px;
    margin: 0;
    display: block;
    height: 35px;
    line-height: 35px;
  }
  #news-focus .news-right li a .nr .sum {
    display: none;
  }
  #news-focus .news-right li:first-child {
    padding: 10px 10px;
  }
  #news-focus .news-right li:first-child a h3 {
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
  }
  #news-focus .news-right li:first-child a div {
    height: 35px;
    font-size: 12px;
    line-height: 18px;
  }
  #page-three .list-style-normal li {
    height: 40px;
    line-height: 40px;
  }
  #page-three .list-style-normal li span {
    display: none;
  }
  #page-three .list-style-normal li p {
    margin-right: 0;
  }
  #page-three .list-style-normal li p a {
    font-size: 14px;
  }
  #useful-links ul li {
    clear: left;
    width: 100%;
    height: 100px;
    text-align: center;
  }
  #useful-links ul li:nth-of-type(1) {
    width: 100%;
    height: 100px;
    background: #ff5f45;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #useful-links ul li:nth-of-type(1) span {
    display: none;
  }
  #useful-links ul li:nth-of-type(1) p {
    line-height: 100px;
  }
  #useful-links ul li:nth-of-type(2) {
    width: 100%;
    line-height: 100px;
    margin-right: 0;
    margin-bottom: 15px;
    background-color: #56b887;
  }
  #useful-links ul li:nth-of-type(3) {
    margin-right: 0;
    margin-bottom: 15px;
    line-height: 100px;
    background-color: #07a1ef;
  }
  #useful-links ul li:nth-of-type(4) {
    margin-bottom: 15px;
    line-height: 100px;
    background-color: #696cb3;
  }
  #useful-links ul li:nth-of-type(5) {
    margin-right: 0;
    line-height: 100px;
    margin-bottom: 15px;
    background-color: #ef9308;
  }
  #useful-links ul li:nth-of-type(6) {
    margin-right: 0;
    margin-bottom: 15px;
    line-height: 100px;
    background-color: #07a1ef;
  }
  #useful-links ul li:nth-of-type(7) {
    width: 100%;
    line-height: 100px;
    background-color: #da251c;
    margin-bottom: 0;
  }
  #footer .h115 {
    line-height: 80px;
  }
  #footer .h115 img {
    width: 100%;
  }
  #footer .wx {
    width: 220px;
  }
  .category .category-content {
    margin-bottom: 20px;
    padding: 20px 20px 0;
  }
  .category .category-content .pic-news-list li .photo-news .photo-news-left {
    float: none;
  }
  .category .category-content .pic-news-list li .photo-news .photo-news-left a img {
    margin-bottom: 10px;
  }
  .category .category-content .pic-news-list li .photo-news .photo-news-body .photo-news-heading a {
    font-size: 18px;
  }
  #article .page {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
  #article .page .page-header .article-title {
    font-size: 16px;
  }
  #article .page .page-body img {
    width: 100% !important;
    height: auto !important;
  }
}
.c_purple {
  color: #531563 !important;
}