<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * @Author: omtech.cn
 * @Date: 2018-09-04 14:10:24
 * @LastEditors: luoyishan
 * @LastEditTime: 2022-03-02 11:03:24
 * @Description:
 */
.topai {
	display: block;
	width: 300px;
	height: 42px;
	overflow: hidden;
	float: right;
	margin-left: 15px;
}
.topai img {
	display: block;
	width: 100%;
}
/* backtop */
.backtop {
    position: fixed;
    right: 20px;
    bottom: 140px;
    z-index: 80;
    display: none;
    width: 50px;
    height: 50px;
    text-indent: -999em;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: url('../images/bg_backtop.png') no-repeat center top #d6d6d6;
    -webkit-transition: .5s;
    transition: .5s;
}

.backtop:hover {
    background-position: center bottom;
    background-color: #0b265b;
}
.bg-page {
    background-color: #f2f5fa;
}

/* alerts */
.alert {
    position: absolute;
    top: 20px;
    left: 50%;
    margin-left: -150px;
    z-index: 2;
    width: 300px;
    text-align: center;
    padding: 10px 0;
    border-radius: 4px;
    color: #999;
    -webkit-box-shadow: #666 0px 0px 10px;
    -moz-box-shadow: #666 0px 0px 10px;
    box-shadow: #666 0px 0px 10px;
    background: #fff;
}

