body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dd,
ol,
ul,
th,
td,
fieldset,
input,
button,
textarea,
form,
canvas,
audio,
video,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0px;
    outline: none;
    font-weight: normal;
}

ol,
ul {
    list-style: none
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic
}

li,
img,
label,
input {
    vertical-align: middle
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #ba7f1f;
}

body {
    font-family: "Microsoft YaHei";
    color: #333;
}

.pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out 0s;
}

.img a {
    display: block;
    height: 100%;
}

.slick-dots {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    display: inline-block;
    padding: 0;
    cursor: pointer;
    background: none;
}

.slick-dots li button {
    border-style: none;
    background: none;
    text-indent: -999em;
}

.slick-prev,
.slick-next {
    position: absolute;
    background-image: none;
    background: none;
    border-style: none;
    outline: medium;
    text-indent: -999em;
    background-repeat: no-repeat;
    cursor: pointer;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    max-width: 100%;
    border: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ctbx {
    width: 92%;
    margin: 0 auto;
}

@media (min-width: 600px) {
    .ctbx {
        width: 90%;
    }
}

@media (min-width: 1160px) {
    .ctbx {
        width: 940px;
    }
}

@media (min-width: 1400px) {
    .ctbx {
        width: 1200px;
    }
}

@media (min-width: 1600px) {
    .ctbx {
        width: 1300px;
    }
}


/* 首页 */

.topbg {
    background: url(/images/top_bg.png
) no-repeat center;
    overflow: hidden;
}

.top_logo {
    float: left;
    width: 760px;
    height: 140px;
    position: relative;
}

.top_logo img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.top_rg {
    float: right;
    width: 410px;
}

.top_one {
    float: right;
    margin: 18px 0px 16px;
}

.top_sl {
    font-size: 16px;
    line-height: 38px;
    float: left;
}

.top_sl .date {
    display: inline-block;
}

.top_sl .date .week {
    margin-left: 10px;
}

.top_sl .date .number {
    margin-left: 10px;
}

.top_sl .date .number b {
    font-size: 18px;
    color: #cb7300;
    margin:0px 3px;
}

.top_sl .date .number2 {
    margin-left: 10px;
}

.top_sl .date .number2 b {
    font-size: 18px;
    color: #cb7300;
    margin:0px 3px;
}

.top_xl {
    float: right;
    font-size: 16px;
    line-height: 38px;
}
.top_xl a{
   position: relative;
   padding-left: 11px;
    margin-left: 11px;
}
.top_xl a::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0px;
    width: 1px;
    height: 16px;
    background: #333;
}

.top_xl a:hover {
    font-weight: bold;
}

.top_ser {
    float: right;
    width: 220px;
    height: 35px;
    border: #cc811c 1px solid;
    border-radius: 17px;
    box-sizing: border-box;
    background-color: rgba(245, 229, 201, 0.729);
}

.ser_inp,
.ser_btn {
    background: none;
    border-style: none;
    margin: 0px;
    padding: 0px;
}

.ser_inp {
    width: 158px;
    float: left;
    padding-left: 20px;
    font-size: 14px;
    color: #cc811c;
   height: 35px;
    line-height: 35px;
}

.ser_btn {
    width: 40px;
    float: right;
    height: 35px;
}


/* 导航 */

.nav_box {
    background: #d09d49;
}

.navbar {}

.navbar .menu-bott {
    display: none;
}

.navbar .nav-button {
    display: none;
}

.navbar .navbar-nav {
    padding: 0;
    list-style: none;
}

.navbar .navbar-nav>li {
    position: relative;
    text-align: center;
    float: left;
    width: 12.5%;
}

.navbar .navbar-nav>li>a {
    font-size: 18px;
    padding: 15px 0px;
    line-height: 35px;
    display: block;
    color: #fff;
    font-weight: bold;
}

.navbar .navbar-nav>li>em {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: 9;
    width: 12px;
    height: 100%;
    background: url(/images/nav_sjx.png) center no-repeat;
}

.navbar .navbar-nav>li:hover {
    background: #bd8a37;
}

