body,
ol,
ul,
dl,
li,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Microsoft Yahei';
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 14px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

em,
i {
  font-style: normal;
}

ol,
ul,
dl,
li,
dt,
dd {
  list-style: none
}

img {
  border: 0;
  vertical-align: middle
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  outline: none;
  padding: 0px;
  margin: 0;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  max-width: 1200px;
  padding-left: 0;
  padding-right: 0;
}

.header .top {
  background: #0649a3;
  height: 40px;
}

.header .top .left {
  color: #f1f5fb;
  font-size: 16px;
}

.header .top .right,
.header .top .right a {
  color: #f1f5fb;
  font-size: 16px;
}

.header .top2 {
  display: flex;
  height: 236px;
}

.header .top2 .logo img {
  width: 846px;
}

.header .top2 .code {
  text-align: center;
}

.header .top2 .code img {
  width: 150px;
}

.header .top2 .code p {
  color: #353535;
  font-size: 14px;
  padding-top: 5px;
}

.header .navs {
  background: #0649a3;
}

.header .navs ul li {
  width: 100%;
}

.header .navs ul li a {
  display: block;
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
}

.header .navs ul li a.cur,
.header .navs ul li a:hover {
  background: #e4151f;
}

.header .navs ul li a img {
  margin-right: 5px;
}

.index {
  background: #f1f5fb;
  padding-bottom: 55px;
}

.index_main1 {
  padding: 30px 0;
}

.index_main1 .left {
  width: 591px;
}

.index_main1 .left .swiper-slide {
  position: relative;
}

.index_main1 .left .swiper-slide .pic img {
  width: 100%;
  height: 388px;
}

.index_main1 .left .swiper-slide .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  color: #f1f5fb;
  font-size: 18px;
  padding: 10px 100px 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.index_main1 .left .swiper-pagination {
  display: flex;
  width: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
}

.index_main1 .left .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.index_main1 .left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff0000;
}

.index_main1 .right {
  width: 591px;
  padding: 25px;
  background: #fff;
}

.index_main1 .right .hd {
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 15px;
}

.index_main1 .right .hd ul {
  width: 460px;
}

.index_main1 .right .hd ul li {
  width: 100%;
  text-align: center;
  color: #838383;
  font-size: 20px;
  cursor: pointer;
}

.index_main1 .right .hd ul li.on {
  background: #ea0101;
  color: #fff;
}

/* .index_main1 .right .hd ul span {
  display: block;
  width: 1px;
  height: 20px;
  background: #6e6e6e;
  margin: 0 12px;
} */

.index_main1 .right .hd .more a {
  color: #666666;
  font-size: 18px;
}

.index_main1 .right .bd ul .rec {
  padding: 20px 0;
  border-bottom: 1px dashed #7d7d7d;
}

.index_main1 .right .bd ul .rec h4 {
  color: #0649a3;
  font-size: 24px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main1 .right .bd ul .rec p {
  padding-top: 10px;
  color: #838383;
  font-size: 16px;
  line-height: 30px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.index_main1 .right .bd ul li {
  margin-top: 15px;
}

.index_main1 .right .bd ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.index_main1 .right .bd ul li a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #ca1a22;
}

.index_main1 .right .bd ul li h4 {
  width: 400px;
  color: #292929;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main1 .right .bd ul li span {
  color: #787777;
  font-size: 16px;
  margin-left: auto;
}

.index_main2 img {
  width: 100%;
}

.index_main3 {
  margin-top: 20px;
}

.index_main3 .left {
  width: 885px;
}

.index_main3 .left .hd {
  width: 253px;
}

.index_main3 .left .hd img {
  width: 100%;
}

.index_main3 .left .bd {
  width: 632px;
  background: #fff;
  padding: 20px 33px;
}

.index_main3 .left .bd ul li {
  margin-top: 30px;
}

.index_main3 .left .bd ul li:first-child {
  margin-top: 0;
}

.index_main3 .left .bd ul li a {
  display: flex;
  align-items: center;
}

.index_main3 .left .bd ul li h4 {
  position: relative;
  width: 395px;
  color: #343434;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
}

.index_main3 .left .bd ul li h4::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  background: #ca1a22;
}

