.w33 {
  width: 446.61px;
}
.banner_bg {
  height: 450px;
  background-image: url(../imgs/bg_img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: Cover;
}
.banner_bg .banner {
  max-width: 1400px;
  height: 400px;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: Cover;
}
.bg_container {
  background: #f7f8fa;
}
.title {
  margin-bottom: 15px;
}
.title .title_name {
  float: left;
  font-size: 26px;
  line-height: 1em;
  font-weight: bold;
  color: #203f83;
}
.title .title_more {
  float: right;
  height: 26px;
  line-height: 26px;
  color: #999;
}
.news {
  width: 923.22px;
}
.news .news_list li {
  margin-top: 16.5px;
  width: calc(50% - 20px);
  float: right;
}
.news .news_list li a {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 6.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news .news_list li span {
    display: block;
    background: url(../imgs/time_icon.png) no-repeat left;
    line-height: 1;
    font-size: 14px;
    padding-left: 25px;
    background-size: 14px;
    color: #999;
}
.news .news_list li:hover a {
  color: #203f83;
  font-weight: bold;
}
.news .news_list li:nth-child(2) {
  margin-top: 0;
}
.news .news_list li.first {
  float: left;
  margin-top: 0;
}
.news .news_list li.first a {
  margin-bottom: 0;
}
.news .news_list li.first a .pic {
  width: 100%;
  height: 273px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: Cover;
}
.news .news_list li.first a h2 {
  width: calc(100% - 60px);
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 16px;
}
.news .news_list li.first a .more {
  width: 60px;
  text-decoration: underline;
  font-size: 14px;
  color: #999999;
  background: none;
  padding: 0;
  line-height: 16px;
}
.news .news_list li.first:hover a h2 {
  color: #203f83;
  font-weight: bold;
}
.notice_list li {
  margin-top: 16.5px;
}
.notice_list li a {
  display: block;
  font-size: 16px;
  color: #000000;
  margin-bottom: 6.5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice_list li span {
  /*display: block;
  background: url(../imgs/time_icon.png) no-repeat left;
  line-height: 18px;
  font-size: 16px;
  padding-left: 25px;*/

    display: block;
    background: url(../imgs/time_icon.png) no-repeat left;
    line-height: 1;
    font-size: 14px;
    padding-left: 25px;
    background-size: 14px;
    color: #999;
}
.notice_list li:hover a {
  color: #203f83;
  font-weight: bold;
}
.notice_list li:nth-child(1) {
  margin-top: 0;
}
.notice {
  width: 446.61px;
}
.btn_list li {
  float: left;
  width: 16.66%;
  position: relative;
}
.btn_list li a {
  display: block;
  padding-top: 28px;
  padding-bottom: 24px;
}
.btn_list li a div {
  width: 55px;
  height: 50px;
  background-image: url(../imgs/index_icon1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 auto;
}
.btn_list li a span {
  display: block;
  font-size: 22px;
  line-height: 1;
  color: #001f63;
  text-align: center;
  margin-top: 12px;
}
.btn_list li::after {
  content: "";
  display: block;
  width: 1px;
  height: 85px;
  background-color: #203f83;
  opacity: 0.18;
  position: absolute;
  right: 0;
  top: 28px;
}
.btn_list li:nth-child(6)::after {
  display: none;
}
.btn_list li:nth-child(1) a div {
  background-image: url(../imgs/index_icon1.png);
}
.btn_list li:nth-child(2) a div {
  background-image: url(../imgs/index_icon2.png);
}
.btn_list li:nth-child(3) a div {
  background-image: url(../imgs/index_icon3.png);
}
.btn_list li:nth-child(4) a div {
  background-image: url(../imgs/index_icon4.png);
}
.btn_list li:nth-child(5) a div {
  background-image: url(../imgs/index_icon6.png);
}
.btn_list li:nth-child(6) a div {
  background-image: url(../imgs/index_icon7.png);
}
/*.btn_list li:nth-child(7) a div {
  background-image: url(../imgs/index_icon7.png);
}*/
.btn_list li:hover {
  background-color: #203f83;
}
.btn_list li:hover a span {
  color: #fff;
}
.btn_list li:nth-child(1):hover a div {
  background-image: url(../imgs/index_icon1_act.png);
}
.btn_list li:nth-child(2):hover a div {
  background-image: url(../imgs/index_icon2_act.png);
}
.btn_list li:nth-child(3):hover a div {
  background-image: url(../imgs/index_icon3_act.png);
}
.btn_list li:nth-child(4):hover a div {
  background-image: url(../imgs/index_icon4_act.png);
}
.btn_list li:nth-child(5):hover a div {
  background-image: url(../imgs/index_icon6_act.png);
}
.btn_list li:nth-child(6):hover a div {
  background-image: url(../imgs/index_icon7_act.png);
}
/*.btn_list li:nth-child(7):hover a div {
  background-image: url(../imgs/index_icon7_act.png);
}*/
.my_list li a {
  float: left;
  width: calc(100% - 45px);
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 20px;
  position: relative;
  background: url(../imgs/list_icon.png) no-repeat;
  background-position: center left;
}
.my_list li span {
  float: right;
  width: 40px;
  font-size: 14px;
  line-height: 40px;
  color: #999999;
}
.my_list li:hover a {
  color: #203f83;
  font-weight: bold;
}
.pic_list li {
  width: 685px;
  height: 120px;
  overflow: hidden;
  float: left;
  margin-left: 30px;
}
.pic_list li a {
  display: block;
}
.pic_list li a img {
  display: block;
  width: 100%;
  height: 120px;
}
.pic_list li:first-child {
  margin-left: 0;
}
.pic_list li:hover {
  box-shadow: 0px 0px 8px 5px rgba(155, 164, 178, 0.5);
}

/* ****************************************************** */
.float_window {
  width: 280px;
  height: 150px;
  position: fixed;
  right: 0;
  bottom: 5px;
  background-color: #8dc8f1;
  z-index: 9999;
}
.float_window .pic {
  display: block;
  width: 280px;
  height: 150px;
  position: relative;
}
.float_window .pic .colse {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../imgs/close.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.one_pic {
  display: block;
  height: 120px;
}
.one_pic img {
  display: block;
  width: 100%;
  height: auto;
}

#xygs{
margin-top:25px;
padding-bottom:25px;
}
#xygs .w1400{
margin-top:0;
}

#xygs .title{
text-align:center;
padding: 30px 0 20px;
}
#xygs .title .title_name{
letter-spacing: .25em;
font-family:cursive, 楷体;
}
#xygs .title .title_name,
#xygs .title .title_more{
float:none;
display:inline-block;
color:#fff;
}