.navbar .navbar-nav>li:hover>ul {
    opacity: 1;
    visibility: visible;
}


/* .navbar .hasChild:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #234382;
    transform: scaleY(0);
    transition: all 0.2s ease-out 0s;
}

.navbar .hasChild:hover:before {
    transform: scaleY(1);
} */

.navbar .nav-child {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 100%;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    background-color: #d09d49;
    width: 100%;
    box-shadow: 0px 0px 59px 0px rgb(19 40 83 / 10%);
}


/*.navbar .nav-child li {
    padding: 12px;
  }*/

.navbar .nav-child li {
    border-bottom: #dab371 1px solid;
}

.navbar .nav-child li a {
    font-size: 16px;
    line-height: 24px;
    padding: 13px 5px;
    display: block;
    color: #fff;
}

.navbar .nav-child li:hover {
    background: #f7913d;
}

@-webkit-keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

@keyframes opacity {
    0%,
    100% {
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.02);
    }
}

.cont_box1 {
    margin: 15px 0px 14px;
    overflow: hidden;
  background: #fff;
 box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.1);
}

.shpg_bg {
        padding: 5px;
   
    overflow: hidden;
}

.shpg_box {
    padding: 10px;
    background: url(/images/shpg_xian.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.shpg_tit {
    width: 173px;
    float: left;
    height: 80px;
    text-align: center;
    background: url(/images/shpg_bg.png) no-repeat;
    background-size: 100% 100%;
}

.shpg_tit h1 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    display: block;
    margin: 14px 0px 2px;
}

.shpg_tit span {
    font-size: 14px;
}

.shpg_tit span a {
    color: #fff;
}

.shpg_tit span a:hover {
    font-weight: bold;
}

.shpg_rg {
    width: calc(100% - 200px);
    float: right;
}

.shpg_pad {
    padding-right: 44px;
    position: relative;
}

.shpg_nr {
    margin: 0px -9px;
}

.shpg_lb li {
    width: 33.3%;
    float: left;
}

.shpg_lb li .shpg_lmar {
    margin: 0px 9px;
    background: #f5f5f5;
    overflow: hidden;
    height: 80px;
    padding: 0px 25px;
    position: relative;
}

.shpg_lb li .shpg_lmar h2 {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.shpg_lb li .shpg_lmar span {
    position: absolute;
    right: 0px;
    bottom: 12px;
    width: 90px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #bb7b3b;
    background: #fff;
}

.shpg_nr .slick-prev,
.shpg_nr .slick-next {
    width: 16px;
    height: 11px;
    top: 50%;
    right: -21px;
    z-index: 5;
}

.shpg_nr .slick-prev {
    background-image: url(/images/shpg_up.png);
    margin-top: -16px;
}

.shpg_nr .slick-next {
    background-image: url(/images/shpg_down.png);
    top: auto;
    bottom: 50%;
    margin-bottom: -10px;
}

.shpg_nr .slick-prev:hover {
    background-image: url(/images/shpg_up2.png);
}

.shpg_nr .slick-next:hover {
    background-image: url(/images/shpg_down2.png);
}

.sydh {
    padding-left: 48px;
    background: url(/images/dh_ico.png) no-repeat left center;
    overflow: hidden;
    line-height: 40px;
}

.sydh.dhtzgg {
    background: url(/images/dh_ico2.png) no-repeat left center;
}

.sydh.dhxyzq {
    background: url(/images/dh_ico3.png) no-repeat left center;
}

.sydh h1 {
    float: left;
    font-size: 22px;
    font-weight: bold;
}

.sydh h3 {
    float: right;
    font-size: 16px;
}

.sydh h3 a {
    color: #999;
}

.sydh h3 a:hover {
    color: #bb7b3b;
}


/* 教务要闻 */

.jwyw_box {
    margin: 14px 0px 20px;
    background: #fff;
    box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.jwyw_lf {
    width: 700px;
    float: left;
    position: relative;
     background: #fee7ca;
}

.jwyw_lfnr {
       padding-bottom: 28px;
    overflow: hidden;
}

.jwyw_lflb {
    position: relative;
    z-index: 1;
}

.jwyw_lflb .jwyw_lftp {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    z-index: 4;
}

.jwyw_lftp .img:hover {
    transform: scale(1.05);
}

.jwyw_lflb .jwyw_lfbt {
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: url(/images/jwyw_btbg.png) repeat-x;
    height: 64px;
}

.jwyw_lflb .jwyw_lfbt h2 {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    float: left;
    margin: 15px 5% 0px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

.jwyw_lflb .jwyw_lfbt h2 a {
    color: #fff;
}

.jwyw_lfnr .slick-dots {
    bottom: 20PX;
    height:0px;
    left: 0px;
    z-index: 9;
}

.jwyw_lfnr .slick-dots li {
    width: 46px;
    height: 3px;
    margin: 0px 8px;
    background: #f1c49b;
}

.jwyw_lfnr .slick-dots li button {
    text-indent: -999em;
    height:3px;
}

.jwyw_lfnr .slick-dots li.slick-active {
    background: #de8f46;
}

.jwyw_rg {
    width: calc(100% - 700px);
    float: right;
}

.jwyw_rgwk {
    margin: 5px 5px 5px 0px;
    background: url(/images/jwyw_xian.png) no-repeat;
    background-size: 100% 100%;
    padding: 0px 20px 0px 35px;
    overflow: hidden;
    height: 410px;
}

.jwyw_rgtj {
    width: 100%;
    float: left;
    padding: 25px 0px 20px;
    border-bottom: #d9d9d9 1px solid;
}

.jwyw_rgtj h2 {
    width: 100%;
    float: left;
}

.jwyw_rgtj h2 span {
    float: left;
    margin-top:4px;
    line-height: 16px;
    width: 34px;
    height: 20px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background: url(/images/new_ic.png) no-repeat;
    background-size:100% 100%;
}

.jwyw_rgtj h2 a {
    width: calc(100% - 40px);
    float: right;
    font-size: 18px;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}
.jwyw_rgtj h2 a b{
   font-size: 18px;
   color: #f00;
   font-weight: normal;
}

.jwyw_rgtj p {
    width: 100%;
    float: left;
    margin-top: 8px;
    font-size: 12px;
    color: #777;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.jwyw_rglb {
    width: 100%;
    float: left;
    margin-top: 12px;
}

.jwyw_rglb li {
    width: 100%;
    float: left;
}

.jwyw_rglb li h2 {
    float: left;
    width: calc(100% - 95px);
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jwyw_rglb li h2 i{
    width: 22px;
    height: 9px;
    float:left;
    margin-right: 8px;
}
.jwyw_rglb li h2 b{
font-size: 16px;
    color: #f00;
    font-weight: normal;
    float:left;
}

.jwyw_rglb li span {
    float: right;
    font-size: 14px;
    color: #888;
    line-height: 42px;
}

.cont_bg1 {
    background: url(/images/cont_bg1.jpg) no-repeat;
    overflow: hidden;
    background-position: center 320px;
}

.cont_bg2 {
    background: url(/images/cont_bg2.jpg) no-repeat center bottom;
    overflow: hidden;
}


/* 通知公告 */

.cont4_box {
    overflow: hidden;
    margin: 0px -15px;
}

.cont4_nr {
    width: 33.3%;
    margin-bottom: 20px;
    float: left;
}

.cont4_mar {
    margin: 0px 15px;
}

.cont4_bg {
    padding: 5px;
    background: #fff;
    box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-top: 13px;
}

.cont4_xian {
    padding: 0px 20px;
    background: url(/images/tzgg_xian.png) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.tzgg {
    padding: 1px 0px 4px;
}

.tzgg li {
    width: 100%;
    float: left;
    border-bottom: #e0e0e0 1px solid;
    padding: 19px 0px;
    transition: all 0.4s ease-out 0s;
}

.tzgg li span {
    width: 65px;
    height: 48px;
    padding-top: 12px;
    float: left;
    background: #faf3e9;
    font-size: 12px;
    color: #ad7a47;
    line-height: 18px;
    text-align: center;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
}

.tzgg li span b {
    font-size: 22px;
    font-weight: normal;
}

.tzgg li span::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 5px;
    width: 4px;
    height: 18px;
    background: #deaa22;
}

.tzgg li h2 {
    margin-top: 2px;
    width: calc(100% - 80px);
    float: right;
}

.tzgg li h2 i{
    margin-right: 5px;
    float: left;
    width: 22px;
    height: 9px;
    margin-top:-3px;
}

.tzgg li h2 b{
    font-size: 16px;
    color: #f00;
    font-weight: normal;
    float: left;
    display: inline-block;
}
.tzgg li h2 p{
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


.tzgg li h3 {
    margin-top: 2px;
    width: calc(100% - 80px);
    float: right;
}

.tzgg li h3 i{
    margin-right: 5px;
    float: left;
    width: 22px;
    height: 9px;
    margin-top:-3px;
}

.tzgg li h3 p{
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.tzgg li:hover {
    transform: translateX(5px);
}

.tzgg li:hover span {
    background: #b3822f;
    color: #fff;
}

.tzgg li:hover span::before {
    background: #fcefd4;
}


/* 学院专区 */

.xyzq {
    padding-top: 19px;
    overflow: hidden;
}

.xyzq li {
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 16px;
}

.xyzq li h2 {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.xyzq li h2 i{
  
    width: 22px;
    height: 9px;
    float:left;
    margin-right: 8px;
}
.xyzq li h2 b{
font-size: 16px;
    color: #f00;
    font-weight: normal;
    float:left;
}

.xyzq li span {
    width: 100%;
    float: left;
    text-align: right;
    line-height: 24px;
    font-size: 12px;
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
}

.xyzq li span::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 11px;
    background: #e0e0e0;
    height: 1px;
    width: calc(100% - 90px);
}


/* 信息化平台 */

.xxh_tit {
    text-align: center;
}

.xxh_tit h1 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    line-height: 40px;
}

.xxh_tit h1::before,
.xxh_tit h1::after {
    content: "";
    position: absolute;
    top: 14px;
    width: 31%;
    height: 15px;
}

.xxh_tit h1::before {
    left: 0px;
    background: url(/images/xxh_lfbg.png) no-repeat right;
}

.xxh_tit h1::after {
    right: 0px;
    background: url(/images/xxh_rgbg.png) no-repeat left;
}

.jwgl_tit h1::before,
.jwgl_tit h1::after {
    width: 20%;
}

.xxh_nr {
    padding: 17px 0px 19px;

}

.xxh_nr ul {
    margin: 0px -5px;
}

.xxh_nr li {
    width: 50%;
    float: left;
}




.xxh_nr li .xxh_lb {
     margin: 0px 5px 10px;
     background: url(/images/xxh_bgh.png) no-repeat;
     background-size: 100% 100%;
     height: 64px;
     position: relative;
}

/*.xxh_nr li .xxh_lb:hover{
     background: url(/images/xxh_bg1.png) no-repeat;
     background-size: 100% 100%;
}*/

.xxh_nr li .xxh_lb .xxh_lmar {
    display: block;
    overflow: hidden;
    line-height: 22px;
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    color: #dd7d00;

}
.xxh_nr li .xxh_lb .xxh_lmar a{
  color: #dd7d00;
}

.xxh_nr li .xxh_lb .xxh_lmar a span{

  position: absolute;
  display: block;
  width: 100%;
  left: 0px;
  top: 50%;
  line-height: 22px;
  font-size: 16px;
  transform: translate(0px, -50%);

}
.xxh_nr li .xxh_lb:hover .xxh_lmar a{
  color: #fff;
}



.xxh_nr li:nth-of-type(1) .xxh_lb{
      position: relative;
}

.xxh_nr li:nth-of-type(1) .xxh_lb .xxh_lbwz{
   opacity: 0;
    position: absolute;
    top:-60px;
    left: 0px;
    width: 100%;
    background: #fff;
    padding:9px 10px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}
.xxh_nr li:nth-of-type(1) .xxh_lb .xxh_lbwz p{
    font-size: 12px;
    line-height: 20px;
}
.xxh_nr li:nth-of-type(1) .xxh_lb .xxh_lbwz b{
      color: #ad7a47;
}

.xxh_nr li:nth-of-type(1) .xxh_lb:hover .xxh_lbwz{
   opacity: 1;
   
}


.xxh_nr li:nth-of-type(1) .xxh_lb:hover,
.xxh_nr li:nth-of-type(5) .xxh_lb:hover {
    background: url(/images/xxh_bg1.png) no-repeat;
    background-size: 100% 100%;
}

.xxh_nr li:nth-of-type(2) .xxh_lb:hover,
.xxh_nr li:nth-of-type(6) .xxh_lb:hover {
    background: url(/images/xxh_bg2.png) no-repeat;
    background-size: 100% 100%;
}

.xxh_nr li:nth-of-type(3) .xxh_lb:hover,
.xxh_nr li:nth-of-type(7) .xxh_lb:hover {
    background: url(/images/xxh_bg3.png) no-repeat;
    background-size: 100% 100%;
}

.xxh_nr li:nth-of-type(4) .xxh_lb:hover,
.xxh_nr li:nth-of-type(8) .xxh_lb:hover {
    background: url(/images/xxh_bg4.png) no-repeat;
    background-size: 100% 100%;
}





/* 教务管理系统 */

.jwgl_nr {
    padding-top: 15px;
    overflow: hidden;
}

.jwgl_nr ul {
    margin: 0px -4px;
}

.jwgl_nr li {
    width: 50%;
    float: left;
}

.jwgl_nr li .jwgl_lb {
    margin: 8px 4px 0px;
    overflow: hidden;
    background: url(/images/jwgl_bg.png) no-repeat;
    background-size: 100% 100%;
}

.jwgl_nr li .jwgl_lb a {
    display: block;
    overflow: hidden;
    padding: 12px 10px 12px 38px;
}

.jwgl_nr li span {
    float: left;
    width: 31px;
    height: 31px;
    line-height: 31px;
}

.jwgl_nr li h2 {
    width: calc(100% - 46px);
    float: right;
    font-size: 16px;
    color: #dd7d00;
    line-height: 31px;
}


/* 专区 */

.cont_box3 {
    overflow: hidden;
}

.cont3 {
    overflow: hidden;
    transition-duration: 1.2s;
}

.cont3 ul {
    width: 100%;
    float: left;
    margin:15px 0px 30px;
}

.cont3 li {
    width: 180px;
    height: 350px;
    transition: 0.5s;
    overflow: hidden;
    float: left;
}

.cont3 li .xt {
    width: 180px;
    height: 100%;
    position: relative;
    float: left;
    text-align: center;
    cursor: pointer;
}

.cont3 li .xt span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 60px auto 32px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.cont3 li .xt span img {
    max-height: 100%;
}

.cont3 li .xt p {
    display: block;
    font-size: 22px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.cont3 li .xt em {
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: 35px;
    width: 18px;
    height: 18px;
    background: url(/images/zq_add.png) no-repeat center;
}

.cont3 li.on .xt em {
    background: url(/images/zq_del.png) no-repeat center;
}

.cont3 li:nth-of-type(1) .xt {
    background: url(/images/li1.png) no-repeat center/cover;
}

.cont3 li:nth-of-type(2) .xt {
    background: url(/images/li2.png) no-repeat center/cover;
}

.cont3 li:nth-of-type(3) .xt {
    background: url(/images/li3.png) no-repeat center/cover;
}

.cont3 li:nth-of-type(4) .xt {
    background: url(/images/li4.png) no-repeat center/cover;
}

.xtzk {
    float: right;
    width: calc(100% - 0px);
    height: 100%;
    position: relative;
    z-index: 1;
    display: none;
}

.cont3 li.on {
    /*width: 860px;*/
    width: calc(100% - 540px);
    background: #fff;
    box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.1);
}

.cont3 li.on .xt {
    width: 250px;
}

.cont3 li.on .xt::before,
.cont3 li.on .xt::after {
    content: "";
    position: absolute;
}

.cont3 li.on .xt::before {
    top: 5px;
    left: 5px;
    width: calc(100% - 5px);
    height: calc(100% - 10px);
    background: url(/images/zq_xian.png) no-repeat;
    background-size: 100% 100%;
}

.cont3 li.on .xt::after {
    right: -12px;
    top: 50%;
    margin-top: -6px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #b3822f;
    z-index: 6;
}

.cont3 li.on .xtzk {
    width: calc(100% - 260px);
    margin-right: 10px;
    display: block;
    background: url(/images/zq_bg.png) no-repeat center/cover #fff;
       box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.1);
}

.cont3 li:nth-of-type(4).on .xtzk {
    width: calc(100% - 250px);
    margin-right: 0px;
}

.cont3 li.on .xtzk::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: calc(100% - 5px);
    height: calc(100% - 10px);
    background: url(/images/zq_xian2.png) no-repeat;
    background-size: 100% 100%;
}

.cont3 li:nth-of-type(1).on .xt {
    background: url(/images/li1_on.png) no-repeat center/cover;
}

.cont3 li:nth-of-type(2).on .xt {
    background: url(/images/li2_on.png) no-repeat center/cover;
}

.cont3 li:nth-of-type(3).on .xt {
    background: url(/images/li3_on.png) no-repeat center/cover;
}

.cont3 li:nth-of-type(4).on .xt {
    background: url(/images/li4_on.png) no-repeat center/cover;
}

.xtcont {
    margin: 34px 0px 0px 20px;
    padding-right: 15px;
    overflow: auto;
    height: 280px;
}

.xtcont::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.xtcont::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.xtcont::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #e9d2ab;
}

.xtcont dd {
    width: 50%;
    float: left;
}

.xtcont dd a {
    display: block;
    margin: 0px 40px;
    position: relative;
    z-index: 5;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    padding-right: 15px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(/images/zq_sjx.png) no-repeat right center;
}


/* 快速通道 */

.kstd_box {
    padding-bottom: 50px;
    overflow: hidden;
}

.kstd_box ul {
    margin: 0px -9px;
}

.kstd_box li {
    width: 20%;
    float: left;
}

.kstd_box li .kstd_lb {
    margin: 0px 9px;
    overflow: hidden;
    background: url(/images/kstd_bg.png) no-repeat;
    background-size: 100% 100%;
}

.kstd_box li .kstd_lb a {
    display: block;
    overflow: hidden;
    padding: 18px 18px 17px 18px;
}

.kstd_box li .kstd_lb span {
    float: left;
    width: 52px;
    height: 52px;
    line-height: 52px;
}

.kstd_box li .kstd_lb h2 {
    width: calc(100% - 65px);
    float: right;
    font-size: 18px;
    line-height: 52px;
}

.kstd_box li:nth-of-type(4) .kstd_lb h2,
.kstd_box li:nth-of-type(5) .kstd_lb h2 {
    line-height: 22px;
    margin-top: 4px;
}

.kstd_box li:hover .kstd_lb span img {
    transform: rotate(360deg);
}

.kstd_box li:hover .kstd_lb h2 {
    font-weight: bold;
}


/* 底部 */

.dibu {
    padding: 50px 0px 38px;
    overflow: hidden;
    border-top: #e9d2ab 12px solid;
    background: url(/images/dibu_bg.png) no-repeat;
    background-size: cover;
}

.dibu_logo {
    float: left;
    margin-right: 35px;
}

.dibu_bq {
    width: 490px;
    float: left;
}

.dibu_bq p {
    font-size: 15px;
    line-height: 34px;
    color: #5d5d5c;
}

.link {
    width: 425px;
    float: right;
    position: relative;
}

.link::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 0px;
    width: 1px;
    height: 100%;
    background: rgba(159, 159, 159, 0.15);
}

.dibu_tit {
    float: left;
    position: relative;
    font-size: 18px;
    padding-left: 40px;
    line-height: 25px;
    margin-top: 32px;
}

.dibu_tit::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 5px;
    height: 100%;
    background: #bb7b3b;
}

.link ul {
    width: calc(100% - 170px);
    float: right;
    height: 96px;
    overflow: auto;
}

.link ul li {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 32px;
}

.link ul li a {
    color: #5d5d5c;
}

.link ul li a:hover {
    color: #dd7d00;
}

.link ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.link ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.link ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #e9d2ab;
}