/* home-float */
@-webkit-keyframes floatShow {
    0% {
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
}

@keyframes floatShow {
    0% {
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
    }

    100% {
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
}

@-webkit-keyframes floatHide {
    100% {
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
    }

    0% {
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
}

@keyframes floatHide {
    100% {
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -moz-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -ms-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        -o-transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
        transform: scale3d(0, 0, 0) translate3d(0, 0, 0);
    }

    0% {
        -webkit-transition: -webkit-transform 0.6s;
        -moz-transition: -moz-transform 0.6s;
        -ms-transition: -ms-transform 0.6s;
        -o-transition: -o-transform 0.6s;
        transition: transform 0.6s;
        -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -moz-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -ms-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        -o-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
        transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    }
}

.home-float {
    width: 210px;
    position: fixed;
    -webkit-transition: none;
    transition: none;
    top: 30%;
    left: 0;
    z-index: 999;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 250));
}

.float-mini {
    position: absolute;
    left: 0;
    top: 150px;
    width: 74px;
    height: 150px;
    background: url('../images/float_mini.png') no-repeat;
    cursor: pointer;
}

.float-mini .active {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: floatShow .3s;
    animation: floatShow .3s;
}

.float-mini .hide {
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-animation: floatHide .2s;
    animation: floatHide .2s;
}

.float-box {
    position: absolute;
    left: 75px;
    top: -150px;
    padding: 30px 10px;
    width: 168px;
    background-color: #fff;
    overflow: hidden;
}

.home-float .qrcode {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.home-float .qrcode img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: auto;
}

.home-float .qrcode p {
    line-height: 26px;
    font-size: 16px;
    text-align: center;
}

.home-float .qrcode .text1 {
    color: #656565;
}

.home-float .qrcode .text2 {
    font-weight: bold;
    color: #e91515;
}

.home-float .friendLink {
    padding: 20px 40px 10px;
}

.home-float .friendLink .title {
    font-size: 16px;
    font-weight: bold;
    color: #1957b7;
    text-align: center;
}

.home-float .friendLink img {
    display: block;
    padding-top: 30px;
    width: 100%;
    height: 30px;
}


/* header */

/* topbar */
.header {
    position: relative;
    height: 508px;
}

.header .hdmove {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 440px;
    background-color: #eee;
}

.slideBox {
    width: 100%;
    height: 440px;
    overflow: hidden;
    position: relative;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd ul {
    height: 100%;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 100%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center center;
}


.header .wrapper {
    width: 100%;
    height: 440px;
    overflow: hidden;
}

.header .topbar {
    position: relative;
    z-index: 2;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
}

.header .topbar,
.header .topbar a,
.header .topbar a:hover {
    color: #fff;
}

.header .topbar .fl span {
    margin-right: 10px;
}

.header .topbar .search {
    position: relative;
    float: right;
    width: 210px;
    height: 36px;
    padding: 3px 60px 3px 30px;
    overflow: hidden;
    border-radius: 30px;
    background: rgba(33, 33, 33, .18);
}

.header .topbar .search .text {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
    height: 36px;
    font-size: 18px;
    line-height: 34px;
    color: #fff;
    border: 0 none;
    background: none;
}

.header .topbar .search .text::placeholder {
    color: #eee;
}

.header .topbar .search button {
    position: absolute;
    top: 3px;
    right: 16px;
    z-index: 2;
    display: block;
    width: 36px;
    height: 36px;
    border: 0 none;
    cursor: pointer;
    background: url('../images/search_icon.png') no-repeat 8px 8px;
}


/* main */
.header .main {
    position: relative;
    height: 345px;
}

.header .main .logo {
    position: absolute;
    top: 100px;
    left: 0;
    width: 635px;
    height: 135px;
    overflow: hidden;
}

.header .main .logo a {
    display: block;
    height: 100%;
    text-indent: -999em;
    cursor: pointer;
}

.header .main .logo a {
    background: url('../images/header_logo.png') no-repeat;
}

.header .link-zgpt {
    width: 50px;
    height: 53px;
    margin-left: 34px;
    background: url('../images/icon_zgpt.png') no-repeat;
}

/* menu */
.header .menu {
    position: relative;
    z-index: 1;
    background-color: #0073d5;
}

.header .menu .wrap ul {
    height: 68px;
}

.header .menu li {
    position: relative;
    float: left;
    width: 90px;
    /* height: 45px; */
    padding-right: 31px;
    font-size: 22px;
    line-height: 68px;
    text-align: center;
}

.header .menu li.last {
    padding-right: 0;
}

.header .menu li a {
    position: relative;
    display: block;
    /*padding: 0 10px;*/
    height: 68px;
    cursor: pointer;
    color: #fff;
    /*text-align: justify;
  text-justify: distribute-all-lines;
  text-align-last: justify;
  font-weight: bold;*/
}

.header .menu li a.on,
.header .menu li:hover a {
    font-weight: bold;
    text-decoration: none;
}

.header .menu a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.header .menu li .menu-li {
    position: absolute;
    top: 68px;
    left: -17px;
    width: 120px;
    height: auto;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 20px rgba(150, 150, 150, 0.8);
    overflow: hidden;
}

.header .menu li .menu-li a {
    display: block;
    height: 0;
    line-height: 70px;
    text-align: center;
    text-align-last: center;
    font-size: 20px;
    font-weight: normal;
    color: #656565;
    border-bottom: 0;
}

.header .menu li .menu-li a:hover,
.header .menu li .menu-li a:hover:after {
    border-bottom: 0;
    color: #3977cf;
    font-weight: bold;
    background-color: #eff4fa;
}

.header .menu li:hover .menu-li a {
    height: 70px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

/* container */
.container {
    position: relative;
}

.container .container-wrap {
    padding: 40px 20px;
    background-color: #fff;
}

.container .container-ny {
    padding: 30px;
    background-color: #fff;
}

.container.wap {
    width: 100%;
    overflow-x: hidden;
}

.headline {
    width: 100%;
}
.headline a {
	display: block;
	width: 90%;
	margin: 0 auto;
}

.headline h2 {
    font-size: 38px;
}

.headline .des {
    font-size: 16px;
    color: #666;
    text-indent: 2em;
}

.headline .more {
    color: #0073d5;
	display: inline-block;
	width: auto;
}

/* footer */
.footer {
    width: 100%;
    padding: 50px 0 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: #0073d5;
    background-size: 100% 100%;
    border-top: 9px solid #1e8cee;
}

.footer,
.footer a,
.footer a:hover {
    color: #fff;
}

.footer .link a {
    margin: 0 10px;
}

.footer .logo {
    margin-top: 10px;
}

.footer .gaba img {
    display: inline-block;
    vertical-align: text-top;
}

/* 鐐硅禐 */
.praise {
    position: absolute;
    right: 0;
    padding: 3px 0 3px 10px;
    display: block;
    height: 22px;
    width: 70px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ef4569;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #ef4569;
}

.praise-btn {
    position: relative;
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.praise-txt {
    float: left;
    display: block;
    max-width: 48px;
    _width: 48px;
    height: 20px;
    line-height: 20px;
    text-indent: 5px;
    overflow: hidden;
}

.praise-btn img {
    width: 20px;
    height: 18px;
    margin: 0 auto;
}

.praise-btn img.animation {
    animation: myfirst 0.5s;
    -moz-animation: myfirst 0.5s;
    /* Firefox */
    -webkit-animation: myfirst 0.5s;
    /* Safari 閸滐拷 Chrome */
    -o-animation: myfirst 0.5s;
    /* Opera */
}

.add-num {
    display: none;
}

.add-num .add-animation {
    color: #000;
    position: absolute;
    top: 10;
    right: 0;
    font-size: 15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
    animation: mypraise 0.5s;
    -moz-animation: mypraise 0.5s;
    /* Firefox */
    -webkit-animation: mypraise 0.5s;
    /* Safari 閸滐拷 Chrome */
    -o-animation: mypraise 0.5s;
    /* Opera */
    font-style: normal;
}

.praise .hover,
.add-num .add-animation.hover,
.praise-txt.hover {
    color: #e91515;
}

/*鐐硅禐鍥炬爣鏀惧ぇ鍔ㄧ敾寮€濮�*/
@keyframes myfirst {
    0% {
        width: 20px;
        height: 18px;
    }

    50% {
        width: 24px;
        height: 22px;
    }

    100% {
        width: 20px;
        height: 18px;
    }
}

@-moz-keyframes myfirst

/* Firefox */
    {
    0% {
        width: 20px;
        height: 18px;
    }

    50% {
        width: 24px;
        height: 22px;
    }

    100% {
        width: 20px;
        height: 18px;
    }
}

@-webkit-keyframes myfirst

/* Safari 鍜� Chrome */
    {
    0% {
        width: 20px;
        height: 18px;
    }

    50% {
        width: 24px;
        height: 22px;
    }

    100% {
        width: 20px;
        height: 18px;
    }
}

@-o-keyframes myfirst

/* Opera */
    {
    0% {
        width: 20px;
        height: 18px;
    }

    50% {
        width: 24px;
        height: 22px;
    }

    100% {
        width: 20px;
        height: 18px;
    }
}

/*鐐硅禐鍥炬爣鏀惧ぇ鍔ㄧ敾缁撴潫*/
/*鐐硅禐鏁伴噺鍔犲噺鍔ㄧ敾寮€濮�*/
@keyframes mypraise {
    0% {
        top: 15px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }

    25% {
        top: 10px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    50% {
        top: 5px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity: 1;
    }

    75% {
        top: 0px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    100% {
        top: -5px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }
}

@-moz-keyframes mypraise

/* Firefox */
    {
    0% {
        top: -5px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }

    25% {
        top: -10px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    50% {
        top: -15px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity: 1;
    }

    75% {
        top: -20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    100% {
        top: -25px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }
}

@-webkit-keyframes mypraise

/* Safari 鍜� Chrome */
    {
    0% {
        top: -5px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }

    25% {
        top: -10px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    50% {
        top: -15px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity: 1;
    }

    75% {
        top: -20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    100% {
        top: -25px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }
}

@-o-keyframes mypraise

/* Opera */
    {
    0% {
        top: -5px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }

    25% {
        top: -10px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    50% {
        top: -15px;
        opacity: 1;
        filter: Alpha(opacity=100);
        -moz-opacity: 1;
    }

    75% {
        top: -20px;
        opacity: 0.5;
        filter: Alpha(opacity=50);
        -moz-opacity: 0.5;
    }

    100% {
        top: -25px;
        opacity: 0;
        filter: Alpha(opacity=0);
        -moz-opacity: 0;
    }
}

/*鐐硅禐鏁伴噺鍔犲噺鍔ㄧ敾缁撴潫*/
.praise .toofast {
    display: none;
    position: absolute;
    left: 0;
    bottom: -120%;
    color: #d00;
    font-size: 12px;
}

.praise.lylist .toofast {
    display: none;
    position: absolute;
    left: -60px;
    bottom: 0;
    color: #d00;
    font-size: 12px;
}

.praise.fast .toofast {
    display: block;
}

/*鍔ㄦ€佺偣璧炵粨鏉�*/

/* new */
p span.new,
a span.new {
    padding-left: 15px;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    color: #e91515;
    text-decoration: none;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 鍐呴〉鍏叡 */
.ny-l-box,
.ny-s-box {
    padding: 10px 0;
}

.ny-l-box .content {
    padding: 15px 0;
}

.ny-l-box .content p {
    margin-top: 10px;
    text-indent: 2em;
}

.mod-ny-hd {
    border-bottom: 1px solid #f5f5f5;
    overflow: hidden;
}

.mod-ny-hd .title {
    position: relative;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #3a78cf;
    padding-right: 40px;
    margin-bottom: 20px;
    white-space: nowrap;
}

.mod-ny-hd .title .plus {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    color: #ef4569;
}

.mod-ny-hd .choose {
    overflow: hidden;
    padding-top: 10px;
}

.mod-ny-hd .choose ul {
    width: 900px;
}

.mod-ny-hd.category ul {
    width: 950px;
}

.mod-ny-hd .choose li {
    margin: 0 5px 10px 0;
    float: left;
    height: auto;
    width: 105px;
}

.mod-ny-hd.category .choose li {
    width: auto;
}

.mod-ny-hd .choose li a {
    display: block;
    padding: 5px 5px 5px 20px;
    line-height: 25px;
    color: #666;
    font-size: 20px;
    font-weight: bold;
}

.mod-ny-hd .choose li:hover a,
.mod-ny-hd .choose li.on a {
    color: #ef4569;
    background: url('../images/choose_icon.png?d=2020') no-repeat 5px center;
    text-decoration: none;
}

/* 闈㈠寘灞� */
.curr-location {
    position: relative;
    padding: 20px 0 20px 35px;
    color: #999;
}

.curr-location i {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -12px;
    height: 24px;
    width: 24px;
    background: url('../images/location_icon.png') no-repeat center;

}

.curr-location span {
    padding: 0 5px;
}

.curr-location a {
    color: #999;
}

.curr-location a:hover {
    color: #3a78cf;
}

/* video */
.image i.video-btn {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 48px;
    height: 36px;
    background: url("../images/video_icon.png") no-repeat;
    _background: none;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://static.cdcppcc.gov.cn/default/images/video_icon.png');
    z-index: 2;
}

.nocontent {
    font-size: 18px;
    color: #999;
}

.oldsite {
    padding: 3px 25px;
    background: url('../images/oldsite_icon.png') no-repeat;
    background-position: center center;
}</pre></body></html>