@charset "UTF-8";
/* base */
@media print {
  a[href]:after {
    content: none !important;
  }
  .noprint {
    display: none;
  }
}

.local_box li {
  display: inline-block;
}

.w {
  width: 1000px;
  margin: auto;
}

.radius {
  border-radius: 4px;
}

.bdt {
  border-top: 2px solid #275FA8;
}

.pl0 {
  padding-left: 0;
}

.pr0 {
  padding-right: 0;
}

.pl10 {
  padding-left: 10px;
}

.pr10 {
  padding-right: 10px;
}

.clb {
  clear: both;
}

.h10 {
  height: 10px;
}

.h15 {
  height: 15px;
}

.h20 {
  height: 20px;
}

.h30 {
  height: 30px;
}

p {
  margin: 0;
}

.container {
  width: 1100px !important;
}

html {
  max-width: 1920px;
  margin: auto;
}

body {
  min-width: 1100px;
  color: #333;
  font-size: 14px;
  background: #F7F7F8;
}

.wrapper {
  padding-left: calc(100vw - 100%);
}

.ui-sanjiao {
  width: 100%;
  padding-bottom: 100%;
  height: 50px;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.ui-sanjiao:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  width: 200%;
  height: 200%;
  background: #9A0C14;
  -webkit-transform: rotate(410deg) translate(-86%);
      -ms-transform: rotate(410deg) translate(-86%);
          transform: rotate(410deg) translate(-86%);
}

.hvr-fade:active,
.hvr-fade:focus,
.hvr-fade:hover {
  background-color: #666 !important;
}

.text-overflow {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}

.box {
  overflow: hidden;
}

.box-shadow, #nry .m-gallery {
  -webkit-box-shadow: 1px 1px 6px 1px lightgrey;
          box-shadow: 1px 1px 6px 1px lightgrey;
}

ul {
  padding-left: 0;
  list-style: none;
}

a {
  color: #343434;
  text-decoration: none !important;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-hd {
  height: 00px;
  line-height: 00px;
  border-bottom: 2px solid #A9090F;
  margin-bottom: 20px;
}

.ui-hd .hd-name {
  float: left;
  font-size: 24px;
  color: #A9090F;
}

.ui-hd .hd-more {
  float: right;
  margin-top: 5px;
  color: #A9090F;
}

.ui-hd .hd-more a {
  color: #A9090F;
}

.ui-preTri {
  position: relative;
  padding-left: 12px;
}

.ui-preTri::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 5px solid transparent;
  border-left-color: #999;
}

.ui-preTri-2 {
  position: relative;
  padding-left: 12px;
}

.ui-preTri-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: #666;
}

.ui-preTri-2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: #666;
}

.ui-preTri-2:hover::before, .ui-preTri-2:hover::after {
  border-left-color: #9A0C14;
}

.ui-preDot {
  position: relative;
  padding-left: 12px;
}

.ui-preDot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #275FA8;
  border-radius: 50%;
}

.list {
  list-style: none;
}

.list li {
  height: 36px;
  line-height: 36px;
  padding-right: 100px;
  position: relative;
}

.list li a {
  display: block;
  font-size: 14px;
}

.list li a:hover {
  color: #275FA8 !important;
}

.list li .time {
  color: #999;
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
}

.list .more:hover {
  color: #275FA8 !important;
}

.g-bd {
  margin: 30px auto;
}

.g-sd {
  background: #fff;
  min-height: 330px;
}

