@charset "utf-8";
/* 悬停图片放大 IE9+*/
.img-scale { display: block; overflow: hidden; }

.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; }

.img-scale .img-frame { overflow: hidden; }

.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: cover; background-size: cover; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.img-scale .img img { min-height: 100%; }

.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }

#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }

#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }

#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }

#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }

#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }

#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }

#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }

#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }

#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }

#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }

#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }

#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }

#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }

#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }

#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }

#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

.html { min-width: 1260px; }

.container { width: 1260px; margin: 0 auto; }

.spirit { display: inline-block; *display: inline; *zoom: 1; background-image: url(../images/spirit.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; vertical-align: top; }

.header { padding: 30px 0; border-top: 4px solid #008000; }

.header .container > .fr { padding: 24px 0 0; }

.logo img { height: 88px; vertical-align: top; }

.search { display: inline-block; *display: inline; *zoom: 1; border: 1px solid #bde4bd; border-radius: 36px; vertical-align: top; }

.search .input { width: 220px; height: 34px; padding: 0 4px 0 15px; font-size: 14px; font-weight: 500; line-height: 34px; color: #333; text-align: left; vertical-align: top; }

.search .input::-webkit-input-placeholder { color: #888; font-size: 14px; }

.search .input:-moz-placeholder { color: #888; font-size: 14px; }

.search .input::-moz-placeholder { color: #888; font-size: 14px; }

.search .input:-ms-input-placeholder { color: #888; font-size: 14px; }

.search .input::placeholder { color: #888; font-size: 14px; }

.search .submit { width: 34px; height: 34px; background-image: url(../images/spirit.png); background-repeat: no-repeat; background-position: 0px 6px; background-color: transparent; -o-background-size: auto; background-size: auto; vertical-align: top; }

.nav { position: relative; z-index: 10; background: #008000; }

.nav ul { height: 55px; }

.nav li { position: relative; float: left; margin: 0 10px; }

.nav li a { position: relative; z-index: 2; display: block; padding: 0 20px; font-size: 18px; font-weight: 700; line-height: 55px; color: #fff; text-align: center; background: #008000; }

.nav li .spirit { width: 25px; height: 25px; background-position: -66px 8px; vertical-align: middle; }

.nav li .lv2 { display: none; position: absolute; top: 100%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; border-bottom: 1px solid #008000; }

.nav li .lv2 a { padding: 0; font-size: 14px; line-height: 40px; font-weight: 400; color: #000; background: rgba(255, 255, 255, 0.8); border-left: 1px solid #008000; border-right: 1px solid #008000; }

.nav li .lv2 a span { display: block; padding: 0 8px; }

.nav li .lv2 a:hover span { color: #fff; background: #008000; }

.nav li .lv2 .tri { width: 100%; height: 14px; background-image: url(../images/j_bg1.png); background-repeat: no-repeat; background-position: 50% 100%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.nav li .lv2 dd:nth-child(2) a { padding: 5px 0 0; }

.nav li:nth-child(6) .lv2{width:106%;}

.nav li .lv2 dd:last-child a { padding: 0 0 10px; }

.nav li:first-child { margin-left: 0; }

.nav li:first-child .spirit { margin: 0 4px 0 0; background-position: -35px 1px; }

.nav li:last-child { margin-right: 0; }

.nav li:hover > a { background: #0c9d0c; }

.banner { font-size: 0; }

.banner img { width: 100%; height: 600px; display: block; -webkit-transition: transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s; -o-transition: transform 0.3s linear 0s; -webkit-transition: -webkit-transform 0.3s linear 0s; transition: -webkit-transform 0.3s linear 0s; -o-transition: -o-transform 0.3s linear 0s; -moz-transition: transform 0.3s linear 0s, -moz-transform 0.3s linear 0s; transition: transform 0.3s linear 0s; transition: transform 0.3s linear 0s, -webkit-transform 0.3s linear 0s, -moz-transform 0.3s linear 0s, -o-transform 0.3s linear 0s; }

.banner .slick-active img { -webkit-transition: transform 6s linear 0s; -moz-transition: transform 6s linear 0s; -o-transition: transform 6s linear 0s; -webkit-transition: -webkit-transform 6s linear 0s; transition: -webkit-transform 6s linear 0s; -o-transition: -o-transform 6s linear 0s; -moz-transition: transform 6s linear 0s, -moz-transform 6s linear 0s; transition: transform 6s linear 0s; transition: transform 6s linear 0s, -webkit-transform 6s linear 0s, -moz-transform 6s linear 0s, -o-transform 6s linear 0s; -webkit-transform: scale(1.08); -moz-transform: scale(1.08); -o-transform: scale(1.08); -ms-transform: scale(1.08); transform: scale(1.08); }

.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 30px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.banner .slick-dots li { display: inline-block; *display: inline; *zoom: 1; margin: 0 8px; padding: 0; border: 1px solid transparent; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.banner .slick-dots li button { width: 14px; height: 14px; border-radius: 50%; background: #fff; }

.banner .slick-dots li.slick-active { padding: 3px; border-color: #fff; }

.banner .slick-arrow { position: absolute; top: 40%; right: auto; bottom: auto; left: auto; z-index: 1; width: 70px; height: 70px; background-image: url(../images/spirit.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.banner .slick-arrow.slick-prev { left: 7%; background-position: -111px 0; }

.banner .slick-arrow.slick-next { right: 7%; background-position: -186px 0; }

.section { padding: 0 0 40px; }

.column { margin: 30px 0; border-bottom: 1px solid #ddd; }

.column .more { font-size: 14px; line-height: 60px; color: #999; }

.column .more:hover { color: #008000; }

.column h3 { display: inline-block; *display: inline; *zoom: 1; margin: 0 0 -1px; font-size: 24px; font-weight: 700; line-height: 60px; color: #000; text-align: left; border-bottom: 4px solid #008000; }

.column h3::before { display: inline-block; *display: inline; *zoom: 1; content: ""; width: 4px; height: 24px; margin: 0 10px 2px 0; background: #ffcc00; vertical-align: middle; }

.title { font-size: 16px; font-weight: 500; line-height: 30px; color: #000; text-align: left; }

.info { font-size: 14px; font-weight: 500; line-height: 25px; color: #666; text-align: justify; }

.date { font-size: 14px; font-weight: 500; line-height: 30px; color: #999; text-align: left; }

.xwdt { width: 855px; }

.xwdt .xwdt-slick { width: 480px; }

.xwdt .list1 { width: 340px; }

.xwdt-slick { padding: 0 0 35px; font-size: 0; box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.25); }

.xwdt-slick .img { padding: 56.25% 0 0; }

.xwdt-slick .title { padding: 0 20px 0 110px; line-height: 55px; font-weight: 700; }

.xwdt-slick .slick-slide { position: relative; }

.xwdt-slick .date { position: absolute; top: auto; right: auto; bottom: 19px; left: 12px; z-index: 3; width: 75px; padding: 9px 0; background: #008000; font-size: 14px; font-weight: 500; line-height: 22px; color: #fff; text-align: center; }

.xwdt-slick .date p:first-child { font-size: 24px; line-height: 35px; font-weight: 700; }

.xwdt-slick .slick-dots { position: absolute; top: auto; right: 18px; bottom: 15px; left: auto; z-index: 1; }

.xwdt-slick .slick-dots li { display: inline-block; *display: inline; *zoom: 1; margin: 0 4px; padding: 0; border: 1px solid transparent; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.xwdt-slick .slick-dots li button { width: 10px; height: 10px; border-radius: 50%; background: #ccc; }

.xwdt-slick .slick-dots li.slick-active { padding: 3px; border-color: #ffcc00; }

.xwdt-slick .slick-dots li.slick-active button { background: #ffcc00; }

.tzgg { width: 360px; }

.kycg, .cgzh, .tgsf { width: 390px; }

.cgzh { margin: 0 0 0 45px; }

.list1 li { padding: 20px 0; border-top: 1px dashed #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.list1 li:first-child { border: none; padding-top: 0; }

.list1 li:last-child { padding-bottom: 0; }

.list1 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.list1 li:hover .title { color: #008000; }

.list1 .title { display: table; width: -webkit-calc(100% - 68px); width: -moz-calc(100% - 68px); width: calc(100% - 68px); height: 60px; text-align: justify; line-height: 30px; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.list1 .title span { display: table-cell; vertical-align: middle; }

.list1 .date { width: 56px; font-size: 14px; font-weight: 500; line-height: 24px; color: #008000; text-align: center; }

.list1 .date p:first-child { font-size: 24px; line-height: 36px; font-weight: 700; }

.list2 li { padding: 13px 0; border-top: 1px dashed #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.list2 li:first-child { border: none; padding-top: 0; }

.list2 li:last-child { padding-bottom: 0; }

.list2 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.list2 li:hover .title { color: #008000; }

.list2 .title { display: block; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.list3 li { padding: 12px 0; }

.list3 .date { display: inline-block; *display: inline; *zoom: 1; margin: 5px 0; font-size: 12px; line-height: 18px; border: 1px solid #008000; border-radius: 5px; }

.list3 .date p:first-child { line-height: 32px; background: #008000; color: #fff; }

.pic-list1 li { padding: 21px 0; border-top: 1px dashed #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.pic-list1 li:first-child { border: none; padding-top: 0; }

.pic-list1 li:last-child { padding-bottom: 0; }

.pic-list1 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.pic-list1 li:hover .title { color: #008000; }

.pic-list1 .img-frame { width: 120px; }

.pic-list1 .img-frame .img { padding: 56.66% 0 0; }

.pic-list1 .title { width: -webkit-calc(100% - 132px); width: -moz-calc(100% - 132px); width: calc(100% - 132px); line-height: 34px; }

.yqlj { padding: 0 0 30px; background: #efefef; }

.yqlj .column { margin: 10px 0 20px; }

.yqlj .links { font-size: 0; font-weight: 500; line-height: 40px; color: #000; text-align: left; }

.yqlj .links a { font-size: 16px; color: #000; }

.yqlj .links a:hover { color: #008000; }

.yqlj .links span { font-size: 17px; margin: 0 36px; }

.copy { padding: 15px 0; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; background: #333; }

.decoration { max-height: 300px; overflow: hidden; }

.decoration img { width: 100%; vertical-align: top; }

.sidebar { width: 240px; margin: 45px 0 0; }

.sidebar .lv1-column { font-size: 24px; font-weight: 500; line-height: 62px; color: #fff; text-align: center; background-color: #008000; }

.sidebar .lv2-nav { padding: 0px 0 145px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.sidebar .lv2-nav li { position: relative; border-bottom: 1px solid #ddd; }

.sidebar .lv2-nav li.cur > a { color: #008000; background: #efefef; border-left-color: #008000; }

.sidebar .lv2-nav li.cur .lv3 { display: block; }

.sidebar .lv2-nav a { display: block; padding: 0 45px; font-size: 16px; font-weight: 500; line-height: 50px; color: #333; text-align: left; border-left: 4px solid transparent; }

.sidebar .lv2-nav a:hover, .sidebar .lv2-nav a.cur { color: #008000; }

.sidebar .lv2-nav .down { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; width: 50px; height: 50px; font-size: 20px; font-weight: 500; line-height: 50px; color: #008000; text-align: left; text-indent: 10px; font-style: initial; cursor: pointer; }

.sidebar .lv2-nav .lv3 { display: none; padding: 0 45px 10px 49px; }

.sidebar .lv2-nav .lv3 a { padding: 0; font-size: 14px; line-height: 38px; border: none; }

.sidebar .lv2-nav .lv3 a.cur { color: #008000; }

.main { width: 960px; margin: 45px 0 0; }

.position { margin-top: 0; border-bottom: 1px solid #ddd; }

.position .place { font-size: 14px; font-weight: 500; line-height: 28px; color: #999; text-align: left; }

.position .place a { color: #999; }

.position .place a:hover { color: #008000; }

.position h3 { display: inline-block; *display: inline; *zoom: 1; padding: 0 0 8px; margin: 0 0 -1px; border-bottom: 3px solid #008000; font-size: 26px; font-weight: 700; line-height: 28px; color: #000; text-align: left; }

.pic-list2 .img { padding: 56.66% 0 0; }

.pic-list2 li { float: left; width: 31%; margin: 0 3.5% 35px 0; }

.pic-list2 li:nth-child(3n) { margin-right: 0; }

.pic-list2 .title { padding: 0 10px; text-align: center; font-weight: 700; margin: 12px 0 5px; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.pic-list2 .info { height: 50px; padding: 0 10px; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.pic-list2 .img-scale { overflow: visible; }

.pic-list2 .img-scale .img-frame { -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.pic-list2 .img-scale:hover .img-frame { box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }

.pic-list2 .img-scale:hover .title { color: #008000; }

.pic-list2 .text { padding: 0 18px 12px; border: 1px solid #eee; }

.pic-list2 .text p { padding: 0; }

.pic-list2 .text .title { position: relative; z-index: 3; margin: -25px 0 0; padding: 0 15px; font-size: 18px; font-weight: 400; color: #008000; line-height: 50px; background: #fff; }

.pic-list2 .text .info { height: 75px; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.pic-list3 li { padding: 38px 0 36px; border-top: 1px solid #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.pic-list3 li:first-child { border: none; padding-top: 0; }

.pic-list3 li:last-child { padding-bottom: 0; }

.pic-list3 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.pic-list3 li:hover .title { color: #008000; }

.pic-list3 .img-frame { width: 280px; }

.pic-list3 .img-frame .img { padding: 56.4% 0 0; }

.pic-list3 .text { width: 650px; }

.pic-list3 .text .title { font-size: 18px; font-weight: 700; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.pic-list3 .text .info { height: 75px; margin: 12px 0 15px; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.pic-list3 .text .date { color: #008000; }

.pic-list4 li { padding: 22px 0 15px; border-top: 1px solid #ddd; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.pic-list4 li:first-child { border: none; padding-top: 0; }

.pic-list4 li:last-child { padding-bottom: 0; }

.pic-list4 li:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }

.pic-list4 li:hover .title { color: #008000; }

.pic-list4 .img-frame { width: 178px; }

.pic-list4 .img-frame .img { padding: 56.4% 0 0; }

.pic-list4 .text { width: 765px; }

.pic-list4 .text .title { overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; }

.pic-list4 .text .info { height: 50px; display: -webkit-box; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.pic-list4 .text .date { color: #008000; }

.teach-box .about { margin: 0 0 30px; padding: 0 0 25px; border-bottom: 1px solid #ddd; }

.teach-box .about .title { margin: 50px 0 15px; font-weight: 700; }

.teach-list li { float: left; width: 48%; margin: 0 4% 42px 0; }

.teach-list li:nth-child(2n) { margin-right: 0; }

.teach-list .img-frame { width: 115px; }

.teach-list .img-frame .img { padding: 133.33% 0 0; background-position: 50% 0%; }

.teach-list .text { width: 320px; padding: 0 22px 0 0; }

.teach-list .title { font-size: 18px; font-weight: 700; line-height: 45px; color: #000; text-align: left; }

.teach-list .info span { color: #000; }

.teach-list .img-scale { -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.teach-list .img-scale:hover { box-shadow: 8px 6px 8px 0 #bbb; }

.teach-list .img-scale:hover .title { color: #008000; }

.lxfs { margin: 50px 0 40px; }

.lxfs .text { width: 470px; }

.lxfs .text h5 { font-size: 20px; font-weight: 700; line-height: 22px; color: #000; text-align: left; }

.lxfs .text .content { padding: 20px 0 0; font-size: 16px; font-weight: 500; line-height: 40px; color: #000; text-align: left; }

.lxfs .text .content .icon { display: inline-block; *display: inline; *zoom: 1; width: 30px; height: 30px; margin: 0 0 4px; vertical-align: middle; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; -o-background-size: auto; background-size: auto; }

.lxfs .text .content .icon.dz { background-image: url(../images/j_icon1.png); }

.lxfs .text .content .icon.dh { background-image: url(../images/j_icon2.png); }

.lxfs .text .content .icon.yx { background-image: url(../images/j_icon3.png); }

.lxfs .img { width: 460px; }

.lxfs .img img { width: 100%; vertical-align: top; }

.map { width: 100%; }

.map img { width: 100%; }

.rcpy-box .item { margin: 0 0 20px; }

.rcpy-box .item h3 { font-size: 20px; font-weight: 700; line-height: 60px; color: #008000; text-align: left; }

.rcpy-box .item .text { padding: 12px 22px 16px; border: 1px dashed #ccc; }

.rcpy-box .item .title { margin: 0 0 5px; font-weight: 700; }

.rcpy-box .item .more { color: #008000; }

.article { padding: 10px 0 35px; }

.article .title { margin: 0 0 10px; font-size: 20px; font-weight: 700; line-height: 32px; color: #000; text-align: center; }

.article .sub { margin: 0 0 30px; font-size: 14px; font-weight: 500; line-height: 30px; color: #999; text-align: center; }

.article .sub span { margin: 0 5px; }

.article .content { padding: 0 0 40px; font-size: 16px; font-weight: 500; line-height: 40px; color: #000; text-align: left; }

.article .content p { text-indent: 2em; }

.article .content img { display: block; margin: 25px auto; }

.article .content table p { text-indent: 0; }

.article .content table, .article .content img, .article .content video { max-width: 100%; height: auto !important; }

.article .content iframe { max-width: 100%; }

.article .cont-page { padding: 25px 0 0; border-top: 1px dashed #ccc; }

.article .cont-page a { display: block; padding: 4px 0; font-size: 16px; font-weight: 500; line-height: 27px; color: #666; text-align: left; -webkit-transition: all 0.35s ease 0s; -moz-transition: all 0.35s ease 0s; -o-transition: all 0.35s ease 0s; transition: all 0.35s ease 0s; }

.article .cont-page a span { color: #000; }

.article .cont-page a:hover { -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); -ms-transform: translateX(6px); transform: translateX(6px); }