.index_main3 .left .bd ul li:hover h4 {
  color: #ca1a22;
}

.index_main3 .left .bd ul li span {
  color: #343434;
  font-size: 18px;
  margin-left: auto;
}

.index_main3 .right {
  width: 290px;
}

.index_main3 .right .con {
  background: #fff;
  padding: 45px 30px;
}

.index_main3 .right .con ul li {
  position: relative;
  width: 100px;
  text-align: center;
  border-bottom: 1px solid #c3c3c3;
  padding-bottom: 11px;
  margin-top: 40px;
}

.index_main3 .right .con ul li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 15px;
  height: 2px;
  background: #0649a3;
}

.index_main3 .right .con ul li:nth-child(-n+2) {
  margin-top: 0;
}

.index_main3 .right .con ul li h4 {
  color: #0649a3;
  font-size: 20px;
  padding-top: 5px;
}

.index_main4 {
  margin-top: 16px;
}

.index_main4 .item {
  width: 591px;
  background: #fff;
  padding: 24px;
}

.index_main4 .item .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 22px;
}

.index_main4 .item .title h3 {
  color: #01559d;
  font-size: 24px;
  font-weight: bold;
  border-left: 5px solid #01559d;
  padding-left: 19px;
  line-height: 1;
}

.index_main4 .item .title a {
  color: #666666;
  font-size: 18px;
}

.index_main4 .item .con ul li {
  margin-top: 20px;
}

.index_main4 .item .con ul li a {
  display: flex;
  align-items: center;
}

.index_main4 .item .con ul li h4 {
  position: relative;
  width: 425px;
  color: #393939;
  font-size: 16px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index_main4 .item .con ul li:hover h4 {
  color: #ca1a22;
}

.index_main4 .item .con ul li h4::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ca1a22;
}

.index_main4 .item .con ul li span {
  margin-left: auto;
  color: #888888;
  font-size: 16px;
}

.links {
  margin-top: 40px;
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 30px;
}

.links .title {
  color: #01559d;
  font-size: 24px;
  font-weight: bold;
  border-left: 5px solid #01559d;
  line-height: 1;
  padding-left: 19px;
}

.links .con {
  margin-top: 20px;
}

.links .con>ul>li {
  position: relative;
}

.links .con>ul>li>a {
  color: #323232;
  font-size: 16px;
}

.links .con>ul>li>ul {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 200px;
  max-height: 200px;
  overflow-y: scroll;
  background: #fff;
}

.links .con>ul>li:hover>ul {
  display: block;
}

.links .con>ul>li>ul>li {
  text-align: center;
}

.links .con>ul>li>ul>li>a {
  font-size: 14px;
  color: #666;
  line-height: 2;
}

.footer {
  padding: 38px 0;
}

.footer .left {
  width: 190px;
  text-align: center;
}

.footer .mid {
  width: 800px;
  text-align: center;
}

.footer .mid p,
.footer .mid a {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 36px;
}

.footer .right {
  width: 210px;
}

.footer .right .code1 {
  text-align: center;
}

.footer .right .code1 img {
  max-width: 100px;
}

.footer .right .code1 p {
  color: #353535;
  font-size: 14px;
  padding-top: 5px;
}

.nybg {
  background: #f1f5fb;
  padding-bottom: 75px;
}

.crumb {
  color: #383838;
  font-size: 16px;
  padding: 23px 0;
}

.nyleft {
  width: 273px;
}

.nyleft .title {
  background: #0649a3;
  height: 93px;
}

.nyleft .title h3 {
  color: #ffffff;
  font-size: 24px;
  padding-left: 5px;
}

.nyleft ul li {
  margin-top: 2px;
}

.nyleft ul li a {
  display: block;
  position: relative;
  text-align: center;
  background: #dce5f2;
  height: 56px;
  line-height: 56px;
  color: #676767;
  font-size: 18px;
}