.g-mn {
  min-height: 735px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* header */
.g-hd {
  height: 125px;
  background: url("index_res/header_bg.png") right no-repeat;
  background-color: #275FA8;
}

.g-hd .hd-top {
  background: #E1E2E6;
  height: 35px;
  line-height: 35px;
}

.g-hd .container {
  position: relative;
  overflow: hidden;
  height: 125px;
  line-height: 105px;
}

.g-hd .m-logo {
  float: left;
}

.g-hd .m-logo img {
  max-width: 100%;
}

.g-hd .m-links {
  position: absolute;
  top: 10px;
  right: 10px;
}

.g-hd .m-links a {
  margin-left: 20px;
}

.g-hd .m-search {
  line-height: 38px;
  position: absolute;
  z-index: 99;
  right: 0px;
  overflow: hidden;
  width: 250px;
  min-width: 93px;
  height: 38px;
  margin-top: 35px;
  background-color: #fff;
}

.g-hd .m-search .search_btn {
  position: absolute;
  z-index: 99;
  top: 0;
  right: 0;
  width: 40px;
  border: 0;
  outline: none;
  background: none;
}

.g-hd .m-search .search_btn span {
  font-size: 18px;
  color: #005DA0;
}
.glsearch{
  display:block;
  width:34px;
  height:35px;
  background:url(sous.jpg) no-repeat 100%;
}
.g-hd .m-search .search_text {
  line-height: 38px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 38px;
  padding-right: 35px;
  padding-left: 10px;
  border: 1px solid #ccc;
  outline: none;
  color: #000;
}

.g-nav {
  height: 40px;
  line-height: 40px;
  margin: auto;
  background: #1E4F8E;
}

.g-nav .wrapper {
  position: relative;
  margin: auto;
}

.g-nav .nav {
  width: 1000px;
  margin: auto;
  position: relative;
  z-index: 2;
  height: 40px;
  list-style: none;
}

.g-nav .nav a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  display: block;
  letter-spacing: 0;
  color: #fff;
}

.g-nav .nav .nLi {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 11.11111%;
  text-align: center;
}

.g-nav .nav .nLi.on h3 a {
  background: #02487B;
}
.g-nav .nav .nLi{
  position:relative;
}
.g-nav .nav .nLi>ul{
  position:absolute;
  padding: 0;
  top:40px;
  z-index:999;
  display:none;
  background-color:#02487B;
  min-width:100%;
}
.g-nav .nav .nLi:hover > ul{
  display:block;
}
.g-nav .nav .nLi>ul>li:hover{
  background-color:#0560a2;
}
.g-nav .nav .nLi h3 {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}

.g-nav .nav .nLi h3 a {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
}

.g-nav .nav .sub {
  line-height: 32px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 100%;
  height: auto;
  text-align: center;
  background: #02487B;
  white-space: nowrap;
}

.g-nav .nav .sub li {
  zoom: 1;
}

.g-nav .nav .sub a {
  font-size: 12px;
  line-height: 35px;
  display: block;
  text-align: center;
}

.g-nav .nav .sub a:hover {
  background: #275FA8;
}

/* footer */
.g-ft {
  text-align: center;
  line-height: 45px;
  background: url(index_res/footerBg.png) no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

/* homePage */
#homePage .list li {
  padding-right: 50px;
}

#homePage .list li:nth-child(7) {
  border: 0;
}

#homePage .list li .time {
  width: 50px;
}

#homePage .border2 {
  border: 2px solid #F0EFF5;
}

#homePage .ui-hd-1 {
  position: relative;
  line-height: 43px;
  margin-bottom: 10px;
  background: url("index_res/ui-hd-bg.png") no-repeat;
  border-top: 4px solid #086DF0;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

#homePage .ui-hd-1 .lm-cn {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-left: 20px;
}

#homePage .ui-hd-1 .more {
  position: absolute;
  right: 15px;
  bottom: 0px;
  color: #1859A7;
}
#homePage .ui-hd-1 .more a {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: #1859A7;
}

#homePage .ui-hd-1 .more:hover {
  color: #FF790C;
}

#homePage #body {
  margin: auto;
  width: 1100px;
}

#homePage .m-lb,
#homePage .m-xwlb {
  position: relative;
  height: 380px;
  overflow: hidden;
  padding-left: 0;
}

