body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
ul,
ol,
li,
button,
label,
input,
textarea,
pre {
    padding: 0;
    margin: 0;
}

body {
    color: #333;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}

a {
    color: #333;
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

img,
input,
button {
    border: none;
}

input,
button {
    outline: none;
}

input,
button,
textarea,
select {
    font-family: 'Microsoft Yahei';
    color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearf:after {
    display: block;
    height: 0;
    content: '';
    visibility: hidden;
    clear: both;
}

.clearf {
    zoom: 1;
}

.center {
    width: 1200px;
    margin: auto;
}

.loc .center a+a::before {
    content: '>';
    height: 20px;
    line-height: 20px;
    font-weight: 400;
}


/* Ã¥Â¤Â´Ã©Æ’Â¨ */

.top {
    position: relative;
}

.top-height {
    height: 720px;
}

.head {
    height: 135px;
    border-top: 5px solid #ae0a29;
    position: relative;
    z-index: 99999;
}

.head-top>div {
    margin-right: 91px;
}

.head-top>div>a {
    width: 145px;
    margin-right: -10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    text-indent: 51px;
    color: #af0525;
    background-color: #eff0f1;
    background-image: url(../images/icon_login.png);
    background-repeat: no-repeat;
    background-position: 27px center;
    border-bottom-left-radius: 17px;
    border-left: 1px solid #e1e5ea;
    border-bottom: 1px solid #e1e5ea;
}

.head-top p {
    padding-left: 15px;
    padding-right: 30px;
    margin-right: -15px;
    background-color: #eff0f1;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    color: #af0525;
    border-bottom-left-radius: 17px;
}

.head-top span {
    background-image: url(../images/icon_login.png);
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 25px;
}

.head-top p a {
    color: #af0525;
    margin-left: 10px;
}

.head-top p a:first-child {
    width: 100px;
    font-size: 14px;
    font-weight: bold;
    line-height: 31px;
    text-indent: 30px;
    color: #af0525;
    background-color: #eff0f1;
    background-image: url(../images/icon_login.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-left: 0;
    letter-spacing: 1px;
}

.head-top form {
    width: 187px;
    height: 31px;
    overflow: hidden;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    border-right: 1px solid #a60b2c;
    border-bottom: 1px solid #a60b2c;
}

.head-top form input {
    float: left;
    height: 31px;
    background-color: #af0525;
}

.head-top form input[type="submit"] {
    width: 52px;
    background-image: url(../images/icon_search.png);
    background-repeat: no-repeat;
    background-position: 22px center;
    cursor: pointer;
}

.head-top form input[type="text"] {
    width: 135px;
    font-size: 14px;
    line-height: 31px;
    letter-spacing: 1px;
    color: #eee;
}

::-webkit-input-placeholder {
    color: #eee;
}

::-moz-placeholder {
    color: #eee;
}

:-ms-input-placeholder {
    color: #eee;
}

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px #ae0a29 inset !important;
    -webkit-text-fill-color: #eee;
}


/* logo&nav */

.head-btm {
    margin-top: 46px;
}

.head-btm img {
    margin-right: 10px;
    width: 350px;
}

.head-btm .nav {
    width: 679px;
    background-color: #ae0a29;
    border-top: 1px solid #951b3f;
    border-bottom-right-radius: 27px;
    border-top-left-radius: 27px;
    background-repeat: no-repeat;
    background-position-y: bottom;
    transition: all .5s ease;
    display: flex;
    justify-content: space-between;
}

.head-btm .nav:hover {
    background-image: url(../images/icon_navbor.jpg);
}

.head-btm .nav>li {
    /* float: left; */
    flex: 1;
    /* width: 14%; */
    line-height: 56px;
    text-align: center;
    position: relative;
    background-position: 0 bottom;
    background-repeat: no-repeat;
    transition: background-color 0.35s ease .3s;
}

.head-btm .nav>li.active {
    background-image: url(../images/icon_navbor.jpg);
    background-position-x: center;
    background-position-y: bottom;
    transition: all .5s ease;
}

.head-btm .nav>li>a {
    display: inline-block;
    color: #fff;
    letter-spacing: 1px;
}

.head-btm .nav ol {
    position: absolute;
    top: 56px;
    /* left: 28px; */
    background: url(../images/icon_navopa.png);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
    display: none;
}

.head-btm .nav ol li {
    text-indent: 14px;
}

.head-btm .nav ol li+li {
    border-top: 1px solid #b17a8a;
}

.head-btm .nav ol li:hover a {
    color: #b7b7b7;
}

.head-btm .nav ol a {
    display: block;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    line-height: 40px;
    padding-right: 20px;
    transition: all .3s linear;
}

.head-btm>a {
    width: 150px;
    margin-left: 10px;
    background-color: #ae0a29;
    border-top: 1px solid #951b3f;
    border-bottom-left-radius: 27px;
    border-top-right-radius: 27px;
    color: #fff;
    line-height: 56px;
    text-align: center;
    position: relative;
}

.head-btm>a:before {
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    transition: .7s linear;
    background-color: #fff;
    bottom: 0;
    left: 50%;
}

.head-btm>a:hover:before {
    width: 88px;
    left: 31px;
}

.head-btm>a.be-in:before {
    width: 88px;
    left: 31px;
}


/* Ã¨Â½Â®Ã¦â€™Â­Ã¥â€ºÂ¾ */

.banner {
    position: absolute;
    top: 0;
    width: 100%;
    min-width: 1200px;
    height: 720px;
    margin: 0 auto;
    overflow: hidden;
}

.banner_pic li {
    position: absolute;
    width: 100%;
    min-width: 1200px;
    top: 0;
    left: 0;
    display: none;
}

.banner_pic li img {
    display: block;
    /* width: 100%; */
    min-width: 1200px;
    height: 720px;
}

.banner_spot {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 100%;
    min-width: 1200px;
    height: 14px;
    text-align: center;
}

.banner_spot li {
    width: 14px;
    height: 14px;
    margin: 0 5px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(../images/icon_dot.png) no-repeat;
    cursor: pointer;
}

.banner_spot .banner_spot_one {
    background: url(../images/icon_dot2.png) no-repeat;
}

.arrow {
    display: block;
    width: 72px;
    height: 72px;
    position: absolute;
    top: 386px;
}

#prev {
    /* left: 258px; */
    left: 44%;
    margin-left: -600px;
    background: url(../images/prev.png) no-repeat;
}

#next {
    /* right: 190px; */
    left: 50%;
    margin-left: 600px;
    background: url(../images/next.png) no-repeat;
}


/* Ã¥Â·Â¥Ã¤Â½Å“Ã¥Å Â¨Ã¦â‚¬Â */

.gzdt {
    height: 672px;
    border-bottom: 2px solid #eee;
}

.gzdt .tit {
    height: 99px;
    padding-top: 17px;
    margin-bottom: 39px;
    border-bottom: 1px solid #dcdcdc;
}

.gzdt .tit .center {
    /*background: url(../images/icon_titbor.jpg) no-repeat center bottom;*/
}

.gzdt .tit h3 {
    line-height: 78px;
    font-size: 24px;
    text-align: center;
    letter-spacing: 2px;
    /* text-shadow: #adadad 1px 1px 1px; */
    /* -webkit-text-stroke: 1px #adadad; */
    background: url(../images/icon_gzdt.png) no-repeat 513px center;
}

.gzdt .cont ul {
    margin-bottom: 30px;
}

.gzdt .cont li {
    float: left;
    width: 379px;
    height: 423px;
    background: url(../images/icon_gzdtbor.jpg) no-repeat 0 bottom;
}

.gzdt .cont li a {
    display: block
}

.gzdt .cont li+li {
    margin-left: 31px;
}

.gzdt .cont .img {
    width: 379px;
    height: 249px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.gzdt .cont .img img {
    width: 100%;
    height: 100%;
}

.gzdt .cont .img .time {
    position: absolute;
    left: 26px;
    top: 27px;
    width: 58px;
    height: 68px;
    text-align: center;
    color: #fefefe;
    border-radius: 2px;
    background-image: url(../images/icon_timeopa.png);
}

.gzdt .cont .img .time span {
    display: block;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
    padding-left: 5px;
}

.gzdt .cont .img .time b {
    display: block;
    font-size: 24px;
    line-height: 20px;
}

.gzdt .cont li h4 {
    line-height: 30px;
    height: 76px;
    margin-top: 13px;
    margin-bottom: 10px;
    letter-spacing: 2px;
    background: url(../images/icon_titbor2.jpg) no-repeat 0 bottom;
    transition: all .5s;
}

.gzdt .cont li:hover h4 {
    background: url(../images/icon_titbor3.jpg) no-repeat 0 bottom;
}

.gzdt .cont li p {
    font-size: 14px;
    color: #676767;
    line-height: 26px;
}

.more {
    text-align: center;
}

.more a {
    display: inline-block;
    width: 117px;
    height: 39px;
    line-height: 39px;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 3px;
    background-color: #ae0a29;
    color: #fefefe;
}


/* Ã©â‚¬Å¡Ã§Å¸Â¥ &Ã¤Â¸â€¹Ã¨Â½Â½ & Ã¥Å Å¾Ã¤Âºâ€¹ */

.txb {
    height: 538px;
    border-top: 2px solid #eee;
    background: url(../images/txb_bg.jpg) no-repeat center bottom;
}

.txb-bg1 {
    height: 100%;
    background: url(../images/txb_bg2.jpg) no-repeat center top;
    background-size: 100% 233px;
}

.txb-bg2 {
    height: 100%;
    background: url(../images/opa90.png) no-repeat center top;
    background-size: 100% 233px;
}

.txb .tit {
    height: 111px;
    border-bottom: 1px solid #4b4b4b;
}

.txb .tit ul,
.gzt .tit ul,
.gzdt .tit ul {
    text-align: center;
    padding-top: 40px;
}

.txb .tit li {
    line-height: 56px;
}

.txb .tit li,
.gzt .tit li,
.gzdt .tit li {
    display: inline-block;
    background-repeat: no-repeat;
    transition: all .5s linear;
    margin: 0 11px;
}

.txb .tit li+li {
    background-position-y: -120px;
}

.gzt .tit li+li {
    background-position-y: center;
}

.txb .tit li+li+li {
    background-position-y: center;
}

.gzt .tit li+li+li {
    background-position-y: -96px;
}

.txb .tit li a {
    color: #fff;
}

.txb .tit li a,
.gzt .tit li a,
.gzdt .tit li a {
    font-size: 18px;
    transition: all .5s linear;
    padding-bottom: 28px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.txb .tit li.tit-in {
    padding-left: 40px;
    background-image: url(../images/icon_txb.png);
}

.gzdt .tit li.tit-in.workIcon {
    padding-left: 40px;
    background: url(../images/icon_gzdt.png) no-repeat;
}

.gzdt .tit li.tit-in.noticeIcon {
    padding-left: 40px;
    background: url(../images/noticeIcon.png) no-repeat;
}

.txb .tit li.tit-in a,
.gzt .tit li.tit-in a,
.gzdt .tit li.tit-in a {
    font-weight: bold;
    color: #ae0a29;
    font-size: 24px;
    background-image: url(../images/icon_titbor.jpg);
}

.txb .cont {
    height: 391px;
    padding-top: 35px;
}

.txb .cont .center,
.gzt .cont .center,
.gzdt .cont .center {
    display: none;
    overflow: hidden;
}

.txb .cont .center:first-child,
.gzt .cont .center:first-child,
.gzdt .cont .center:first-child {
    display: block;
}

.txb .cont ul {
    margin-bottom: 53px;
}

.txb .cont ul li+li {
    margin-left: 14px;
}

.txb .cont li {
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 1px;
    background-color: #fff;
}

.txb .cont li a {
    display: block;
    width: 246px;
    height: 204px;
    padding: 21px 20px;
}

.txb .cont li h5 {
    width: 101px;
    height: 24px;
    margin-bottom: 14px;
    line-height: 24px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    background-color: #ae0a29;
}

.txb .cont li div {
    margin-bottom: 19px;
    border-bottom: 1px solid #dcdcdc;
}

.txb .cont li h4 {
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 6px;
    height: 90px;
}

.txb .cont li span,
.gzt .cont li div.fr span {
    display: inline-block;
    line-height: 16px;
    font-size: 14px;
    background: url(../images/icon_time.png) no-repeat 1px center;
    padding-left: 28px;
    margin-bottom: 18px;
}

.txb .cont li p {
    font-size: 14px;
    font-family: 'Arial';
    text-align: right;
    line-height: 10px;
    padding-right: 57px;
    background: url(../images/icon_more.png) no-repeat 204px center;
    transition: all .5s;
}

.txb .cont li:hover p {
    padding-right: 50px;
    background-position-x: 197px;
}


/* Ã¨Â§â€žÃ¥Ë†â€™&Ã¦â€Â¿Ã§Â­â€“&Ã¤Â»â€“Ã¥Â±Â± */

.gzt .tit {
    height: 106px;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 66px;
}

.gzt .tit li.tit-in {
    padding-left: 40px;
    background-image: url(../images/icon_gzt.png);
}

.gzt .tit li {
    line-height: 45px;
}

.gzt .cont {
    padding-bottom: 38px;
    margin-bottom: 38px;
    border-bottom: 1px solid #dcdcdc;
}

.gzt .cont ul {
    margin-bottom: 51px;
}

.gzt .cont li {
    float: left;
}

.gzt .cont ul li+li {
    margin-left: 57px;
}

.gzt .cont li:hover div.fl {
    background: url(../images/icon_gzt2.jpg) no-repeat 0 center;
}

.gzt .cont li a {
    display: block;
    width: 362px;
    height: 185px;
}

.gzt .cont li div.fl {
    width: 69px;
    height: 100%;
    background: url(../images/icon_gzt.jpg) no-repeat 0 center;
    transition: all .6s;
}

.gzt .damo,
.gzt .year {
    height: 50%;
    text-align: center;
    color: #fff;
}

.gzt .damo b {
    display: block;
    font-size: 24px;
    line-height: 18px;
    padding-top: 28px;
}

.gzt .damo span {
    display: block;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 26px;
    margin-top: 6px;
}

.gzt .year {
    line-height: 92px;
}

.gzt .cont li div.fr {
    width: 280px;
    margin-left: 13px;
}

.gzt .cont li div.fr h4 {
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 3px;
    letter-spacing: 1px;
    height: 48px;
}

.gzt .cont li div.fr span {
    margin-bottom: 20px;
}

.gzt .cont li div.fr p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    letter-spacing: 1px;
}

.sys .center {
    height: 115px;
    border-radius: 8px 8px 2px 2px;
    overflow: hidden;
}

.sys div.fl {
    width: 50%;
    height: 100%;
    background: url(../images/sys1.jpg) no-repeat;
}

.sys div.fr {
    width: 50%;
    height: 100%;
    background: url(../images/sys2.jpg) no-repeat;
}

.sys .opa70 {
    height: 100%;
    background: url(../images/opa70.png);
    text-align: center;
}

.sys .opa70 a {
    height: 100%;
    color: #fff;
    display: inline-block;
    background-repeat: no-repeat;
    background-position-y: center;
    transition: all .5s;
}

.sys .opa70 a:hover {
    color: #bababa;
}

.sys .opa70 p {
    text-align-last: left;
}

.sys .opa70 p:first-child {
    font-size: 24px;
    line-height: 42px;
    margin-top: 30px;
}

.sys .opa70 p+p {
    font-size: 14px;
    font-family: 'Arial';
    line-height: 14px;
}

.sys-l {
    padding-left: 74px;
    background-image: url(../images/icon_sysl.png);
}

.sys-r {
    padding-left: 75px;
    background-image: url(../images/icon_sysr.png);
}


/* common */

.gzdt,
.txb,
.gzt,
.footer,
.top {
    min-width: 1200px;
}


/* footer */

.footer {
    background-image: url(../images/footer_bg.jpg);
}

.ft {
    height: 229px;
    border-bottom: 1px solid #4a4445;
}

.link {
    width: 281px;
}

.link p {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 86px;
    margin-top: 14px;
    margin-bottom: -2px;
}

.link>div {
    height: 30px;
    line-height: 30px;
    text-align: right;
    width: 281px;
    background: url(../images/footer_link2.jpg) no-repeat;
    position: relative;
}

.link a {
    display: block;
    color: #bababa;
    transition: all .5s;
}

.link>div+div {
    margin-top: 1px;
}

.link>div>a {
    letter-spacing: 2px;
    padding-right: 59px;
    width: 222px;
}

.link .ul {
    width: 281px;
    position: absolute;
    bottom: 31px;
    overflow: hidden;
    z-index: 99999;
}

.link>div ul {
    display: none;
    width: 298px;
    background-color: #4a4a4a;
    max-height: 164px;
    overflow-y: scroll;
    text-align: center;
    font-size: 14px;
}

.link>div ul li {
    border-top: 1px solid #303030;
}

.link>div ul li:hover a {
    color: #fff;
}

.link>div>a.tac {
    padding-right: 115px;
    width: 166px;
}

.contact {
    width: 760px;
    position: relative;
}

.contact p {
    font-size: 14px;
    color: #b7b7b7;
    line-height: 86px;
    margin-top: 14px;
}

.contact li {
    float: left;
    padding-left: 50px;
    background-image: url(../images/icon_foot.png);
    background-repeat: no-repeat;
    font-size: 14px;
    color: #b7b7b7;
    line-height: 28px;
}

.contact .qrcode {
    position: absolute;
    right: 60px;
    top: 65px;
    text-align: center;
}

.contact .qrcode span {
    color: #b7b7b7;
    font-size: 14px;
    display: inline-block;
    /* line-height: 40px; */
}

.contact .qrcode img {
    width: 100px;
    display: block;
}

.li1,
.li3 {
    width: 215px;
}

.li2,
.li4 {
    width: 360px;
}

.li1,
.li2 {
    margin-bottom: 35px;
}

.li2 {
    background-position-y: -38px;
}

.li3 {
    background-position-y: -76px;
}

.li4 {
    background-position-y: -114px;
}

.fb .center {
    height: 61px;
    line-height: 61px;
    text-align: center;
    color: #7a7a7a;
    font-size: 14px;
    letter-spacing: 1px;
}

.fb .center a {
    color: #7a7a7a;
}


/* Ã¤ÂºÅ’Ã§ÂºÂ§Ã©Â¡Âµ */

.top-height2 {
    height: 263px;
}

.banner2 {
    position: absolute;
    top: 0;
    width: 100%;
    height: 263px;
    background: url(../images/banner.jpg) no-repeat center;
}

.loc {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
}

.loc a {
    display: inline-block;
    margin: 0 3px;
}

.loc a:hover {
    color: #ae0a29;
}

.loc .center {
    position: relative;
}

.loc p {
    position: absolute;
    top: 3px;
    right: 135px;
    background-color: #fbfbfb;
    color: #ae0a29;
    font-weight: bold;
    line-height: 22px;
    padding-left: 15px;
    font-size: 14px;
}

.main {
    margin-top: 27px;
    margin-bottom: 61px;
}

.side {
    width: 222px;
}

.side dl {
    background-color: #f4f4f4;
    padding-bottom: 27px;
    border-bottom: 3px solid #d7d7d7;
}

.side dt {
    background-color: #ae0a29;
    background-image: url(../images/icon_side1.jpg);
    background-repeat: no-repeat;
    background-position: 54px center;
    color: #fff;
    font-size: 18px;
    text-indent: 78px;
}

.side dt,
.side dd {
    line-height: 51px;
}

.side dd {
    border-bottom: 1px solid #fff;
    text-indent: 45px;
    background-image: url(../images/icon_side3.jpg);
    background-repeat: no-repeat;
    background-position: 20px center;
    transition: all .35s linear;
}

.side a {
    display: block;
}

.side dd.dd-in {
    background: url(../images/icon_side2.jpg) no-repeat 20px 23px;
}

.side dd.dd-in>a {
    color: #ae0a29;
}

.side dd:hover {
    background-image: url(../images/icon_side2.jpg);
}

.side dd:hover>a {
    color: #ae0a29;
}
.side dd>div>a {
    font-size: 14px;
    line-height: 30px;
    color: #6d6d6d;
}
.side dd>div>a:hover {
    color: #ae0a29;
}
.arti {
    width: 860px;
    padding: 0 35px 60px 35px;
    border-top: 2px solid #ae0a29;
    /* background-color: #f7f7f7; */
    background-color: #fbfbfb;
}

.arti h3 {
    font-size: 20px;
    color: #ae0a29;
    line-height: 30px;
    padding: 29px 0;
    letter-spacing: 1px;
    text-align: center;
}

.arti p,
.arti p span {
    font-size: 16px;
    line-height: 30px;
}

.arti>p {
    margin-bottom: 10px;
}

.arti p img {
    max-width: 100%;
}

.arti table {
    border-collapse: collapse;
}

.arti-share {
    line-height: 36px;
    font-size: 14px;
    width: 380px;
    margin: auto;
    margin-bottom: 25px;
    text-align: center;
}

.arti-time {
    color: #a77d1b;
    padding-left: 19px;
    background: url(../images/icon_sharetime.png) no-repeat 0;
    display: inline-block;
    line-height: 36px;
}

.arti-num {
    background: url(../images/icon_num.png) no-repeat 0;
    color: #ae0a29;
    padding-left: 25px;
}

.arti-share div.fr {
    margin-top: 4px;
}


/* Ã§Â§â€˜Ã¥Â®Â¤Ã¨ÂÅ’Ã¨Â´Â£ */

.kszz {
    margin-top: 15px;
}

.kszz li {
    width: 380px;
    padding: 22px 18px 22px 20px;
    border: 1px solid #b5b5b5;
    border-radius: 4px;
    overflow: hidden;
}

.kszz li div.fl {
    width: 129px;
    height: 152px;
    overflow: hidden;
}

.kszz li div.fl img {
    width: 100%;
}

.kszz li div.fr h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 14px;
}

.leader {
    margin-bottom: 22px;
}

.leader li {
    width: 807px;
    padding-right: 30px;
}

.leader li div.fr {
    width: 652px
}

.leader li+li {
    margin-top: 25px;
}

.leader li div.fr p {
    line-height: 24px;
    text-indent: 2em;
}

.leader>li>div.fl {
    height: 100% !important;
}


/*.cont>ul>li:nth-child(4) {
	border:1px solid #ffffff !important;
}*/

.kszz .cont h3 {
    text-align: left;
    line-height: 70px;
    margin-top: -7px;
}

.kszz .cont>p {
    line-height: 24px;
}

.kszz .cont ul {
    margin-top: 35px;
    margin-left: -19px;
    overflow: hidden;
}

.kszz .cont ul li {
    margin-left: 19px;
    margin-bottom: 22px;
    float: left;
    height: 174px;
    padding-bottom: 0;
}

.kszz .cont li div.fr {
    width: 232px;
}

.kszz .cont li div.fr p {
    line-height: 18px;
    overflow: unset;
}


/* Ã¥ÂÅ’Ã¤Â¸â‚¬Ã¦ÂµÂ */

.sly li {
    width: 811px;
    padding-bottom: 20px;
    overflow: hidden;
    border-bottom: 1px solid #dcdcdc;
}

.sly li+li {
    margin-top: 25px;
}

.sly li:hover h4 {
    color: #ae0a29;
}

.sly li a {
    display: block;
}

.sly li div.fl {
    width: 51px;
    height: 70px;
    background: url(../images/icon_timebg.jpg) no-repeat;
}

.sly li div.fl p {
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.sly li div.fr {
    width: 740px;
}

.sly li div.fr h4 {
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.sly li div.fr p {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    letter-spacing: 1px;
}


/* Ã§Â»â€žÃ§Â»â€¡Ã¦Å¾Â¶Ã¦Å¾â€ž */

.zzjg h2 {
    width: 358px;
    line-height: 47px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #ae0a29;
    border-radius: 21px;
    /* margin: auto; */
    margin-left: 275px;
    letter-spacing: 2px;
    margin-bottom: 35px;
}


/*  */

.xz_qc {
    display: none;
}

.zx_YS li {
    width: 820px;
}

.kszz .cont .zx_YS li div.fr {
    width: 652px;
}

.cont .zx_YS li .fr p {
    overflow-y: hidden;
    height: 110px;
}

.zx_YS li:nth-child(4) {
    display: none;
}


/*page*/

.pagination {
    position: relative;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a,
.pagination li span {
    position: relative;
    float: left;
    padding: 6px 12px;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
}

.pagination .disabled a,
.pagination .disabled a:focus,
.pagination .disabled a:hover,
.pagination .disabled span,
.pagination .disabled span:focus,
.pagination .disabled span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pagination .active>a,
.pagination .active>a:focus,
.pagination .active>a:hover,
.pagination .active span,
.pagination .active span:focus,
.pagination .active span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #E71A2F;
}