.nyleft ul li a.cur,
.nyleft ul li a:hover {
  color: #ffffff;
  background: #0649a3;
  font-weight: bold;
}

.nyleft ul li a.cur::after,
.nyleft ul li a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  border: solid 10px transparent;
  border-left-color: #fff;
}

.nybg .right {
  width: 906px;
}

.nybg .right .content {
  background: #fff;
  padding: 50px;
}

.nybg .right .content img {
  max-width: 100%;
}

.nytitle {
  background: url(../images/nytitle_bg.jpg) no-repeat;
  height: 92px;
  line-height: 92px;
  border-top: 3px solid #0649a3;
  color: #0649a3;
  font-size: 24px;
  font-weight: bold;
  padding-left: 60px;
}

.nypage .right .content .box {
  color: #343434;
  font-size: 18px;
  line-height: 2;
}

.nypage .right .box2 {
  margin-top: 40px;
}

.nypage .right .box2 .title {
  position: relative;
  color: #3c3c3c;
  font-size: 24px;
  text-align: center;
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 20px;
}

.nypage .right .box2 .title::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translate(-50%, 0);
  background: url(../images/nypage_line.jpg) no-repeat;
  width: 70px;
  height: 4px;
}

.nypage .right .box2 .con {
  margin-top: 45px;
}

.nypage .right .box2 .con ul li {
  width: 260px;
  height: 61px;
  border-radius: 30px;
  background: #e1e1e1;
}

.nypage .right .box2 .con ul li .icon {
  transition: all .5s;
  border-radius: 50%;
}

.nypage .right .box2 .con ul li:hover .icon {
  transform: rotate(180deg);
}

.nypage .right .box2 .con ul li .tt {
  padding-left: 26px;
  color: #343434;
  font-size: 20px;
}

.nypage .right .box2 .text {
  color: #343434;
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}

.list_team .content ul li {
  display: flex;
  margin-top: 32px;
  padding: 19px;
  border-radius: 10px;
  border-bottom-right-radius: 50px;
  box-shadow: rgba(0, 0, 0, .2) 0 0 6px 0;
}

.list_team .content ul li .pic {
  width: 129px;
  flex-shrink: 0;
}

.list_team .content ul li .text {
  width: 100%;
  padding-left: 30px;
}

.list_team .content ul li .text .tt {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}

.list_team .content ul li .text .tt2 {
  color: #343434;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  margin-top: 5px;
}

.list_team .content ul li .text .desc {
  margin-top: 15px;
  color: #343434;
  font-size: 16px;
  line-height: 26px;
}

.nylist .content ul li {
  width: 100%;
  padding: 32px 0;
  border-bottom: 1px solid #bfbfbf;
}

.nylist .content ul li:first-child {
  padding-top: 0;
}

.nylist .content ul li a {
  display: flex;
  align-items: center;
}

.nylist .content ul li h4 {
  position: relative;
  color: #343434;
  font-size: 18px;
  width: 650px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 10px;
}

.nylist .content ul li:hover h4 {
  color: #0649a3;
  font-weight: bold;
}

.nylist .content ul li h4::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0649a3;
}

.nylist .content ul li span {
  color: #656565;
  font-size: 16px;
  margin-left: auto;
}

.pages {
  margin-top: 80px;
}

.pages span {
  background: #eeeeee;
  margin: 0 6px;
  padding: 5px 15px;
  color: #676767;
  font-size: 18px;
}

.pages span.p_n1 {
  background: #0649a3;
  color: #fff;
}

.list_zyyj .content ul li {
  position: relative;
  margin-top: 10px;
}

.list_zyyj .content ul li .pic img {
  width: 100%;
  height: 280px;
}

.list_zyyj .content ul li .text {
  position: absolute;
  top: 60px;
  left: 50px;
}

.list_zyyj .content ul li .text h4 {
  color: #0649a3;
  font-size: 48px;
  font-weight: bold;
}

.list_zyyj .content ul li .text h5 {
  color: #3c3c3c;
  font-size: 30px;
}