#homePage .m-lb .swiper-container,
#homePage .m-xwlb .swiper-container {
  position: absolute;
  width: 100%;
  height: 100%;
  --swiper-theme-color: #fff;
}

#homePage .m-lb .swiper-pagination,
#homePage .m-xwlb .swiper-pagination {
  z-index: 999;
  right: -6px;
  bottom: 10px;
  left: auto;
  margin-right: 20px;
  text-align: right;
  color: #fff;
  width: auto;
}

#homePage .m-lb .swiper-pagination .a,
#homePage .m-xwlb .swiper-pagination .a {
  font-size: 24px;
}

#homePage .m-lb .swiper-pagination .b,
#homePage .m-xwlb .swiper-pagination .b {
  font-size: 14px;
}

#homePage .m-lb .swiper-pagination-bullet,
#homePage .m-xwlb .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  text-align: center;
  line-height: 10px;
  background: #fff;
  opacity: .9;
  cursor: pointer;
  border-radius: 0;
  border-radius: 50%;
}

#homePage .m-lb .swiper-pagination-bullet-active,
#homePage .m-xwlb .swiper-pagination-bullet-active {
  background: #275FA8;
}

#homePage .m-lb .swiper-container,
#homePage .m-xwlb .swiper-container {
  overflow: hidden;
}

#homePage .m-lb .swiper-container .swiper-button-prev::after,
#homePage .m-xwlb .swiper-container .swiper-button-prev::after {
  display: none;
}

#homePage .m-lb .swiper-container .swiper-button-next::after,
#homePage .m-xwlb .swiper-container .swiper-button-next::after {
  display: none;
}

#homePage .m-lb .swiper-container .swiper-wrapper .swiper-slide,
#homePage .m-xwlb .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  width: 100%;
}

#homePage .m-lb .swiper-container .swiper-wrapper .swiper-slide img,
#homePage .m-xwlb .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#homePage .m-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title,
#homePage .m-xwlb .swiper-container .swiper-wrapper .swiper-slide .slide-title {
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0 140px 0 20px;
  background: rgba(0, 0, 0, 0.25);
}

#homePage .m-lb .swiper-container .swiper-wrapper .swiper-slide .slide-title a,
#homePage .m-xwlb .swiper-container .swiper-wrapper .swiper-slide .slide-title a {
  font-size: 14px;
  display: block;
  color: #fff;
}

#homePage .m-kstd {
  float: left;
  margin-right: 15px;
  width: 250px;
  height: 270px;
  background: url(index_res/bg-1.png) right no-repeat;
  border: 1px solid #ddd;
}

#homePage .m-kstd a {
  position: relative;
  display: block;
  width: 180px;
  height: 35px;
  line-height: 35px;
  margin: auto;
  -webkit-transform: skew(-25deg);
      -ms-transform: skew(-25deg);
          transform: skew(-25deg);
  background: #E9E9E9;
  color: #666666;
  background: #E9E9E9;
  text-align: center;
  margin-top: 15px;
}

#homePage .m-kstd a:hover {
  background: #086DF0;
  color: #fff;
}

#homePage .m-kstd a .wrap {
  -webkit-transform: skew(25deg);
      -ms-transform: skew(25deg);
          transform: skew(25deg);
}

#homePage .m-kstd .iconfont {
  font-size: 18px;
}

#homePage .m-gzdt {
  float: left;
  width: 400px;
  height: 270px;
  border: 1px solid #ddd;
  background: #fff;
}

#homePage .m-gzdt .bd {
  padding: 0 20px;
}

#homePage .m-xwlb {
  float: right;
  position: relative;
  width: 420px;
  height: 270px;
  overflow: hidden;
  padding-left: 0;
  padding-bottom: 0;
}

#homePage .m-jsgz {
  width: 49.5%;
  height: 280px;
  float: left;
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
}

#homePage .m-jsgz .bd {
  padding: 0 20px;
}

#homePage .m-jsgz .bd ul {
  display: none;
}

