.bg_gray {
  background: #F2F2F2;
}
#top {
  height: 150px;
  border-top: 5px solid #ffcc00;
  background: #FFFFFF;
}
#top .logo {
  height: 84px;
  margin-top: 33px;
}
#top .sysLink {
  margin-top: 55px;
}
#top .sysLink_item {
  position: relative;
  float: left;
  width: 110px;
  height: 40px;
  margin-right: 10px;
  line-height: 40px;
  text-align: center;
}
#top .sysLink_item p {
  font-size: 15px;
  color: #333333;
  cursor: pointer;
}
#top .sysLink_item p span {
  padding-left: 28px;
}
#top .sysLink_item p span.icon_01 {
  background: url(../images/icon_01.png) left center no-repeat;
}
#top .sysLink_item p span.icon_02 {
  background: url(../images/icon_02.png) left center no-repeat;
}
#top .sysLink_item p span.icon_03 {
  background: url(../images/icon_03.png) left center no-repeat;
}
#top .sysLink_item .sysLink_list {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 5px 10px;
  display: none;
  background: #FFFFFF;
  box-shadow: 0 2px 4px #bebebe;
  border-radius: 5px;
}
#top .sysLink_item .sysLink_list::before {
  position: absolute;
  left: 0;
  right: 0;
  top: -14px;
  margin: auto;
  content: "";
  width: 24px;
  height: 24px;
  background: url(../images/icon_delta_top.png) center center no-repeat;
  background-size: 24px;
}
#top .sysLink_item .sysLink_list li {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
}
#top .sysLink_item .sysLink_list li a {
  color: #333333;
}
#top .sysLink_item .sysLink_list li a:hover {
  color: #a90a03;
}
#top .sysLink_item:hover .sysLink_list {
  display: block;
}
#top .search {
  position: relative;
  height: 32px;
  margin-top: 59px;
}
#top .search .searchCon {
  position: relative;
  width: 215px;
  height: 32px;
  border-radius: 16px;
  background: #f2f2f2;
}
#top .search .searchCon #searchSubmit {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  background: url(../images/icon_search.png) center center no-repeat;
  background-size: 100%;
  border: none;
  border-radius: 16px;
  box-shadow: -2px -1px 5px #c4c4c4;
}
#top .search .searchCon #searchText {
  position: absolute;
  width: 130px;
  height: 28px;
  left: 20px;
  top: 2px;
  background: none;
  outline: none;
  border: none;
}
#nav {
  background: #c2332d;
}
#nav .nav_list .nav_item {
  position: relative;
  float: left;
  width: 127px;
  height: 70px;
  text-align: center;
  line-height: 70px;
}
#nav .nav_list .nav_item:hover {
  background: #a90a03;
  background-image: url(../images/bg_nav_active.png);
  background-position: center 55px;
  background-repeat: no-repeat;
}
#nav .nav_list .nav_item:hover .nav_link {
  color: #FFFFFF;
}
#nav .nav_list .nav_item:hover .nav_ej_list {
  display: block;
}
#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: -8px;
  top: 70px;
  width: 140px;
  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: #000000;
}
#nav .nav_list .nav_item .nav_ej_list .nav_ej_item:hover .nav_ej_link {
  color: #a90a03;
}
/*
.section_title{
	&.section_title_04{
		padding-bottom: 32px;
		background: url(../images/bg_t_04.png) center bottom no-repeat;
	}
}*/
.main_title {
  height: 50px;
  line-height: 50px;
  margin-bottom: 22px;
}
.main_title .title {
  position: relative;
  padding-left: 36px;
  font-size: 24px;
  color: #333333;
}
.main_title .more {
  font-size: 14px;
  color: #c2332d;
}
.main_title.main_title_01 .title {
  background: url(../images/icon_04.png) left center no-repeat;
}
.main_title.main_title_02 .title {
  background: url(../images/icon_05.png) left center no-repeat;
}
.main_title.main_title_03 .title {
  background: url(../images/icon_06.png) left center no-repeat;
}
.main_title.main_title_04 .title {
  background: url(../images/icon_07.png) left center no-repeat;
}
.main_title.main_title_05 .title {
  background: url(../images/icon_08.png) left center no-repeat;
}
.main_title.main_title_06 .title {
  background: url(../images/icon_09.png) left center no-repeat;
}
.main_title .tabs_title .title {
  padding-left: 0;
  margin-right: 48px;
  line-height: 66px;
}
.main_title .tabs_title .title.active {
  border-bottom: 3px solid #246abc;
}
.main_title .tabs_title .title.active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  content: "";
  width: 14px;
  height: 6px;
  margin: auto;
  background: url(../images/icon_02.png) center center no-repeat;
}
.main_title .tabs_title .title_link {
  padding-left: 0;
  margin-right: 48px;
  line-height: 66px;
}
.main_title .tabs_title .more {
  display: none;
}
.main_title .tabs_title .more.active {
  display: block;
}
.s_tabs .s_tabs_nav {
  position: relative;
  height: 48px;
  line-height: 48px;
  border: 1px solid #dde9f3;
  background: #fdf2f2;
}
.s_tabs .s_tabs_nav .title {
  position: relative;
  display: block;
  width: 200px;
  cursor: pointer;
  text-align: center;
  color: #333333;
  font-size: 18px;
}
.s_tabs .s_tabs_nav .title:hover,
.s_tabs .s_tabs_nav .title.active {
  background-color: #c2332d;
  background-position: left top;
  background-repeat: no-repeat;
  color: #FFFFFF;
}
.s_tabs .s_tabs_nav .title.active::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  width: 11px;
  height: 6px;
  margin: auto;
  content: "";
  background: url(../images/icon_delta_down.png) center center no-repeat;
}
.s_tabs .s_tabs_nav .more {
  position: absolute;
  top: -64px;
  right: 0;
  display: none;
  height: 32px;
  padding-left: 14px;
  line-height: 32px;
  font-size: 14px;
  color: #c2332d;
}
.s_tabs .s_tabs_nav .more.active {
  display: block;
}
.s_tabs .s_tabs_list {
  margin-top: 28px;
}
.s_tabs .s_tabs_list .tabs_content {
  position: relative;
  display: none;
  height: 364px;
}
.s_tabs .s_tabs_list .tabs_content.active {
  display: block;
}
.jdt_container {
  width: 100%;
  height: 100%;
}
.jdt_container .swiper-slide {
  position: relative;
}
.jdt_container .jdt_img {
  display: block;
  width: 100%;
  height: 255px;
  background-size: auto 105%;
  background-position: center center;
  background-repeat: no-repeat;
}
.jdt_container .title {
  width: 100%;
  height: 28px;
  line-height: 28px;
  padding-top: 14px;
  padding: 14px 4px 0 4px;
  margin-top: 14px;
  border-top: 2px solid #c2332d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jdt_container .title a {
  color: #333333;
  font-size: 16px;
  transition: all 0.3s ease;
}
.jdt_container .title a:hover {
  color: #a90a03;
}
.jdt_container .desc {
  height: 52px;
  margin-top: 8px;
  line-height: 26px;
  font-size: 14px;
  color: #666666;
}
.jdt_container .desc a {
  margin-right: 20px;
  color: #c2332d;
}
.pagination1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.pagination1 .swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  background: url(../images/icon_pag.png) center center no-repeat;
}
.pagination1 .swiper-active-switch {
  background: url(../images/icon_pag_active.png) center center no-repeat;
}
.xw_item {
  padding-left: 24px;
  margin-top: 14px;
  font-size: 15px;
  line-height: 28px;
  background: url(../images/bg_t.png) 4px center no-repeat;
}
.xw_item a {
  display: block;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.xw_item a:hover {
  color: #a90a03;
  font-weight: bold;
}
.xw_item .left {
  max-width: 290px;
}
.xw_item .right {
  font-size: 13px;
  color: #858585;
}
#main_01 {
  padding: 34px 0 50px 0;
}
#main_01 .xwgg {
  width: 895px;
}
#main_01 .xwgg .main_content {
  height: 400px;
}
#main_01 .xwgg .main_content .jdt {
  width: 375px;
  height: 400px;
}
#main_01 .xwgg .xwTab {
  width: 60px;
  height: 400px;
  margin-left: 40px;
}
#main_01 .xwgg .xwTab .xwTab_item {
  position: relative;
  height: 200px;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  background: #fdf2f2;
}
#main_01 .xwgg .xwTab .xwTab_item.active {
  background: #c2332d;
  color: #FFFFFF;
}
#main_01 .xwgg .xwTab .xwTab_item.active::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -6px;
  width: 6px;
  height: 11px;
  margin: auto;
  content: "";
  background: url(../images/icon_delta_r.png) center center no-repeat;
}
#main_01 .xwgg .xwTab .xwTab_item p {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 28px;
  height: 100px;
  margin: auto;
  text-align: center;
}
#main_01 .xwgg .xwTabCon {
  width: 400px;
  margin-left: 18px;
}
#main_01 .xwgg .xwTabCon .xw_content {
  display: none;
}
#main_01 .xwgg .xwTabCon .xw_content.active {
  display: block;
}
#main_01 .xwgg .xwTabCon .xw_content .top1 {
  padding-bottom: 20px;
  border-bottom: 1px dashed #cacaca;
}
#main_01 .xwgg .xwTabCon .xw_content .top1 .title {
  padding-left: 18px;
  line-height: 34px;
  font-weight: bold;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main_01 .xwgg .xwTabCon .xw_content .top1 .title a {
  color: #333333;
}
#main_01 .xwgg .xwTabCon .xw_content .top1 .title a:hover {
  color: #a90a03;
}
#main_01 .xwgg .xwTabCon .xw_content .top1 .desc {
  height: 52px;
  margin-top: 10px;
  line-height: 26px;
  color: #666666;
}
#main_01 .xwgg .xwTabCon .xw_content .top1 .date {
  margin-top: 14px;
  line-height: 18px;
  font-size: 14px;
  color: #c2332d;
}
#main_01 .sysEntry {
  width: 360px;
}
#main_01 .sysEntry .snSys {
  width: 360px;
  height: 85px;
  margin-top: 10px;
  background: url(../images/sysBg.png) center center no-repeat;
  background-size: 100% auto;
}
#main_01 .sysEntry .snSys p {
  padding-top: 45px;
  text-align: center;
  font-size: 0;
}
#main_01 .sysEntry .snSys p a {
  display: inline-block;
  width: 93px;
  height: 26px;
  margin: 0 5px;
  line-height: 26px;
  font-size: 14px;
  color: #4e4d4d;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  background: url(../images/sysIcon.png) 75px center no-repeat;
  background-color: #ffffff;
}
#main_01 .sysEntry .schSys {
  margin-top: 25px;
}
#main_01 .sysEntry .schSys .title {
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 17px;
  text-align: center;
  background: #2679df;
}
#main_01 .sysEntry .schSys .schImg {
  padding-bottom: 10px;
  background: #F5F5F5;
  border: 1px solid #ececec;
  border-top: none;
}
#main_01 .sysEntry .schSys .schImg img {
  float: left;
  margin: 10px 4px 0 2px;
}
#main_01 .sysEntry .yzs {
  position: relative;
  margin-top: 25px;
  height: 115px;
  background: url(../images/yzs2_small.png) center center no-repeat;
}
.yzs2{
  position: relative;
  margin-top: 5px;
  width:360px;
  height: 115px;
}
#main_01 .sysEntry .yzs a {
  position: absolute;
  top: 70px;
  width: 90px;
  height: 28px;
}
#main_01 .sysEntry .yzs a.yzs_stu {
  left: 10px;
}
#main_01 .sysEntry .yzs a.yzs_com {
  left: 130px;
}
#main_01 .sysEntry .yzs a.yzs_gl {
  left: 280px;
}

