@charset "utf-8";

/* CSS Document */

html {
    font-size: 62.5%;
}

* {
    padding: 0;
    margin: 0
}

ul,
li {
    list-style: none;
}

img {
    border: None;
    margin: 0 auto;
}

body {
    font-size: 14px;
    background: #eff2f5 url('1980.png') center top no-repeat;
    font-family: "微软雅黑";
    line-height: 36px;
    color: #333;
    text-align: center;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #33add5;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0;
}

#wrap {
    margin: 0 auto;
}

#top {
    width: 1200px;
    height: 470px;
    margin: 0 auto;
    position: relative;
}

#top .topimg {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: -1;
    animation: bigger 2s linear infinite alternate;
}

#top .logo {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1;
    animation: roll 2s forwards;
}

#top .topimg img {
    width: 830px;
    height: auto;
}

#top .logo img {
    width: 500px;
    height: auto;
}

@keyframes roll {
    from {
        transform: scale(3);
        opacity: 0;
    }
    80% {
        transform: scale(.8);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bigger {
    from {
        transform: scale(.98);
    }
    to {
        transform: scale(1);
    }
}

#content {
    width: 1198px;
    margin: 0 auto 30px auto;
    background: #fff;
    border: 1px #33add5 solid;
    z-index: 10;
}

#bottom {
    line-height: 150%;
    padding: 20px;
    background: #33add5;
    text-align: center;
    color: #fff;
    font-size: 16px;
}


/*首页样式*/

.indextop #top {
    /*height:665px;*/
    padding-bottom: 190px;
}

.indextop #top .topimg {
    top: 80px;
    left: 0;
}

.indextop #top .logo {
    top: 107px;
    left: 0;
}

.indextop #top .topimg img {
    width: 1031px;
    height: auto;
}

.indextop #top .logo img {
    width: 622px;
    height: auto;
}

.main_box {
    clear: both;
    margin: 0px auto 30px auto;
    overflow: hidden;
    width: 1200px;
    background: url('1964.png') top center no-repeat;
}

.box_con {
    margin-top: 16px;
    background: url('1963.png') center repeat-y;
    border-bottom: 1px #33add5 solid;
    padding: 0 25px 20px 25px;
}

.tit {
    background: url('1977.png') top no-repeat;
    width: 100%;
    margin: 0 auto 25px auto;
    height: 51px;
    line-height: 51px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.tit1 {
    background: url('1978.png') top no-repeat;
    height: 72px;
    padding: 9px 0;
    line-height: 36px;
}

.tit1 span {
    display: block;
    font-size: 18px;
}

.tit2 {
    background: url('1979.png') top no-repeat
}

.box_con dl {
    margin-bottom: 15px;
}

.box_con dt {
    font-size: 24px;
    color: #149dc9;
    text-align: center;
}

.box_con dd {
    text-align: left;
    font-size: 14px;
    color: #666;
    text-indent: 2em;
}

.box_con dl a {
    color: #149dc9;
}

.ul_list {
    overflow: hidden;
}

.ul_list li {
    background: url("1965.png") left center no-repeat;
    text-align: left;
    position: relative;
}

.ul_list li:hover {
    background: url("1966.png") left center no-repeat;
    color: #e83a43;
}

.ul_list li a {
    display: block;
    display: block;
    padding-left: 20px;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.ul_list li span {
    position: absolute;
    right: 0px;
    top: 0;
}

.ul_list2 li {
    float: left;
    width: 48%;
    *padding: 0 1%;
}

.ul_list2 li:nth-child(2n) {
    float: right !important;
}

.mt30 {
    margin-top: 30px;
}

.w550 {
    width: 550px;
}

.morelink {
    clear: both;
    padding: 15px 0;
}

.morelink a {
    display: block;
    width: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    border: 1px #149dc9 solid;
    border-radius: 20px;
    margin: 0 auto;
}

.morelink a:hover {
    color: #149dc9;
}

.xtit {
    margin-top: 20px;
    border-top: 1px #149dc9 solid;
    text-align: left;
    height: 46px;
    line-height: 46px;
    position: relative;
}

.xtit span {
    float: left;
    width: 131px;
    background: url("1982.png") top left no-repeat;
    font-size: 18px;
    color: #149dc9;
    text-align: center;
}

.more {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    color: #333;
    font-weight: normal;
}

.left_img,
.w560 {
    width: 560px;
}

.left_img img {
    width: 100%;
    height: auto;
}

.pc_list {
    overflow: hidden;
}

.pc_list li {
    padding: 7px 0;
    height: 26px;
    line-height: 26px;
    text-align: left;
    position: relative;
}

.pc_list li a {
    display: block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -moz-binding: url('#');
}

.pc_list li b {
    background: #33add5;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}

.pc_list span {
    position: absolute;
    top: 6px;
    right: 0;
}

.aqzs_list li {
    padding: 3px 0;
    border-bottom: 1px #ddd solid;
}


/*二级列表页样式*/

.loc {
    margin: 0 auto;
    font-size: 14px;
    color: #333;
    padding: 10px;
    line-height: 150%;
    text-align: left;
    border-bottom: 1px #eee solid;
}

.loc a {
    font-size: 14px;
    color: #333;
}

.loc a:hover {
    color: #333;
}

#listmain {
    min-height: 300px;
    margin: auto;
    padding: 20px 10px;
}

.alist {
    padding: 0;
}

.alist .article {
    width: 98%;
    text-align: left;
    margin: 0 auto;
}

.alist tr td {
    vertical-align: top;
    padding: 6px 0;
    line-height: 24px;
    font-size: 16px;
}

.alist .arlisttd a {
    background: url("1965.png") left 7px no-repeat;
    padding-left: 15px;
    line-height: 24px;
}

.alist .arlisttd a:hover {
    background: url("1966.png") left 7px no-repeat;
}

.alist td.ardot {
    display: none;
    width: 15px;
}

.alist .timedefault {
    font-size: 14px;
    color: #555;
    width: 100px;
    text-align: right;
}

.alist .listline {
    background: none;
    border: none;
}

.alist .arlisttd a span {
    background: #33add5;
    padding: 0 15px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: inline-block;
    margin-right: 10px;
}


/*文章页样式*/

#artmain {
    padding: 0 30px;
    margin: 0 auto;
    background: #fff;
}

#artmain .mtitle {
    font-size: 22px;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 22px;
    line-height: 150%;
    padding-top: 25px;
}