.ycfd {
    position: absolute;
    top: 240px;
    right: 10px;
    z-index: 5;
    padding: 8px;
    width: 100px;
    background: #fff;
    box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.ycfd img {
    width: 100px;
    height: 100px;
}

.ycfd p {
    font-size: 13px;
    color: #555;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
}


/* 列表页样式开始 */

.sjmenu {
    display: none;
}

.ltbg_dqwz {
    float: left;
    font-size: 14px;
    color: #888;
    line-height: 24px;
    background: url(/images/ic_home2.png) no-repeat left 5px;
    padding-left: 20px;
    margin: 18px 0px;
}

.ltbg_dqwz a {
    color: #888;
}

.ltbg_dqwz a:hover {
    color: #ba7f1f;
}

.list_wk {
    padding-bottom: 50px;
    overflow: hidden;
}

.list_lf {
    width: 264px;
    float: left;
    box-shadow: 0px 2px 46px 0px rgba(0, 0, 0, 0.1);
    background: url(/images/ltpic.png) no-repeat bottom #fff;
    padding-bottom: 174px;
}

.list_rg {
    width: calc(100% - 300px);
    float: right;
}

.ltyj {
    padding: 20px;
    line-height: 35px;
    font-size: 28px;
    color: #fff;
    box-sizing: border-box;
    background: url(/images/ltyj_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-weight: bold;
}

.sideMenu {
    padding: 16px 11px 0px;
    overflow: hidden;
}

.sideMenu li {
    margin-top: 10px;
}

.sideMenu li>a {
    display: block;
    padding: 6px;
    position: relative;
    background: #fff;
}

.sideMenu li>a::after {
    content: "";
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(/images/ltej_jt.png) no-repeat;
}

.sideMenu li>a p {
    padding: 10px 40px 10px 30px;
    line-height: 29px;
    display: block;
    overflow: hidden;
    color: #333;
    font-size: 18px;
    background: url(/images/ltej_bg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.sideMenu dl {
    background: #fbf2e9;
    padding: 10px 15px 10px 65px;
    display: none;
    position: relative;
    overflow: inherit;
    overflow: hidden;
}

.sideMenu dl dd {
    width: 100%;
    background: url(/images/ltsan.png) no-repeat 20px center;
}

.sideMenu dl dd a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 4px 0px 4px 30px;
}

.sideMenu dl dd:hover,
.sideMenu dl dd.current {
    background: url(/images/ltsan2.png) no-repeat 20px center;
}

.sideMenu dl dd:hover a,
.sideMenu dl dd.current a {
    color: #b67722;
}

.sideMenu li.current>a {
    background: #d09d49;
}

.sideMenu li.current>a p {
    background: url(/images/ltej_bg2.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-weight: bold;
}

.sideMenu li.current>a::after {
    background: url(/images/ltej_jt2.png) no-repeat;
}

.sideMenu li.current dl {
    display: block !important;
    background: #fbf2e9;
    padding:10px 0px;
}

.ltrg_tit {
    text-align: center;
    position: relative;
    background: url(/images/ltrg_bg.png) no-repeat center;
    line-height: 36px;
}

.ltrg_tit h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 0px 10px;
    background: #fff;
    display: inline-block;
}

.list_lb {
    min-height: 500px;
    overflow: hidden;
    width: 100%;
    float: left;
}

.list_lb ul {
    padding: 25px 0px 30px;
    overflow: hidden;
}

.list_lb li {
    width: 100%;
    float: left;
    position: relative;
    border-bottom: #ddd 1px solid;
}

.list_lb li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    background: #d09d49;
}

.list_lb li a {
    padding: 19px 0px 20px 35px;
    display: block;
    overflow: hidden;
}

.list_lb li h2 {
    float: left;
    width: calc(100% - 110px);
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.4s ease-out 0s;
}

.list_lb li span {
    float: right;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #bf882e;
    font-family: Arial, Helvetica, sans-serif;
    background: #fbf2e9;
    border-radius: 15px;
    text-align: center;
}

.list_lb li:hover h2 {
    transform: translateX(3px);
    font-weight: bold;
    font-size: 18px;
}


/*内容页*/

.contt_box {
    padding: 35px 0px 0px;
    overflow: hidden;
}

.contt_tit {
    width: 100%;
    float: left;
    padding-bottom: 20px;
    border-bottom: #ddd 1px solid;
    text-align: center;
}

.contt_tit h1 {
    font-size: 22px;
    color: #b48221;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
   text-align: center;
}

.contt_tit h2 {
    font-size: 18px;
    margin-bottom: 12px;
}

.contt_tit h3 {
    font-size: 14px;
    color: #777;
    line-height: 24px;
}

.contt_zhwen {
    padding: 30px 0px 35px;
    float: left;
    width: 100%;
}

.contt_zhwen p {
    text-indent: 2em;
    font-size: 16px;
    color: #444;
    line-height: 35px;
}

.contt_zhwen p img {
    max-width: 80%;
    text-indent: 0em;
    height: auto !important;
    margin-left: -2em;
}

.contt_zhwen table{
  /*display: flex;*/
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    max-width: 100%;
}

.contt_zhwen table td {
    text-indent: 0em;
}

.contt_zhwen table td p{
    text-indent: 0em;
}

.contt_zhwen iframe {
    max-width: 80%;
}

.contt_sxp {
    border-top: #ddd 1px solid;
    padding-top: 35px;
    width: 100%;
    float: left;
}

.contt_sxp ul {
    width: 100%;
    float: left;
}

.contt_sxp li {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #444;
    line-height: 28px;
    margin: 6px 0px;
}

.contt_sxp li a {
    color: #444;
}

.contt_sxp li:hover,
.contt_sxp li:hover a {
    color: #b48221;
}



.liuyan,
.czxx{
  padding-top:30px;
  overflow: hidden;
}

.czxx td {
    font-size: 14px;
    color: #333;
    padding: 10px 5px;
}

.czxx .czxx_red {
    font-size: 12px;
    color: #f00;
}

.czxx_inp,
.czxx_inp2,
.czxx_tex {
    border: #ddd 1px solid;
    font-size: 14px;
    color: #333;
    padding: 0px 5px;
       box-sizing: border-box;
}

.czxx_inp {
    width: 200px;
    height: 32px;
}

.czxx_tex {
    width: 100%;
    height: 160px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.czxx_inp2 {
    width: 80px;
    height: 32px;
}



#cvd-open-104_1118{
  right:42px!important;
  bottom: auto!important;
    top: 450px!important;
}



.ssjg {
    min-height: 450px;
}

.list_rsou {
    width: 100%;
}

.list_rsou ul {
    width: 100%;
    float: left;
}

.list_rsou ul li {
    width: 100%;
    float: left;
    border-bottom: #ccc 1px dashed;
    position: relative;
}

.list_rsou ul li::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 25px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d19a44;
}

.list_rsou ul li a {
    margin-left: 14px;
    font-size: 16px;
    color: #333;
    float: left;
    line-height: 55px;
    height: 55px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: -moz-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    transition: all 0.4s;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.list_rsou ul li i {
    float: right;
    font-size: 14px;
    color: #666;
    line-height: 55px;
    font-style: normal;
}

.list_rsou ul li:hover a {
    color: #d19a44;
    text-indent: 16px;
    transition: all 0.4s;
}

.sspage {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #333;
}

.sspage a {
    color: #01548a;
}

.qzssjg_no {
    width: 600px;
    margin: 50px auto 0px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

@media only screen and (max-width: 700px) {
    .qzssjg_no {
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-family: "FZLTZHK", "Microsoft YaHei";
        font-family: "Microsoft YaHei";
    }
}