#homePage .m-xsgz {
  width: 49%;
  height: 280px;
  float: right;
  border: 1px solid #ccc;
  background: #fff;
  overflow: hidden;
}

#homePage .m-xsgz .bd {
  padding: 0 20px;
}

#homePage .m-xsgz .bd ul {
  display: none;
}

#homePage .m-yqlj {
  clear: both;
  overflow: hidden;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px 0;
}

#homePage .m-yqlj a {
  width: 200px;
  display: inline-block;
  margin: 0 5px;
}

#homePage .m-yqlj a img {
  width: 100%;
}

#homePage .main {
  margin-bottom: 20px;
  overflow: hidden;
}

#homePage .list li {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
}

#homePage .box1 {
  margin-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

#homePage .box2 {
  float: right;
  width: 290px;
  height: 300px;
  background: #F4F9FF;
}

#homePage .box2 .bd {
  padding: 15px;
}

#homePage .box2 .bd li {
  border: 0;
}

#homePage .box3,
#homePage .box4 {
  width: 380px;
  height: 260px;
  float: left;
  margin-right: 15px;
}

#homePage .box3 .hd,
#homePage .box4 .hd {
  background: none;
  height: 40px;
}

#homePage .box3 .bd,
#homePage .box4 .bd {
  padding: 15px;
}

#homePage .box5 {
  float: left;
  background: url(http://jxxy.sspu.edu.cn/static/images/yqljBg.png) bottom no-repeat;
  width: 210px;
  height: 260px;
}

#homePage .box5 .hd {
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #005DA0;
}

#homePage .box5 .bd > a {
  display: block;
  line-height: 25px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
  padding-left: 10px;
  border-radius: 4px;
  font-size: 12px;
}

#homePage .box5 .bd > a:hover {
  color: red;
}

#homePage .box5 .btn-group {
  width: 100%;
  margin-bottom: 10px;
}

#homePage .box5 .btn-group button {
  height: 25px;
  width: 100%;
  text-align-last: left;
  padding: 0 10px;
}

#homePage .box5 .btn-group .caret {
  -webkit-transform: rotate(275deg);
      -ms-transform: rotate(275deg);
          transform: rotate(275deg);
  float: right;
  margin-top: 5px;
}

#homePage .box5 .btn-group .dropdown-menu {
  width: 100%;
}

#homePage .slideTxtBox .hd {
  position: relative;
  line-height: 43px;
  margin-bottom: 10px;
  background: url("index_res/ui-hd-bg.png") no-repeat;
  background-size: auto 100%;
  border-top: 4px solid #086DF0;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

#homePage .slideTxtBox .hd .more {
  position: absolute;
  top: 0;
  right: 20px;
}

#homePage .slideTxtBox .hd ul {
  width: 100%;
  padding: 0 20px;
}

#homePage .slideTxtBox .hd ul span {
  margin: 0 7px;
}

#homePage .slideTxtBox .hd ul li {
  display: inline-block;
  font-size: 14px;
}

#homePage .slideTxtBox .hd ul li.on {
  color: #086DF0;
  background: url("http://jxxy.sspu.edu.cn/static/images/hdBg.png") no-repeat bottom left;
  background-size: 100% 100%;
  z-index: 99;
}

#homePage .slideTxtBox .hd ul li:nth-child(1) {
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-right: 50px;
}

#homePage .slideTxtBox .hd ul li:nth-child(7) {
  border: 0;
}

#homePage .slideTxtBox .bd ul {
  zoom: 1;
}

#homePage .slideTxtBox .bd li .date {
  float: right;
  color: #999;
}

/* lby */
#lby .g-bd {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
}

#lby .g-bd .banner {
  height: 200px;
  overflow: hidden;
  margin-bottom: 30px;
}

#lby .g-sd .main-column {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  padding-left: 35px;
  color: #fff;
  background: #275FA8;
  background-color: #275FA8;
  background-position: center;
}

#lby .g-sd .column-nav {
  overflow: hidden;
  background: #F7F7F7;

}