#artmain .source {
    font-family: "宋体";
    font-size: 12px;
    padding: 10px 0;
    color: #555;
    border-bottom: 1px #ddd dotted;
}

#zoom {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    padding: 30px 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#zoom a {
    color: #000;
    text-decoration: underline
}

#zoom table {
    margin: auto;
}

#zoom p {
    margin: 0;
    padding: 5px 0;
    border: 0;
    text-align: justify;
    text-justify: inter-ideograph;
}

#zoom img {
    max-width: 750px;
    /* _width: expression(document.body.clientWidth > 750 ? "750px": "auto"); */
    margin: 5px auto 0px auto;
    text-align: center;
}


/*自适样式*/

@media screen and (max-device-width:1024px) {
    body {
        background-size: 150%;
    }
    #top {
        width: 100%;
    }
    #top .topimg img {
        width: 100%;
        max-width: 830px;
    }
    #top .logo img {
        width: 90%;
        max-width: 500px;
    }
    .indextop #top {
        padding-bottom: 150px;
    }
    .indextop #top .topimg img {
        width: 100%;
        max-width: 1000px;
    }
    .indextop #top .logo img {
        width: 90%;
        max-width: 622px;
    }
    #content {
        width: 98%;
    }
    .main_box {
        width: 98%;
    }
    .box_con {
        margin-top: 9px;
        border-left: 1px #33add5 solid;
        border-right: 1px #33add5 solid;
    }
    .box_con dt {
        font-size: 22px;
    }
    .fl,
    .fr {
        float: none;
    }
    .w550,
    .left_img,
    .w560 {
        width: 100%;
    }
    .loc {
        width: auto;
        padding: 1rem;
    }
    #zoom {
        padding: 1rem 0;
    }
    #zoom img {
        max-width: 95%;
        margin: 5px auto 0px auto;
        text-align: center;
    }
    #zoom table {
        width: 100%;
    }
    .loc {
        width: auto;
        padding: 1rem;
    }
    .alist .arlisttd {
        line-height: normal;
    }
    .sjsm {
        display: none;
    }
}

@media screen and (max-device-width:820px) {
    #top .topimg {
        top: 30px;
    }
    #top .logo img {
        width: 80%;
    }
    .indextop #top {
        padding-bottom: 80px;
    }
    .indextop #top .logo img {
        width: 80%;
    }
    .indextop #top .topimg {
        top: 100px;
    }
    .indextop #top .logo {
        top: 50px;
    }
}

@media screen and (max-device-width:768px) {
    #top {
        height: 430px;
    }
}

@media screen and (max-device-width:736px) {
    .ul_list2 li {
        float: none;
        width: 100%;
    }
    .ul_list2 li:nth-child(2n) {
        float: none !important;
    }
}

@media screen and (max-device-width:667px) {
    #top .topimg {
        top: 70px;
    }
}

@media screen and (max-device-width:568px) {
    #top .topimg {
        top: 100px;
    }
    .indextop #top {
        padding-bottom: 0px;
    }
}

@media screen and (max-device-width:414px) {
    #bottom span {
        display: block;
        padding-right: 20px;
    }
    #top {
        height: 340px;
    }
    .box_con {
        padding: 0 10px 20px 10px;
    }
    .tit1 {
        background-size: 260%;
    }
    .ul_list li a,
    .pc_list li a {
        width: 90%;
    }
    .ul_list li span,
    .pc_list span {
        display: none
    }
}

@media screen and (max-device-width:375px) {
    #top {
        height: 320px;
    }
    .tit1 {
        padding: 5px 0;
        line-height: 130%;
    }
    .box_con {
        margin-top: 3px;
    }
}

@media screen and (max-device-width:320px) {
    #top {
        height: 285px;
    }
    .box_con {
        margin-top: 1px;
    }
    .box_con dt {
        font-size: 18px;
    }
}