.list_zyyj .content ul li .text p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  background: #e4151f;
  border-radius: 30px;
  width: 172px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-top: 20px;
}

.show_zyyj .content {
  color: #343434;
  font-size: 18px;
  line-height: 2;
}

.list_fyjs .content ul li {
  width: 395px;
  margin-top: 15px;
}

.list_fyjs .content ul li a {
  display: flex;
}

.list_fyjs .content ul li .pic {
  width: 135px;
}

.list_fyjs .content ul li .pic img {
  width: 100%;
  height: 113px;
}

.list_fyjs .content ul li .text {
  width: 260px;
  background: #eeeeee;
  padding: 20px 12px;
}

.list_fyjs .content ul li .text h4 {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}

.list_fyjs .content ul li:hover .text h4 {
  color: #ca1a22;
}

.list_fyjs .content ul li .text p {
  color: #646464;
  font-size: 16px;
  padding-top: 5px;
}

.nyshow .container {
  background: #fff;
  padding: 40px;
  border-top: 3px solid #0649a3;
}

.nyshow .title {
  text-align: center;
  color: #0649a3;
  font-size: 24px;
  font-weight: bold;
}

.nyshow .title2 {
  text-align: center;
  color: #666;
  font-size: 18px;
}

.nyshow .infos {
  color: #696969;
  font-size: 16px;
  text-align: center;
  padding-top: 10px
}

.nyshow .content {
  color: #676767;
  font-size: 16px;
  line-height: 30px;
  padding: 40px 0;
  margin-top: 20px;
  border-top: 1px dashed #0649a3;
  border-bottom: 1px dashed #0649a3;
}

.nyshow .prev_next {
  margin-top: 50px;
}

.nyshow .prev_next ul li a {
  color: #666666;
  font-size: 16px;
}

.nyshow .prev_next ul li a:hover {
  color: #336adf;
}

.page_contact .content .title {
  color: #0649a3;
  font-size: 24px;
  font-weight: bold;
}

.page_contact .content .con ul li {
  display: flex;
  align-items: center;
  margin-top: 35px;
}

.page_contact .content .con ul li .icon {
  margin-right: 30px;
}

.page_contact .content .con ul li:nth-child(2) .icon {
  margin-bottom: auto;
}

.page_contact .content .con ul li .text {
  display: flex;
  color: #3b3b3b;
  font-size: 24px;
  line-height: 43px;
}

.page_contact .content .con ul li .text p span {
  color: #1c5930;
  font-size: 30px;
}

.page_contact .content #map {
  margin-top: 30px;
}

.list_dt .content ul li {
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  padding: 20px 0;
}

.list_dt .content ul li:first-child {
  padding-top: 0;
}

.list_dt .content ul li a {
  display: flex;
}

.list_dt .content ul li .date {
  width: 109px;
  text-align: center;
}

.list_dt .content ul li .date span {
  display: block;
  height: 70px;
  line-height: 70px;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  background: #0649a3;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.list_dt .content ul li:hover .date span {
  background: #e4151f;
}

.list_dt .content ul li .date p {
  height: 39px;
  line-height: 39px;
  color: #3f3f3f;
  font-size: 18px;
  background: #e5e5e5;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.list_dt .content ul li .text {
  width: 725px;
  padding-left: 18px;
}

.list_dt .content ul li .tt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list_dt .content ul li .tt h4 {
  color: #232323;
  font-size: 20px;
  width: 615px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_dt .content ul li:hover .tt h4 {
  color: #0649a3;
  font-weight: bold;
}

.list_dt .content ul li .tt i {
  color: #686868;
  font-size: 23px;
}

.list_dt .content ul li .text p {
  color: #6a6a6a;
  font-size: 16px;
  line-height: 30px;
  padding-top: 5px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.header.djwh .top {
  background: #ca1a22;
}

.header.djwh .navs {
  background: #ca1a22;
}

.header.djwh .navs ul li a.cur,
.header.djwh .navs ul li a:hover {
  background: #a40000;
}

.category_djwh {
  background: #f1f5fb;
}

.category_djwh .main1 {
  padding: 30px 0;
}

.category_djwh .main1 .left {
  width: 591px;
}

.category_djwh .main1 .left .swiper-slide {
  position: relative;
}

.category_djwh .main1 .left .swiper-slide .pic img {
  width: 100%;
  height: 388px;
}

.category_djwh .main1 .left .swiper-slide .tt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, .5);
  color: #f1f5fb;
  font-size: 18px;
  padding: 10px 100px 10px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.category_djwh .main1 .left .swiper-pagination {
  display: flex;
  width: auto;
  left: auto;
  right: 20px;
  bottom: 20px;
}

.category_djwh .main1 .left .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.category_djwh .main1 .left .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ff0000;
}