#lby .g-sd .column-list {
  margin: 0;
  padding: 10px 0;
}

#lby .g-sd .column-list li {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  border-bottom: 1px solid #ddd;
}

#lby .g-sd .column-list li:nth-last-child(1) {
  border-bottom: 0;
}

#lby .g-sd .column-list .cur {
  color: #333 !important;
  background-color: #fff;
}

#lby .g-sd .column-list .cur + ul {
  display: block !important;
}

#lby .g-sd .column-list > li > a {
  border-left: 2px solid transparent;
}

#lby .g-sd .column-list > li > a .iconfont {
  display: none;
  float: right;
}

#lby .g-sd .column-list > li > a.ac, #lby .g-sd .column-list > li > a:hover {
  color: #275FA8;
  background-color: #fff;
  border-left-color: #275FA8;
}

#lby .g-sd .column-list > li > a.ac .iconfont, #lby .g-sd .column-list > li > a:hover .iconfont {
  display: block;
}

#lby .g-sd .column-list > li > a.ac + ul, #lby .g-sd .column-list > li > a:hover + ul {
  display: block;
}

#lby .g-sd .column-list > li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 10px;
  padding-left: 35px;
  padding-right: 30px;
  color: #333;
}

#lby .g-sd .column-list .sub-list {
  display: none;
}

#lby .g-sd .column-list .sub-list .ac {
  color: #333;
  background-color: #fff;
}

#lby .g-sd .column-list .sub-list .ac :before {
  border-color: #275FA8;
}

#lby .g-sd .column-list .sub-list li a {
  position: relative;
  padding-left: 45px;
}

#lby .g-sd .column-list .sub-list li a::before {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -3px;
  content: '';
  border: 3px solid #ccc;
  border-radius: 50%;
  background: #666;
}

#lby .g-sd .column-list .sub-list li a:hover::before {
  border-color: #275FA8;
}

#lby .g-mn .address {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: right;
  position: relative;
  border-bottom: 2px solid #275FA8;
  margin: 0 0 10px 0;
}

#lby .g-mn .address a,
#lby .g-mn .address span {
  color: #666;
}

#lby .g-mn .address .address-1 {
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  margin-bottom: 10px;
  padding-left: 12px;
  color: #275FA8;
}

#lby .g-mn .address .address-2 {
  color: #666;
  opacity: .7;
}

#lby .g-mn .list-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 520px;
  list-style: none;
}

#lby .g-mn .list-1 .item {
  position: relative;
  display: block;
  border-bottom: 1px dashed #efefef;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

#lby .g-mn .list-1 .item:hover {
  color: #275FA8;
}

#lby .g-mn .list-1 .item .item-time {
  float: right;
  margin-right: 10px;
}

#lby .g-mn .list-1 .item .item-tit {
  float: left;
  font-size: 14px;
  margin-bottom: 5px;
}

#lby .g-mn .fy {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666;
  text-align: center;
}

#lby .g-mn .fy a:hover {
  color: #275FA8;
}

#lby .g-mn .fy span {
  margin-left: 10px;
}

#lby #main-column-button {
  float: right;
  line-height: 65px;
  cursor: pointer;
  margin-left: 10px;
  width: 50px;
  text-align: center;
}

#lby .main-cnt .cnt-hd {
  position: relative;
  margin-bottom: 20px;
}

#lby .main-cnt .cnt-hd .title {
  color: #333;
  font-size: 28px;
  font-family: "黑体";
  margin: auto;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid lightgray;
}

#lby .main-cnt .cnt-hd .subtitle {
  font-size: 22px;
}

#lby .main-cnt .cnt-hd .time {
  margin: auto;
  text-align: center;
  margin: auto;
  font-size: 14px;
  height: 30px;
  font-size: 13px;
  color: gray;
}

#lby .main-cnt .cnt-hd .fx {
  position: absolute;
  right: 17px;
  bottom: 5px;
}

