.hover:hover {
  color: #1249b0 !important;
}
.jdt_container {
  width: 100%;
  height: 369px;
  background: url(../images/bg-jdt.png) center bottom no-repeat;
}
.jdt_container .swiper-slide {
  position: relative;
}
.jdt_container .jdt_img {
  display: block;
  float: left;
  width: 535px;
  height: 365px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.jdt_container .jdt_text {
  float: left;
  width: 350px;
  height: 365px;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #f4f4f4;
}
.jdt_container .date {
  height: 25px;
  margin-top: 40px;
  margin-bottom: 25px;
  line-height: 25px;
  color: #1249b0;
  font-size: 14px;
  padding-left: 40px;
  background: url(../images/bg-squra.png) left center no-repeat;
}
.jdt_container .title {
  height: 64px;
  line-height: 32px;
}
.jdt_container .title a {
  color: #252525;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.jdt_container .title a:hover {
  color: #1249b0;
}
.jdt_container .desc {
  margin-top: 25px;
  line-height: 30px;
  font-size: 14px;
  color: #666669;
}
.jdt_container .arrow_right,
.jdt_container .arrow_left {
  position: absolute;
  bottom: 38px;
  width: 48px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 18px;
  color: #000000;
  border: 1px solid #d2d2d2;
}
.jdt_container .arrow_left {
  right: 100px;
}
.jdt_container .arrow_right {
  right: 30px;
}
.pagination1 {
  position: absolute;
  bottom: 18px;
  right: -3px;
  width: 100px;
  padding-right: 14px;
  text-align: right;
}
.pagination1 .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.pagesign {
  position: absolute;
  z-index: -1;
}
.pagesign.sign_01 {
  top: 970px;
}
.pagesign.sign_02 {
  right: 50px;
  top: 1260px;
}
.title-item {
  display: block;
  padding-left: 30px;
  line-height: 40px;
  font-size: 16px;
  color: #252525;
}
.title-item:hover {
  color: #1249b0;
  font-weight: bold;
}
.title-item.icon_01 {
  background: url(../images/icon_title_01.png) 5px center no-repeat;
}
.title-item.icon_02 {
  background: url(../images/icon_title_02.png) 5px center no-repeat;
}
.title-item.icon_03 {
  background: url(../images/icon_title_04.png) 5px center no-repeat;
}
.title-item.icon_04 {
  background: url(../images/icon_title_05.png) 5px center no-repeat;
}
.title-item.icon_05 {
  background: url(../images/icon_title_06.png) 5px center no-repeat;
}
#top .width_container {
  position: relative;
  height: 140px;
}
#top .logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 83px;
  margin: auto;
}
#top .top-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32px;
  font-size: 15px;
  line-height: 32px;
}
#top .top-right,
#top .top-right a {
  color: #333333;
}
#top .top-right:hover,
#top .top-right a:hover {
  color: #1249b0;
}
#top .top-right span {
  margin: 0 10px 0 10px;
}
#top .searchCon {
  position: relative;
  width: 110px;
  height: 36px;
}
#top .searchCon #searchSubmit {
  position: absolute;
  left: 5px;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../images/icon_search.png) center center no-repeat;
  border: none;
}
#top .searchCon #searchText {
  position: absolute;
  width: 70px;
  height: 32px;
  right: 5px;
  color: #FFFFFF;
  background: none;
  outline: none;
  border: none;
}
#top .searchCon #searchText::-webkit-input-placeholder {
  color: #FFFFFF;
}
#nav {
  background: #1446a2;
}
#nav .nav_list .nav_item {
  position: relative;
  float: left;
  width: 130px;
  height: 100px;
  margin: 0 1px;
  text-align: center;
  line-height: 100px;
}
#nav .nav_list .nav_item:hover {
  background: #123d8c;
}
#nav .nav_list .nav_item:hover .nav_ej_list {
  display: block;
}
#nav .nav_list .nav_item:hover .nav_link {
  color: #f9d925;
  background: url(../images/bg_nav_active.png) center center no-repeat;
}
#nav .nav_list .nav_item .nav_link {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
}
#nav .nav_list .nav_item .nav_ej_list {
  position: absolute;
  z-index: 4;
  display: none;
  left: 0;
  top: 99px;
  width: 142px;
  padding: 0 3px;
  background: #FFFFFF;
  box-shadow: 0 2px 3px #F5F5F5;
}
#nav .nav_list .nav_item .nav_ej_list .nav_ej_item {
  line-height: 54px;
  font-size: 16px;
  border-top: 1px solid #F5F5F5;
}
#nav .nav_list .nav_item .nav_ej_list .nav_ej_item .nav_ej_link {
  display: block;
  color: #252525;
}
#nav .nav_list .nav_item .nav_ej_list .nav_ej_item:hover .nav_ej_link {
  color: #1249b0;
}
#nav .nav_list .seach_btn {
  width: 100px;
  height: 100px;
  background: url(../images/pic-search.jpg) center center no-repeat;
}
#nav .nav_list .seach_btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.main_title {
  height: 60px;
  line-height: 60px;
  margin-top: 25px;
  margin-bottom: 20px;
  background: url(../images/bg_t.png) left bottom no-repeat;
}
.main_title .title {
  font-size: 30px;
  color: #252525;
}
.main_title .slide {
  font-size: 25px;
  margin: 0 5px;
  color: #1249b0;
}
.main_title .en {
  font-family: "Narrow";
  font-size: 25px;
  color: #1249b0;
}
.top1 {
  padding: 22px 24px 0 24px;
  line-height: 28px;
  background: #F5F5F5;
}
.top1 .title {
  display: block;
  line-height: 42px;
  font-size: 22px;
  text-align: center;
  color: #1249b0;
  font-weight: bold;
  color: #252525;
}
.top1 .desc {
  margin-top: 15px;
  font-size: 14px;
  color: #656565;
  padding-bottom: 22px;
  border-bottom: 2px solid #f9d925;
}
#main01 {
  height: 760px;
  background: #FFFFFF;
}
.main01-01 {
  width: 885px;
}
.main01-01 .xyxw-top-list li {
  width: 31%;
  margin: 0 1%;
}
.main01-01 .xyxw-top-list .thumb {
  height: 180px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.main01-01 .xyxw-top-list .thumb a {
  height: 100%;
}
.main01-01 .xyxw-top-list .title {
  height: 48px;
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.main01-01 .xyxw-top-list .title:hover {
  color: #1249b0;
}
.main01-01 .xyxw-top-list .desc {
  height: 48px;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  margin-top: 14px;
}
.main01-01 .xyxw-list {
  margin-top: 32px;
  line-height: 40px;
}
.main01-01 .xyxw-list .title-item {
  max-width: 650px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main01-01 .xyxw-list span {
  font-size: 15px;
  color: #737373;
}
.main01-02 {
  width: 420px;
}
.main01-02 .item {
  padding: 12px 24px;
  line-height: 28px;
}
.main01-02 .item:nth-of-type(2n+1) {
  background: #F5F5F5;
}
.main01-02 .item .date {
  padding-left: 28px;
  font-size: 14px;
  color: #1249b0;
  background: url(../images/icon_ding.png) left center no-repeat;
}
.main01-02 .item .title {
  font-size: 16px;
  color: #333333;
}
.notice-list .notice-item {
  padding: 16px 0;
  line-height: 40px;
  border-bottom: 1px dashed #e1e0e0;
}
.notice-list .notice-item .date {
  width: 65px;
  height: 40px;
  text-align: center;
  font-size: 15px;
  color: #1249b0;
  border-radius: 3px;
  background: #f5f5f5;
}
.notice-list .notice-item .date span {
  font-size: 22px;
}
.notice-list .notice-item .title {
  width: 340px;
  font-size: 16px;
  color: #333333;
}
.notice-list .notice-item .title:hover {
  color: #1249b0;
}
.notice-list .notice-item:hover .date {
  color: #FFFFFF;
  background: #1249b0;
}
#main02 {
  height: 630px;
  background: #f5f5f5;
}
#main02 .main02-pt {
  width: 430px;
}
#main02 .title-list {
  margin-top: 18px;
}
#main02 .title-list .title-item {
  line-height: 48px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#main02 .title-list .xg-top1 {
  height: 125px;
  margin-bottom: 20px;
  background: #FFFFFF;
}
#main02 .title-list .xg-top1 .thumb {
  width: 185px;
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#main02 .title-list .xg-top1 .title {
  width: 180px;
  margin-right: 10px;
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
#main02 .xssl-list .xssl-item {
  line-height: 32px;
  padding: 20px 0 20px 28px;
  border-bottom: 1px solid #e6e6e6;
  background: url(../images/icon_title_03.png) left 28px no-repeat;
}
#main02 .xssl-list .xssl-item:nth-of-type(2) {
  border: none;
}
#main02 .xssl-list .xssl-item .title {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
#main02 .xssl-list .xssl-item .info {
  font-size: 14px;
  color: #737373;
}
#main03 {
  height: 600px;
  background: #FFFFFF;
}
.main03-01 {
  width: 888px;
}
.djsc-top1 {
  height: 185px;
  margin-bottom: 28px;
  background: #fff7ec;
}
.djsc-top1 .thumb {
  width: 267px;
  height: 185px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.djsc-top1 .info {
  width: 550px;
  margin-left: 30px;
}
.djsc-top1 .info .title {
  margin-top: 24px;
  font-size: 18px;
  color: #252525;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.djsc-top1 .info .desc {
  margin-top: 24px;
  font-size: 14px;
  color: #656565;
  line-height: 30px;
}
.djsc-item {
  line-height: 44px;
}
.djsc-item .title-item {
  max-width: 650px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.djsc-item .date {
  font-size: 15px;
  color: #737373;
}
.main03-02 {
  width: 420px;
}
.main03-02 #xyfc {
  width: 420px;
  height: 185px;
  margin-bottom: 26px;
}
.main03-02 .xyfc_img {
  display: block;
  width: 94%;
  height: 94%;
  margin: 3%;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.main03-02 .arrow_right,
.main03-02 .arrow_left {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 50px;
}
.main03-02 .arrow_left {
  left: 1%;
  background: url(../images/arrow-left.png) center center no-repeat;
}
.main03-02 .arrow_right {
  right: 1%;
  background: url(../images/arrow-right.png) center center no-repeat;
}
.main03-02 .title-item {
  line-height: 44px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#footer {
  height: 350px;
  background: #f5f5f5;
}
#footer .width_container {
  height: 350px;
  background: url(../images/bg_ft.png) center center no-repeat;
}
#footer .t {
  margin: 40px 0 20px 0;
}
#footer .ztym {
  width: 670px;
}
#footer .ztym .zt-list a {
  display: block;
  width: 315px;
  height: 75px;
  float: left;
  margin: 7px 14px 7px 0;
}
#footer .ztym .zt-list img {
  display: block;
  width: 100%;
  height: 100%;
}
#footer .ytlj {
  width: 650px;
}
#footer .ytlj .yqlj-list .select-link {
  width: 308px;
  height: 43px;
  margin: 7px 14px 7px 0;
  border: 1px solid #e0e5ed;
  color: #616161;
  font-size: 15px;
  padding-left: 10px;
  background: #FFFFFF;
}
#copyright {
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: #0258b9;
  border-top: 4px solid #1144a3;
}
#copyright .copyright {
  font-size: 15px;
  color: #FFFFFF;
}
#copyright .copyright span {
  margin: 0 24px;
}
#copyright .copyright .support {
  margin-left: 30px;
  border-bottom: 1px solid #FFFFFF;
}
#copyright .copyright .support a {
  color: #FFFFFF;
}
/* 二级 */
#topPic {
  height: 400px;
  background: url(../images/topic.jpg) center center no-repeat;
}
#ej-main {
  padding: 10px 0 40px 0;
}
#ej-main .width_container {
  min-height: 400px;
}
#ej-main .ej_menu {
  width: 275px;
  margin-top: -100px;
}
#ej-main .ej_menu .catname {
  position: relative;
  z-index: 2;
  height: 165px;
  line-height: 120px;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  background: url(../images/bg_ej_cat.png) center center no-repeat;
}
#ej-main .ej_menu .ej_nav_con {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  padding-top: 40px;
  padding-bottom: 125px;
  overflow: hidden;
  background: #f1f1f1;
}
#ej-main .ej_menu .ej_nav_list {
  margin: 15px auto 0 auto;
  padding-bottom: 60px;
  overflow: hidden;
}
#ej-main .ej_menu .ej_nav_list .ej_nav {
  line-height: 60px;
  font-size: 16px;
  box-sizing: border-box;
  border-left: 5px solid none;
}
#ej-main .ej_menu .ej_nav_list .ej_nav a {
  display: block;
  height: 60px;
  margin: auto;
  padding-left: 62px;
  color: #333333;
  background: url(../images/bg_ej_menu.png) 40px center no-repeat;
}
#ej-main .ej_menu .ej_nav_list .ej_nav:hover,
#ej-main .ej_menu .ej_nav_list .ej_nav.active {
  border-left: 5px solid #f9d925;
  background: #FFFFFF;
}
#ej-main .ej_menu .ej_nav_list .ej_nav:hover a,
#ej-main .ej_menu .ej_nav_list .ej_nav.active a {
  color: #1249b0;
}
#ej-main .ej_content {
  width: 1025px;
}
#ej-main .ej_pos {
  height: 54px;
  line-height: 54px;
  border-bottom: 1px solid #e6e6e6;
}
#ej-main .ej_pos .ej_pos_text {
  font-size: 14px;
  padding-left: 44px;
  background: url(../images/icon_ej_pos.png) left center no-repeat;
}
#ej-main .ej_pos .ej_pos_text * {
  color: #666666;
}
#ej-main .ej_pos .ej_pos_text a:hover {
  color: #1249b0;
}
#ej-main .title_list {
  margin-top: 15px;
  padding: 0 10px;
}
#ej-main .title_list p {
  height: 50px;
  padding: 0 15px 0 18px;
  font-size: 16px;
  line-height: 50px;
}
#ej-main .title_list p a {
  display: block;
  padding-left: 22px;
  max-width: 800px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/icon_item_03.png) left center no-repeat;
}
#ej-main .title_list p a:hover {
  color: #1249b0;
  font-weight: bold;
}
#ej-main .title_list p .date {
  font-size: 14px;
  color: #737373;
}
#ej-main .pic_list .pic_item {
  display: block;
  float: left;
  width: 170px;
  height: 320px;
  margin: 15px 16px;
}
#ej-main .pic_list .pic_item .thumb {
  width: 170px;
  height: 230px;
  box-shadow: 0px 0px 5px #cacaca;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#ej-main .pic_list .pic_item .name {
  margin-top: 5px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  color: #333333;
}
#ej-main .pic_more_list .pic_item {
  width: 224px;
  height: 330px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
#ej-main .pic_more_list .pic_item .thumb {
  margin: auto;
}
#ej-main .pic_more_list .pic_item .name {
  font-weight: bold;
  font-size: 15px;
}
#ej-main .pic_more_list .pic_item .zw {
  font-weight: bold;
  font-size: 13px;
  padding: 0 16px;
}
#ej-main .pic_more_list .pic_item .desc {
  margin-top: 5px;
  font-size: 13px;
}
#ej-main .pager {
  margin: 30px auto;
  text-align: center;
}
#ej-main .pager table {
  display: inline-block;
  margin: auto;
}
#ej-main .detail_content .title {
  margin-top: 45px;
  line-height: 48px;
  font-size: 28px;
  color: #252525;
}
#ej-main .detail_content .info {
  display: inline-block;
  height: 38px;
  padding: 0 0 20px 0;
  line-height: 38px;
  margin: 14px auto 0 auto;
  font-size: 14px;
  color: #666666;
  border-bottom: 2px solid #f9d925;
}
#ej-main .detail_content .info span {
  margin: 0 14px;
}
#ej-main .detail_content .showHtml {
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 180px;
}