#xygs .title .title_more{
margin-left:12px;
font-size:35px;
line-height:26px;
}

.pic-news > div {
  float: left;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-align: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  margin-left: 12px;
}
.pic-news > div:nth-of-type(3n-2) {
  margin-left: 0;
}
.pic-news > div > a {
  display: inline-block;
  height: 100%;
  width: 100%;
  color: #fff;
background-position:center;
background-size:cover;
border:1px #fff solid;
}
.pic-news > div p {
  margin: 0;
  padding: 15px;
  font-size: 16px;
  font-weight: bold;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  transition: transform 0.35s;
  transform: translateY(100%);
}
.pic-news > div > a:hover p {
  transform: translateY(0);
}
.pic-news > div:nth-of-type(1),
.pic-news > div:nth-of-type(2),
.pic-news > div:nth-of-type(3) {
  height: 456px;
}
.pic-news > div:nth-of-type(1) {
  width: 456px;
}
.pic-news > div:nth-of-type(2) {
  width: 672px;
}
.pic-news > div:nth-of-type(3) {
  width: 240px;
}
.pic-news > div:nth-of-type(4),
.pic-news > div:nth-of-type(5),
.pic-news > div:nth-of-type(6) {
  height: 240px;
  margin-top: 15px;
}
.pic-news > div:nth-of-type(4) {
  width: 564px;
}
.pic-news > div:nth-of-type(5) {
  width: 564px;
}
.pic-news > div:nth-of-type(6) {
  width: 240px;
}