#lby .main-cnt .cnt-bd {
  margin: auto;
}

#lby .main-cnt .cnt-content {
  font-size: 14px;
  min-height: 340px;
  line-height: 1.8;
  color: #000;
}

#lby .main-cnt .cnt-content p {
  margin-bottom: 10px;
}

#lby .main-cnt .cnt-content img {
  display: block;
  max-width: 100%;
  margin: auto;
}

#lby .main-cnt .cnt-content blockquote {
  border-left: 0;
}

#lby .main-cnt .cnt-ft {
  margin: 20px;
  text-align: center;
  font-size: 15px;
}

#lby .main-cnt .cnt-ft a {
  color: #666;
}

#lby .main-cnt .cnt-ft a:hover {
  color: #c50001;
}

#lby .main-cnt .xgxx .xgxx-hd {
  border-bottom: 1px solid lightgray;
  height: 30px;
  color: #000;
  font-size: 16px;
  position: relative;
}

#lby .main-cnt .xgxx .xgxx-hd span {
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #000;
  padding: 0 10px 0 10px;
}

#lby .main-cnt .xgxx .list {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 20px 0;
  color: #6a6a6a;
}

#lby .main-cnt .xgxx .list li {
  position: relative;
  height: 33px;
  line-height: 33px;
  border: 0;
}

#lby .main-cnt .xgxx .list li:hover {
  color: #c50001;
}

#lby .main-cnt .xgxx .list li a {
  position: absolute;
  width: 90%;
  overflow: hidden;
}

#lby .main-cnt .xgxx .list li .time {
  position: absolute;
  right: 0;
  top: 0;
}

/* nry */
#nry .g-bd {
  margin-top: 0;
}

#nry .address {
  width: 100%;
  line-height: 40px;
  overflow: hidden;
  text-align: right;
  position: relative;
}

#nry .address .address-1 {
  font-size: 24px;
  line-height: 40px;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 12px;
}

#nry .address .address-2 {
  color: #666;
}

#nry .address .address-2 a,
#nry .address .address-2 span {
  color: #666;
}

#nry .address .address-2 a:hover {
  color: #2970FF;
}

#nry .g-mn {
  position: relative;
  height: auto;
  border: 1px solid #ddd;
  padding: 20px;
}

#nry .main-cnt .cnt-hd {
  position: relative;
  margin-bottom: 20px;
}

#nry .main-cnt .cnt-hd .title {
  color: #333;
  font-size: 28px;
  font-family: "黑体";
  margin: auto;
  line-height: 1.5;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 2px solid lightgray;
}

#nry .main-cnt .cnt-hd .subtitle {
  font-size: 22px;
}

#nry .main-cnt .cnt-hd .time {
  margin: auto;
  text-align: center;
  margin: auto;
  font-size: 14px;
  height: 30px;
  font-size: 13px;
  color: gray;
}

#nry .main-cnt .cnt-hd .fx {
  position: absolute;
  right: 17px;
  bottom: 5px;
}

#nry .main-cnt .cnt-bd {
  margin: auto;
}

#nry .main-cnt .cnt-content {
  font-size: 14px;
  min-height: 340px;
  line-height: 1.8;
  color: #000;
}

#nry .main-cnt .cnt-content p {
  margin-bottom: 10px;
}

#nry .main-cnt .cnt-content img {
  display: block;
  max-width: 100%;
  margin: auto;
}

#nry .main-cnt .cnt-content blockquote {
  border-left: 0;
}

#nry .main-cnt .cnt-ft {
  margin: 20px;
  text-align: center;
  font-size: 15px;
}

#nry .main-cnt .cnt-ft a {
  color: #666;
}

#nry .main-cnt .cnt-ft a:hover {
  color: #c50001;
}

#nry .main-cnt .xgxx .xgxx-hd {
  border-bottom: 1px solid lightgray;
  height: 30px;
  color: #000;
  font-size: 16px;
  position: relative;
}