.zprl {
  width: 350px;
}
.zprl .main_content {
  height: 400px;
}
.zprl .main_content .calendarCon {
  position: relative;
  width: 348px;
  height: 398px;
  border: 1px solid #fdf2f2;
}
#main_02 {
  padding: 24px 0 30px 0;
  background: #f2f2f2;
}
#main_02 .zpxxCon {
  width: 900px;
}
#main_02 .zpxxCon .more {
  z-index: 5;
  top: 396px !important;
  right: 400px !important;
}
#main_02 .main_content {
  height: 440px;
}
#main_02 .s_tabs_list {
  margin-top: 14px !important;
}
#main_02 .zp_list {
  margin-left: -13px;
}
#main_02 .zp_list li {
  float: left;
  width: 273px;
  height: 130px;
  padding: 14px 10px;
  margin: 0 0 9px 9px;
  border: 1px solid #fdf2f2;
  background: #FFFFFF;
}
#main_02 .zp_list li .title {
  line-height: 26px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main_02 .zp_list li .title a {
  color: #333333;
}
#main_02 .zp_list li .title a:hover {
  color: #a90a03;
}
#main_02 .zp_list li .date {
  padding-left: 20px;
  margin-top: 5px;
  line-height: 24px;
  font-size: 13px;
  color: #1c4b99;
  background: url(../images/icon_time.png) left center no-repeat;
}
#main_02 .zp_list li .info,
#main_02 .zp_list li .info_signle_line {
  padding-top: 10px;
  margin-top: 10px;
  font-size: 13px;
  color: #666666;
  line-height: 26px;
  border-top: 1px dashed #cacaca;
  overflow: hidden;
}
#main_02 .zp_list li .info p,
#main_02 .zp_list li .info_signle_line p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#main_02 .zp_list li .info {
  height: 52px;
}
#main_02 .zp_list .wlzp_item {
  width: 270px !important;
  padding: 5px !important;
  height: 150px !important;
}
#main_02 .zp_list .wlzp_item img {
  display: block;
  width: 100%;
  height: 100%;
}
#main_03 {
  padding: 28px 0 36px 0;
}
#main_03 .main_03_1,
#main_03 .main_03_2,
#main_03 .main_03_3 {
  width: 395px;
}
#main_03 .main_03_1 .main_content,
#main_03 .main_03_2 .main_content,
#main_03 .main_03_3 .main_content {
  height: 350px;
}
#main_03 .main_03_2 {
  margin: 0 58px 0 57px;
}
#main_03 .top1 {
  height: 60px;
  line-height: 30px;
  padding: 10px 16px;
  border: 1px solid #fdf2f2;
}
#main_03 .top1 .title {
  font-weight: bold;
  font-size: 16px;
}
#main_03 .top1 .title a {
  color: #333333;
}
#main_03 .top1 .title a:hover {
  color: #a90a03;
}
#main_03 .top1 .desc {
  font-size: 14px;
  color: #666666;
}
#main_04 {
  padding: 40px 0;
  height: 150px;
}
#main_04 .qkCon {
  width: 450px;
}
#main_04 .qkCon .yzs {
  position: relative;
  margin-bottom: 14px;
}
#main_04 .qkCon .yzs a {
  position: absolute;
  top: 24px;
  width: 75px;
  height: 30px;
}
#main_04 .frLink {
  height: 150px;
}
#main_04 .frLink .fr_list a {
  float: left;
  display: block;
  width: 204px;
  height: 64px;
  margin: 0 0 10px 10px;
  border: 1px solid #ebebeb;
  overflow: hidden;
}
#main_04 .frLink .fr_list a img {
  display: block;
  width: 100%;
  height: 100%;
}
#footer {
  padding: 30px 0;
  border-top: 5px solid #c2332d;
  background: #2c2b2b;
}
#footer .footerCon {
  position: relative;
  height: 100px;
}
#footer .footerCon .qrcode {
  position: absolute;
  left: 200px;
  top: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  margin: auto;
}
#footer .footerCon .contact_info {
  position: absolute;
  left: 335px;
  top: 10px;
  line-height: 40px;
  font-size: 14px;
}
#footer .footerCon .contact_info * {
  color: #FFFFFF;
}
#footer .footerCon .contact_info span {
  margin-right: 10px;
}
#footer .footerCon .selectCon {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 225px;
  height: 45px;
  border-radius: 5px;
  background: #424141;
}
#footer .footerCon .selectCon.select_01 {
  right: 250px;
}
#footer .footerCon .selectCon.select_02 {
  right: 0;
}
#footer .footerCon .selectCon select {
  width: 220px;
  height: 45px;
  margin: auto;
  padding: 0 10px;
  color: #dddddd;
  border: none;
  outline: none;
  background: #424141;
}
/* 二级 */
#ej_pic {
  height: 350px;
  background: url(../images/topic.png) center center no-repeat;
  background-color: #f2f2f2;
}
#ej_main {
  padding: 0 0 50px 0;
}
#ej_main .width_container {
  position: relative;
}
#ej_main .ej_menu {
  position: relative;
  width: 275px;
  margin-top: -90px;
  padding-bottom: 235px;
}
#ej_main .ej_menu .catname {
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 28px;
  color: #FFFFFF;
  background: #c2332d;
}
#ej_main .ej_menu .ej_nav_con {
  background: #fdf2f2;
}
#ej_main .ej_menu .ej_nav_list {
  padding-top: 20px;
  padding-bottom: 230px;
  overflow: hidden;
}
#ej_main .ej_menu .ej_nav_list .ej_nav {
  width: 245px;
  height: 55px;
  margin-top: 4px;
  margin-left: 30px;
  line-height: 55px;
  text-align: left;
  font-size: 18px;
}
#ej_main .ej_menu .ej_nav_list .ej_nav a {
  display: block;
  height: 55px;
  margin: 0 0 0 34px;
  padding-left: 28px;
  color: #000000;
}
#ej_main .ej_menu .ej_nav_list .ej_nav a:hover {
  color: #a90a03;
}
#ej_main .ej_menu .ej_nav_list .ej_nav:hover,
#ej_main .ej_menu .ej_nav_list .ej_nav.active {
  color: #a90a03;
  background: url(../images/bg_ej_nav_active.png) left top no-repeat;
  background-color: #FFFFFF;
}
#ej_main .ej_menu .ej_nav_list .ej_nav:hover a,
#ej_main .ej_menu .ej_nav_list .ej_nav.active a {
  color: #a90a03;
  font-weight: bold;
}
#ej_main .ej_content {
  width: 965px;
  margin-top: 20px;
}
#ej_main .ej_pos {
  position: absolute;
  left: 275px;
  top: -56px;
  width: 1025px;
  height: 56px;
  line-height: 56px;
  background: url(../images/bg_pos.png) center center repeat;
}
#ej_main .ej_pos .ej_pos_text {
  font-size: 15px;
  padding-left: 68px;
}
#ej_main .ej_pos .ej_pos_text,
#ej_main .ej_pos .ej_pos_text * {
  color: #FFFFFF;
}
#ej_main .ej_pos .ej_pos_text a:hover {
  color: #a90a03;
}
#ej_main .title_list {
  padding: 0 10px;
}
#ej_main .title_list li {
  height: 59px;
  padding: 0 24px 0 44px;
  font-size: 16px;
  line-height: 59px;
  border-bottom: 1px dashed #CCCCCC;
  background: url(../images/bg_t.png) 20px center no-repeat;
}
#ej_main .title_list li:hover {
  background-color: #f2f2f2;
}
#ej_main .title_list li a {
  display: block;
  max-width: 680px;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#ej_main .title_list li a:hover {
  color: #a90a03;
}
#ej_main .title_list li .date {
  font-size: 12px;
  color: #757575;
}
#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: 25px;
  color: #444444;
}
#ej_main .detail_content .info {
  width: 610px;
  height: 38px;
  padding: 0 20px;
  line-height: 38px;
  margin: 20px auto 0 auto;
  font-size: 14px;
  color: #999999;
}
#ej_main .detail_content .info span {
  margin: 0 14px;
}
#ej_main .detail_content .showHtml {
  padding: 22px 10px 0 10px;
  margin-top: 40px;
  margin-bottom: 200px;
}