.category_djwh .main1 .right {
  width: 591px;
  padding: 15px 25px;
  background: #fff;
}

.category_djwh .main1 .right .hd {
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 5px;
}

.category_djwh .main1 .right .hd .title {
  position: relative;
  color: #ca1a22;
  font-size: 24px;
  font-weight: bold;
  padding-top: 20px;
  padding-left: 55px;
}

.category_djwh .main1 .right .hd .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 84px;
  height: 48px;
  background: url(../images/category_title_bg.png) no-repeat;
}

.category_djwh .main1 .right .hd .more a {
  color: #666666;
  font-size: 18px;
}

.category_djwh .main1 .right .bd ul .rec {
  padding: 17px 0;
  border-bottom: 1px dashed #7d7d7d;
}

.category_djwh .main1 .right .bd ul .rec h4 {
  color: #ca1a22;
  font-size: 24px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.category_djwh .main1 .right .bd ul .rec p {
  padding-top: 10px;
  color: #838383;
  font-size: 16px;
  line-height: 30px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.category_djwh .main1 .right .bd ul li {
  margin-top: 10px;
}

.category_djwh .main1 .right .bd ul li a {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.category_djwh .main1 .right .bd ul li a:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  background: #ca1a22;
}

.category_djwh .main1 .right .bd ul li h4 {
  width: 400px;
  color: #292929;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.category_djwh .main1 .right .bd ul li span {
  color: #787777;
  font-size: 16px;
  margin-left: auto;
}

.category_djwh .main2 ul li {
  width: 391px;
}

.category_djwh .main2 ul li img {
  width: 100%;
  height: 156px;
}

.show_fy {
  background: #f1f5fb;
  padding: 30px 0;
}

.show_fy_title {
  padding-bottom: 22px;
  border-bottom: 1px solid #7d7d7d;
}

.show_fy_title span {
  display: block;
  width: 5px;
  height: 28px;
  background: #01559d;
  margin-right: 20px;
}

.show_fy_title h3 {
  color: #01559d;
  font-size: 24px;
  font-weight: bold;
}

.show_fy_title a {
  color: #666666;
  font-size: 18px;
  margin-left: auto;
}

.show_fy .main1 .left {
  width: 591px;
}

.show_fy .main1 .left img {
  width: 100%;
  height: 388px;
}

.show_fy .main1 .right {
  width: 609px;
  background: url(../images/show_fy_main1_bg1.jpg) no-repeat #fff;
  padding: 40px;
}

.show_fy .main1 .right h4 {
  color: #ce2b32;
  font-size: 30px;
  font-weight: bold;
}

.show_fy .main1 .right span {
  display: block;
  width: 52px;
  height: 2px;
  background: #0649a3;
  margin-top: 15px;
}

.show_fy .main1 .right p {
  color: #333333;
  font-size: 18px;
  line-height: 30px;
  text-align: justify;
  margin-top: 25px;
}

.show_fy .main1 .right a {
  display: block;
  width: 163px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 30px;
  background: #0649a3;
  color: #ffffff;
  font-size: 18px;
  margin-top: 25px;
}

.show_fy .main2 {
  background: #fff;
  padding: 25px;
  margin-top: 30px;
}

.show_fy .main2 .left {
  width: 534px;
}

.show_fy .main2 .left .con ul li {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.show_fy .main2 .left .con ul li .icon {
  width: 28px;
  text-align: center;
  margin-right: 20px;
}

.show_fy .main2 .left .con ul li .text {
  display: flex;
  align-items: center;
}

.show_fy .main2 .left .con ul li .text h4 {
  flex-shrink: 0;
  color: #3b3b3b;
  font-size: 18px;
}

.show_fy .main2 .left .con ul li .text p {
  color: #3b3b3b;
  font-size: 18px;
}

.show_fy .main2 .left .con ul li .text span {
  color: #01559d;
  font-size: 24px;
}

.show_fy .main2 .right {
  width: 582px;
}

.main3 {
  background: #fff;
  padding: 25px;
  margin-top: 30px;
}

.main3 .content {
  margin-top: 20px;
}

.main3 .content .left {
  width: 540px;
}

.main3 .content .left h4 {
  color: #0649a3;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.main3 .content .left p {
  color: #838383;
  font-size: 16px;
  line-height: 30px;
  padding-top: 15px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.main3 .content .right {
  width: 560px;
}

.main3 .content .right ul li {
  margin-top: 23px;
}

.main3 .content .right ul li:first-child {
  margin-top: 0;
}

.main3 .content .right ul li a {
  display: flex;
  justify-content: space-between;
}

.main3 .content .right ul li h4 {
  width: 75%;
  position: relative;
  color: #393939;
  font-size: 16px;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main3 .content .right ul li h4::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ca1a22;
}

.main3 .content .right ul li span {
  color: #888888;
  font-size: 16px;
}

.list_hzhb .right .content ul li {
  width: 250px;
  margin-top: 15px;
  margin-right: 28px;
  text-align: center;
}

.list_hzhb .right .content ul li:nth-child(-n+3) {
  margin-top: 0;
}

.list_hzhb .right .content ul li:nth-child(3n) {
  margin-right: 0;
}

.list_hzhb .right .content ul li .pic {
  border: solid 1px #d0d0d0;
}

.list_hzhb .right .content ul li .pic img {
  width: 100%;
  height: 103px;
}

.list_hzhb .right .content ul li .tt {
  color: #333333;
  font-size: 18px;
  padding-top: 5px;
}

.tj_wzdt_nav {
  line-height: 169px;
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}

.tj_wzdt_nav i {
  float: left;
}

.tj_wzdt_nav span {
  float: right;
  font-family: font1;
  font-size: 36px;
  color: #333;
}

.tj_wzdt_con {
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, .24);
}

.tj_wzdt_box {
  border-bottom: 1px solid #eeeeee;
  display: flex;
}

.tj_wzdt_box_lf {
  float: left;
  width: 14%;
  position: relative;
  flex: 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-left: 2%;
}

.tj_wzdt_box_lf em {
  display: block;
  color: #2373d2;
  font-size: 18px;
  border-left: 5px solid #2373d2;
  padding-left: 14px;
}

.tj_wzdt_box_lf a {
  color: #2373d2;
}

.tj_wzdt_box_rg {
  float: left;
  width: 86%;
  min-height: 100px;
}

.tj_wzdt_box_rg ul {
  margin-left: 27px;
  padding-top: 40px;
  padding-bottom: 15px;
}

.tj_wzdt_box_rg li {
  float: left;
  margin-bottom: 25px;
}

.tj_wzdt_box_rg li a {
  font-size: 16px;
  color: #444;
}

.tj_wzdt_box_rg li i {
  margin-left: 15px;
  margin-right: 16px;
}

.tj_wzdt_box_rg li:hover a {
  color: #2373d2;
}

.tj_wzdt_box:nth-child(2n) {
  background: #f6fafd;
}

.list_zmtjr .content ul li {
  padding: 12px 0;
  border-bottom: 1px solid #bfbfbf;
}

.list_zmtjr .content ul li a {
  display: flex;
}

.list_zmtjr .content ul li .pic {
  width: 94px;
}

.list_zmtjr .content ul li .pic img {
  width: 100%;
  height: 129px;
}

.list_zmtjr .content ul li .text {
  width: 689px;
  padding: 15px 27px 0;
}

.list_zmtjr .content ul li .text h4 {
  color: #0649a3;
  font-size: 20px;
  font-weight: bold;
}

.list_zmtjr .content ul li .text p {
  color: #676767;
  font-size: 16px;
  line-height: 2;
  padding-top: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.list_zmtjr .content ul li .icon {
  width: 23px;
  margin-top: auto;
  margin-bottom: 18px;
}

@media(min-width:1024px) {
  .mobile {
    display: none !important;
  }
}

@media(max-width:1023px) {
  .pc {
    display: none !important;
  }

  .container {
    width: 90%;
  }

  .header .top,
  .header .top2 .code {
    display: none !important;
  }

  .header .top2 {
    height: 160px;
  }

  .header .top2 .logo img {
    max-width: 100%;
  }

  .header .navs ul {
    flex-wrap: wrap;
  }

  .header .navs ul li {
    width: 33.33%;
  }

  .index_main1 {
    flex-wrap: wrap;
  }

  .index_main1 .left {
    width: 100%;
  }

  .index_main1 .left .swiper-slide .pic img {
    height: 245px;
  }

  .index_main1 .right {
    width: 100%;
  }

  .index_main1 .right .hd ul li {
    font-size: 28px;
  }

  .index_main1 .right .hd .more {
    display: none;
  }

  .index_main1 .right .bd ul li h4 {
    width: 65%;
  }

  .index_main3 {
    flex-wrap: wrap;
  }

  .index_main3 .left {
    flex-wrap: wrap;
    width: 100%;
  }

  .index_main3 .left .item {
    width: 100%;
  }

  .index_main3 .left .item ul {
    flex-wrap: wrap;
  }

  .index_main3 .left .item ul li {
    margin-top: 15px;
  }

  .index_main3 .left .item ul li img {
    width: 100%;
  }

  .index_main3 .left .hd {
    width: 100%;
  }

  .index_main3 .left .bd {
    width: 100%;
  }

  .index_main3 .right {
    width: 100%;
  }

  .index_main3 .right .tt img {
    width: 100%;
  }

  .index_main3 .right .con ul li {
    width: 40%;
  }

  .index_main4 {
    flex-wrap: wrap;
  }

  .index_main4 .item {
    width: 100%;
  }

  .index_main4 .item .con ul li h4 {
    width: 65%;
  }

  .links .con ul {
    flex-wrap: wrap;
  }

  .links .con ul li {
    width: 48%;
  }

  .footer .container {
    flex-wrap: wrap;
  }

  .footer .left {
    display: none;
  }

  .footer .mid {
    width: 100%;
  }

  .footer .right {
    margin: auto;
  }

  .footer .right .code1 {
    margin-top: 20px;
  }

  .crumb {
    background: #fff;
  }

  .nylist>.container {
    flex-wrap: wrap;
  }

  .nyleft {
    width: 100%;
  }

  .nyleft .title {
    background: none;
    height: 60px;
  }

  .nyleft .title img {
    display: none;
  }

  .nyleft .title h3 {
    color: #0649a3;
    font-weight: bold;
  }

  .nyleft ul {
    display: flex;
    flex-wrap: wrap;
  }

  .nyleft ul li {
    width: 25%;
  }

  .nyleft ul li a.cur::after,
  .nyleft ul li a:hover::after {
    display: none;
  }

  .nybg .right {
    width: 100%;
    margin-top: 30px;
  }

  .nybg .right .content {
    padding: 15px;
  }

  .nylist .content ul li {
    padding: 15px 0;
  }

  .nylist .content ul li h4 {
    width: 65%;
  }

  .pages {
    flex-wrap: wrap;
    margin-top: 30px;
  }

  .list_dt>.container {
    flex-wrap: wrap;
  }

  .list_dt .content ul li .date {
    width: 25%;
  }

  .list_dt .content ul li .text {
    width: 75%;
  }

  .list_dt .content ul li .tt h4 {
    width: 80%;
  }

  .nyshow .prev_next ul {
    flex-wrap: wrap;
  }

  .nybg {
    padding-bottom: 30px;
  }

  .nypage>.container {
    flex-wrap: wrap;
  }

  .nytitle {
    text-align: center;
    padding-left: 0;
  }

  .nypage .right .box2 {
    margin-top: 25px;
  }

  .nypage .right .box2 .con ul {
    align-items: flex-start;
  }

  .nypage .right .box2 .con ul li {
    flex-wrap: wrap;
    width: 25%;
    height: auto;
    background: none;
    justify-content: center;
  }

  .nypage .right .box2 .con ul li .tt {
    padding-left: 0;
  }

  .list_team>.container {
    flex-wrap: wrap;
  }

  .list_team .content ul li {
    width: 100%;
    margin-top: 45px;
  }

  .list_team .content ul li:nth-child(-n+2) {
    margin-top: 45px;
  }

  .list_zyyj>.container {
    flex-wrap: wrap;
  }

  .show_zyyj>.container {
    flex-wrap: wrap;
  }

  .list_fyjs>.container {
    flex-wrap: wrap;
  }

  .list_fyjs .content ul li {
    width: 100%;
  }

  .page_contact>.container {
    flex-wrap: wrap;
  }

  .show_fy .main1 {
    flex-wrap: wrap;
  }

  .show_fy .main1 .left {
    width: 100%;
  }

  .show_fy .main1 .left img {
    height: auto;
  }

  .show_fy .main1 .right {
    width: 100%;
    padding: 25px;
  }

  .show_fy .main2 {
    flex-wrap: wrap;
  }

  .show_fy .main2 .left {
    width: 100%;
  }

  .show_fy .main2 .right {
    width: 100%;
  }

  .show_fy .main2 .right>div {
    width: 100% !important;
    margin-top: 30px;
  }

  .main3 .content {
    flex-wrap: wrap;
  }

  .main3 .content .left {
    width: 100%;
  }

  .main3 .content .right {
    width: 100%;
  }

  .category_djwh .main1 {
    flex-wrap: wrap;
  }

  .category_djwh .main1 .left {
    width: 100%;
  }

  .category_djwh .main1 .left .swiper-slide .pic img {
    height: 278px;
  }

  .category_djwh .main1 .right {
    width: 100%;
  }

  .category_djwh .main1 .right .bd ul li h4 {
    width: 65%;
  }

  .category_djwh .main2 ul {
    flex-wrap: wrap;
  }

  .category_djwh .main2 ul li {
    width: 100%;
    margin-top: 15px;
  }

  .category_djwh .main2 ul li:first-child {
    margin-top: 0;
  }

  .list_hzhb>.container {
    flex-wrap: wrap;
  }

  .list_hzhb .right .content ul li {
    width: 48%;
    margin-right: 4%;
  }

  .list_hzhb .right .content ul li:nth-child(-n+3) {
    margin-top: 15px;
  }

  .list_hzhb .right .content ul li:nth-child(3n) {
    margin-right: 4%;
  }

  .list_hzhb .right .content ul li:nth-child(2n) {
    margin-right: 0;
  }

  .list_hzhb .right .content ul li .pic img {
    height: 68px;
  }

  .m_index .rec {
    margin: 15px 0;
  }

  .m_index .rec .pic img {
    width: 100%;
  }

  .m_index .rec .tt {
    color: #333;
    font-size: 18px;
    padding-top: 10px;
  }

  .m_index .rec .date {
    color: #666;
    font-size: 16px;
  }

  .m_index .content ul li {
    border-top: solid 1px #ccc;
    padding: 10px 0;
  }

  .m_index .content ul li .text {
    width: 70%;
    padding-right: 5%;
  }

  .m_index .content ul li .text h4 {
    color: #333;
    font-size: 18px;
    line-height: 1.5;
  }

  .m_index .content ul li .text span {
    color: #666;
    font-size: 16px;
    display: block;
    padding-top: 10px;
  }

  .m_index .content ul li .pic {
    width: 30%;
  }

  .m_index .content ul li .pic img {
    width: 100%;
  }
}