#nry .main-cnt .xgxx .xgxx-hd span {
  position: absolute;
  bottom: -1px;
  border-bottom: 1px solid #000;
  padding: 0 10px 0 10px;
}

#nry .main-cnt .xgxx .list {
  font-size: 14px;
  line-height: 24px;
  padding: 20px 0 20px 0;
  color: #6a6a6a;
}

#nry .main-cnt .xgxx .list li {
  position: relative;
  height: 33px;
  line-height: 33px;
  border: 0;
}

#nry .main-cnt .xgxx .list li:hover {
  color: #c50001;
}

#nry .main-cnt .xgxx .list li a {
  position: absolute;
  width: 90%;
  overflow: hidden;
}

#nry .main-cnt .xgxx .list li .time {
  position: absolute;
  right: 0;
  top: 0;
}

#nry .m-gallery {
  width: 660px;
  height: 660px;
  margin: auto;
  margin-bottom: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
}

#nry .swiper-slide {
  background-size: cover;
  background-position: center;
}

#nry .swiper-slide .pic_text {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  word-break: break-word;
  line-height: 2;
  padding: 10px;
}

#nry .swiper-slide .pic_text p {
  margin: 0;
}

#nry .swiper-slide .pic_text .pic_note {
  font-size: 14px;
  text-indent: 2em;
}

#nry .gallery-top {
  height: 80%;
  width: 100%;
}

#nry .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}

#nry .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
}

#nry .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

#nry .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, 0.8);
}

/* jsy */
#jsy .g-bd {
  width: 1100px;
  margin: 0 auto;
  background: #fff;
}

#jsy .g-mn {
  width: 100%;
  height: auto;
}

#jsy .g-mn .m-top {
  position: relative;
  height: 65px;
  border-bottom: 1px solid lightgray;
}

#jsy .g-mn .m-top .search-result {
  position: absolute;
  left: 0;
  bottom: -1px;
  color: #323232;
  font-size: 18px;
  line-height: 36px;
  border-bottom: 2px solid #323232;
}

#jsy .g-mn .m-top .search-keyword {
  position: absolute;
  right: 0;
  color: #666;
  bottom: 0;
}

#jsy .g-mn .m-top .search-keyword a {
  line-height: 26px;
  color: #666;
}

#jsy .g-mn .keyword {
  color: #cc0033;
}

#jsy .g-mn .use-time {
  color: #cc0033;
}

#jsy .g-mn .m-list {
  min-height: 735px;
  list-style: none;
  min-height: 620px;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#jsy .g-mn .m-list li {
  border-bottom: 1px solid #DCDCDC;
  padding: 10px 0;
  height: 120px;
  line-height: 1.8;
}

#jsy .g-mn .m-list .item-title {
  color: #333;
  font-size: 16px;
}

#jsy .g-mn .m-list .item-title:hover {
  color: red;
}

#jsy .g-mn .m-list .item-content {
  text-indent: 2em;
}

#jsy .g-mn .m-list .item-time {
  text-indent: 2em;
}

#jsy .g-mn .m-fy {
  text-align: right;
  margin-bottom: 20px;
}
.topLau a{
  color:#fff;
}
.selected{
  color: #275FA8 !important;
  background-color: #fff;
  border-left:2px solid #275FA8 !important;
}
#lby .g-sd .column-list > li > a.selected .iconfont, #lby .g-sd .column-list > li > a:hover .iconfont {
  display: block;
}
.sub-menu{
  padding-left:20px;
}
.sub-menu .iconfont{
  display:none;
}
.sub-menu a:hover{
  color: #275FA8 !important;
  background-color: #fff;
  border-left:2px solid #275FA8 !important;
}

.sub-menu a:hover .iconfont{
  display:block;
  float:right;
}

.sub-menu a:selected .iconfont{  color: #275FA8 !important;
  background-color: #fff;
  border-left:2px solid #275FA8 !important;}