<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #13c064 !important;
}

img {
    display: block;
}

img:hover {
    animation: move .5s linear forwards;
}

@keyframes move {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ml {
    margin-left: 6px;
}

.mr {
    margin-right: 6px;
}

/*ppt-start*/
.banner {
    width: 1280px;
    height: 400px;
    margin: 0 auto;
    position: relative;
}

.banner &gt; ul {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner &gt; ul &gt; li {
    width: 100%;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.banner &gt; ul &gt; li:nth-child(1) {
    background-image: url(../images/1.png);
}

.banner &gt; ul &gt; li:nth-child(2) {
    background-image: url(../images/2.png);
}

.banner &gt; ul &gt; li:nth-child(3) {
    background-image: url(../images/3.png);
}

.banner &gt; ul &gt; li:nth-child(4) {
    background-image: url(../images/4.png);
}

.banner &gt; ul &gt; li:nth-child(5) {
    background-image: url(../images/5.png);
}

.banner &gt; ul &gt; li:nth-child(6) {
    background-image: url(../images/6.png);
}

.banner_span {
    width: 200px;
    height: 14px;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    bottom: 20px;
    z-index: 99;
    display: flex;
    justify-content: space-between;
}

.banner_span span {
    width: 14px;
    height: 14px;
    display: block; /* margin:0 10px; */
    background-color: #ccc;
    border-radius: 50%;
}

.banner_span .banner_span_this {
    background-color: #13c064;
}

.banner a {
    display: block;
    width: 37px;
    height: 72px;
    position: absolute;
    top: 164px;
    background-image: url(../images/btn_ban.png);
    background-size: 200% auto;
}

.banner_left {
    background-position: 0 center;
    left: 100px;
}

.banner_right {
    background-position: -37px center;
    right: 100px;
}

/*ppt-end*/
.header {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}
.flex-between-videos {
    display: flex;
    justify-content: space-between;
}
 .flex-between-videos img {
   width: 248px;
   height: 152px;
}

.nav-a a {
    color: white;
    padding: 10px 20px;
}

.banner {
    margin: 0 auto;
}

.columns {
    width: 1100px;
    margin: 10px auto;
}

.colum {

    padding: 0 15px;
    flex: 1;
}

.colum .title {

    overflow: hidden;
    margin: 10px 0;
}

.colum .tit1 {
    border-left: 3px solid #13c064;
    padding-left: 10px;
    color: #13c064;
    font-size: 20px;

    height: 26px;
    line-height: 26px;
}

.colum .tit2 {
    border-left: 3px solid #aaadac;
    color: #aaadac;
    padding-left: 10px;
    margin-left: 14px;
    font-size: 14px;
    line-height: 26px;
    height: 26px;
}

.colum .more {

    font-size: 16px;
    color: #aaadac;
    height: 26px;
    line-height: 26px;
}

.colum ul {
}

.ul-list li, .colum ul li &gt; a, .zxzx-one {
    display: flex;
    justify-content: space-between;
}

.zxzx-one {
    margin-top: 10px;
}

ul.zxzx {
}

.ul-list li {
    line-height: 2.5;
    color: #6b6b6b;
    font-size: 14px;
}

.ul-list li a {
    flex: 4;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ul-list li span {
    flex: 1;
    width: 100px;
    text-align: right;
}

ul.kpyd {
}

ul.kpyd li {
    margin-top: 10px;
}

.li-div1 {
    flex-grow: 1;
    width: 0;
    overflow: hidden;
}
.li-div1 img{
    width: 159px;
  	height: 115px;
}

.li-div2 {
    flex-grow: 2;
    width: 0;
    background-color: #fafafa;
    padding: 15px;
    line-height: 1.5;
    margin-left: 10px;
}

.li-div2 h1 {
    /* width: 311px; */
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.li-div2 p {
    font-size: 14px;
    color: #6b6b6b;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.zjfw {
    display: flex;
    justify-content: space-between;
}

.zjfw &gt; a {
    background-color: #fafafa;
    flex: 1;
    margin-bottom: 10px;
    display: block;
}

.zjfw &gt; a &gt; img {
    margin: 10px auto 0;
  	width: 98px;
  	height: 125px;

}

.zjfw &gt; a &gt; p {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
}

.zjfw &gt; a &gt; p &gt; span {
    color: #0ebf61;
}

.jscf {
    color: white;
    padding: 15px 12px;
    margin-top: 10px;
    flex: 1;
}

.jscf-tit {
    text-align: center;
    padding: 10px 0;
}

.jscf-tit &gt; img {
    margin: 0 auto;
}

.jscf a {
    color: white;
    display: inline-block;
    margin: 6px 7px;
    font-size: 14px;
}

.videos &gt; div {

}

.vid-tit {
    text-align: center;
    margin: 10px auto;
}

.list {
    width: 1100px;
    margin: 10px auto;
    padding: 20px;
}

.list .ul-list li {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    padding: 5px 10px;
}

.list .ul-list li + li {
    border-top: 1px solid #eee;
}

.content {
    width: 1100px;
    margin: 20px auto;
    padding: 10px;
}

.content &gt; h1 {
    text-align: center;
    line-height: 2;
    color: #0ebf61;
}

.content .time {
    color: #666;
    line-height: 2;
    border-bottom: 1px solid #ccc;
}

.content .time a {
    padding: 0 3px;
}

.cont-text {
    line-height: 2;
    color: #666;
    padding: 20px;
}

.cont-text &gt; p {
    text-indent: 34px;
    margin: 10px auto;
}

.cont-text &gt; img {
    margin: 10px auto;
    max-width: 100%;
}

.footer {
    padding: 40px 0;
    background: #222325;
}

.footer text {
    color: white;
    line-height: 2;
    text-align: center;
}

.pagination {
  padding: 50px 0 30px 0;
}

.pagination ul.pages {
    display: table;
    border: none;
    text-transform: uppercase;
    margin: auto;
    padding: 0;
}

.pagination ul.pages li {
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    border-left-width: 0;
    list-style: none;
    background-color: #eee;
    color: #888;
    margin: 0 8px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}
.pagination ul.pages li:last-child {
  margin: 0;
}

.pagination ul.pages li:hover {
    color: #fff;
    background-color: #3c4852;
}

.pagination ul.pages li.pgCurrent {
    color: #fff;
    font-weight: 700;
    background-color: #b51b1b;
}</pre></body></html>