html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box; /* Firefox */
    -webkit-box-sizing: border-box; /* Safari */
}

body {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    line-height: 24px;
    min-width: 1400px;
    color: #3d3d3d;
    background: #f1f5f8;;
}

:focus {
    outline: 1px;
}

article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select, textarea {
    vertical-align: middle;
    color: #666;
    font-size: 14px;
}

em {
    font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #3d3d3d;
}

a:hover {
    /*text-decoration: underline;*/
    color: #2196f3;
}

.left {
    float: left
}

.right {
    float: right
}

.clearfix {
    *zoom: 1
}

.imgCenter {
    text-align: center
}

.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both
}

h1 {
    height: 55px;
    line-height: 55px;
    font-style: normal;
}

h1 span {
    font-size: 18px;
    color: #2a494b;
    text-shadow: 0 0 0.5px #69bbc0;
}

h1 a {
    font-size: 14px;
    color: #7f9294;
    float: right
}

h2 {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    color: #666666
}

h2 a {
    font-size: 18px;
    color: #555
}

h2:hover {
    color: #69bbc0
}


.mt40 {
    margin-top: 40px;
}

.mt20 {
    margin-top: 20px;
}

.conter-bg {
    background: #f2f2f2;
    padding: 10px 0
}

.cltext {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.oflp {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

::-webkit-scrollbar-button {
    background-color: #f1f5f8;
    width: 4px;
    height: 0px;
}

::-webkit-scrollbar-track {
    background: #f1f5f8;
}

::-webkit-scrollbar-thumb {
    background: #8f8f8f;
    border-radius: 4px;
}

::-webkit-scrollbar-corner {
    background: #82AFFF;
}


/*left*/
.qsh-left {
    width: 225px;
    height: 100vh;
    float: left;
    -moz-box-shadow: 0px 0px 10px #ddd; /* 老的 Firefox */
    box-shadow: 0px 0px 10px #ddd;
    position: relative;
    background: #ffffff;
}

.qsh-right {
    height: 100vh;
    margin-left: 225px;
    background: #f1f5f8;
}

.qsh-logo {
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.qsh-logo-img {
    height: 90%;
    vertical-align: middle;
}

.qsh-tit {
    height: 69px;
    line-height: 69px;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
}

.qsh-head {
    width: 100%;
    height: 69px;
    line-height: 69px;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
    position: fixed;
    z-index: 999;
}

.qsh-ts {
    width: 1200px;
    margin: 0 auto;
}

.qsh-logo-img2 {
    float: left;
    margin-top: 2px;
}

.qsh-menu {
    height: 70vh;
}

.qsh-menu dl dt {
    height: 48px;
    line-height: 48px;
    color: #909090;
}

.qsh-menu dl dt a {
    width: 175px;
    height: 48px;
    line-height: 48px;
    padding-left: 50px;
    display: inline-block;
}

.qsh-menu dl dt a:hover {
    color: #2196f3;
}

.qsh-menu dl dt a.on {
    color: #2196f3;
    font-weight: bold;
    background: #f1f5f8;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    transition: box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.qsh-menu dl dt i {
    margin-right: 10px;
}

.qsh-tit i {
    font-size: 24px;
    margin-left: 20px;
    width: 24px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    margin-top: 22px;
}

.qsh-tit a {
    font-size: 18px;
    margin-left: 15px;
}
.qsh-tit.qsh-ts a {
    margin-left: 10px;
}

.qsh-tit a.on {
    font-weight: bold;
    color: #2196f3;
}

.qsh-foot {
    width: 100%;
    height: 50px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    bottom: 15px;
}

.qsh-foot a {
    font-size: 12px;
}

.qsh-foot-s {
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
    font-size: 12px;

}


.qsh-foot-s a {
    font-size: 12px;
}

.foot-top {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
    border-bottom: 1px solid #eeeeee;
}

.foot-top dt {
    padding-top: 20px;
    width: 30%;
    float: left;
}

.foot-top dt b, .foot-top dd b {
    font-size: 16px;
}

.foot-top dd {
    padding-top: 20px;
    width: 70%;
    float: left;
}

.foot-link {
    width: 1200px;
    margin: 0 auto;
    line-height: 35px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.foot-copy {
    width: 1200px;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.qsh-site {
    height: calc(100% - 90px);
    padding: 20px 20px 0 20px;
    overflow: auto;
}

.qsh-siteList {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 262px;
    margin-right: 320px;
    -moz-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
}

.qsh-siteList2 {
    width: 100%;
    height: auto;
}

.xxsm {
    float: right;
    font-size: 14px;
}

.xxsm b {
    color: #ff0000;
}

.qsh-mod {
    width: 300px;
    height: auto;
    float: right;
}

.qsh-mod-box {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    -moz-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
}


.gtx {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 163px;
    -moz-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
}
.gtx dl dt, .qsh-mod-box dl dt {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    border-bottom: 1px solid #f1f5f8;
}

.gtx dl dd, .qsh-mod-box dl dd {
    margin: 0 20px;
    padding: 5px;
    font-size: 14px;
    border-bottom: 1px #eeeeee dashed;
}
.gtx dl dd{
    padding: 7px 5px;
}

.gtx dl dd:last-child,.qsh-mod-box dl dd:last-child {
    border: 0;
}


.qsh-mod-box dl dd b {
    width: 30px;
    text-align: left;
    color: #888888;
    float: left;
}

.qsh-mod-box dl dd i {
    width: 75px;
    font-style: normal;
    font-size: 13px;
    float: right;
    color: #8f8f8f;
}

.qsh-mod-box dl dd a {
    width: 230px;
    display: inline-block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ssyq {
    background-color: #1fc8db;
    background-image: linear-gradient(
            141deg, #9fb8ad 0%, #1fc8db 51%, #2cb5e8 75%);
    height: 162px;
    position: relative;
}

.qsh-siteList dl dt {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 20px;
    border-bottom: 1px solid #f1f5f8
}

.qsh-siteList dl dd {
    padding-left: 20px;
    width: 20%;
    height: 90px;
    float: left;
}

.qsh-siteList2 dl dd {
    height: auto;
}

.qsh-siteList dl dd a {
    font-size: 12px;
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.qsh-siteList2 dl dd a {
    padding: 6px 10px;
}

.qsh-siteList dl dd a:hover {
    background: #f1f5f8;
    -webkit-box-shadow: #C2E6F3 0 0 8px 1px;
    box-shadow: #C2E6F3 0 0 8px 1px;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    transition: box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.qsh-siteList dl dd a:hover span {
    text-decoration: underline;
    color: #2196f3;
}

.qsh-siteList dl dd a:hover p {
    color: #333333;
}

.qsh-siteList dl dd a img {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    vertical-align: top;
}

.qsh-siteList dl dd a span {
    width: 70%;
    font-size: 14px;
    padding-left: 6px;
    font-weight: bold;
    color: #3c3c3c;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.qsh-siteList2 dl dd a span {
    font-size: 16px;
}

.qsh-siteList dl dd a p {
    height: 36px;
    overflow: hidden;
    padding-left: 35px;
    color: #8f8f8f;
    line-height: 18px;
    display: inline-block;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.qsh-siteList dl:last-child {
    padding: 20px 20px 20px 0;
}

.qsh-user {
    color: #666666;
    float: right;
    margin-right: 20px;
    position: relative;
}

.qsh-search {
    width: 220px;
    height: 24px;
    border-radius: 24px;
    border: 1px solid #999999;
    float: right;
    margin-top: 22px;
    padding: 0 10px;
}

.qsh-set {
    width: 100px;
    position: absolute;
    top: 34px;
    right: -10px;
    border: 1px solid #CCCCCC;
    background: #ffffff;
}

.qsh-set li {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.qsh-set li:hover {
    background: #eeeeee;
}

.search-tit {
    width: 600px;
    height: 35px;
    line-height: 32px;
    margin: 0 auto;
    padding-top: 35px;
}

.search-tit ul li {
    width: 85px;
    line-height: 32px;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}

.search-tit ul li:first-child {
    margin-left: 15px;
}

.search-tit ul li b {
    display: inline-block;
    font-weight: normal;
}
.search-tit ul li b.on {
    border-bottom: 2px solid #ffffff;
    font-weight: bold;
}


.search-int {
    width: 600px;
    height: 36px;
    margin: 10px auto;
}

.search-int input {
    width: 502px;
    height: 38px;
    border: 1px solid #ffffff;
    border-radius: 5px 0 0 5px;
    padding: 0 0 0 15px;
    background: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 38px;
    color: #ffffff;
    float: left;
}

.search-int input::-webkit-input-placeholder {
    color: #cccccc;
    font-size: 16px;
}

.search-int input[type=text]:focus {
    border: 2px solid #ffffff;
    width: 500px;
    height: 36px;
    line-height: 36px;
}

.search-int a.clickSearch {
    height: 40px;
    width: 80px;
    display: inline-block;
    background: #ffffff;
    border-radius: 0 5px 5px 0;
    line-height: 40px;
    text-align: center;
    color: #333333;
    float: left;
}

.search-int a.clickSearch:hover {
    color: #000000;
    font-weight: bold;
}

.tianqi, .tianqi_fg {
    width: 250px;
    height: 102px;
    position: absolute;
    left: 5%;
    top: 15px;
    overflow: hidden;
}

.tianqi_fg {
    z-index: 999;
}

.tianqi iframe {
    border: 0;
}

.qsh-typeList, .qsh-list {
    width: 1200px;
    padding-top: 90px;
    margin: 0 auto;
}

.qsh-list-left {
    width: 880px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    float: left;
    -moz-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
}

.qsh-list-left.min525{
    min-height: 525px;
}

.qsh-list-left dl dt, .qsh-list-right dl dt {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    padding-left: 30px;
    border-bottom: 1px solid #f1f5f8;
}

.qsh-list-left dl dd a, .qsh-list-right dl dd a {
    font-size: 18px;
    font-weight: bold;
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.qsh-list-right dl dd a {
    font-size: 16px;
    padding: 0px 10px;
    font-weight: normal;

}
.qsh-list-right dl dd a:hover{
    text-decoration: underline;
}

.qsh-list-left dl dd a p {
    padding-top: 10px;
    display: block;
    font-weight: normal;
    font-size: 14px;
    color: #828a92;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.qsh-list-left dl dd, .qsh-list-right dl dd {
    padding: 10px 20px;
    border-bottom: 1px solid #f1f5f8;
}

.qsh-list-left dl dd a b {
    font-weight: normal;
    font-size: 14px;

}

.qsh-list-left dl dd a:hover {
    background: #f1f5f8;
    -webkit-box-shadow: #C2E6F3 0 0 8px 1px;
    box-shadow: #C2E6F3 0 0 8px 1px;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    transition: box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

.qsh-list-right {
    width: 300px;
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    float: right;
    -moz-box-shadow: 0px 0px 10px #ddd;
    box-shadow: 0px 0px 10px #ddd;
}

.qsh-detail-cen {
    padding: 10px 30px 20px 30px;
    font-size: 15px;
    line-height: 40px;
    color: #666666;
    word-wrap:break-word;
}
.qsh-detail-tit{
    padding: 30px 20px 10px 20px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
}

.qsh-detail-cen b {
    color: #777777;
}

.qsh-detail-cen .bb {
    background: #f1f5f8;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 28px;
    width: 50%;
    float: left;
}

.qsh-detail-cen .h1, .qsh-detail-cen .h2 {
    font-weight: bold;
    padding-top: 10px;
}

.qsh-detail-zt {
    width: 100px;
    height: 100px;
    position: absolute;
    right: 30px;
    top: 10px;
    border: 1px solid #eeeeee;
    background: #f1f5f8;
    padding: 25px;
    border-radius: 5px;

}

.qsh-detail-zt img {
    width: 100px;
    height: 100px;
}

.qsh-detail-cen.re {
    position: relative;
}

.clickBtn{
    height: 25px;
    width: 125px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    background: #2cb5e8;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}
.clickBtn:hover{
    color: #FFFFFF;
    background: #2196f3;
}

/*.merohide{
    height: 400px;
    overflow: hidden;
}*/
.bigPage {
    height: 35px;
    padding: 15px;
    text-align: center;
}

.bigPage a {
    height: 35px;
    padding: 0 15px;
    border: 1px solid #f1f5f8;
    line-height: 35px;
    border-radius: 5px;
    display: inline-block;
    background: #dddddd;
}

.bigPage p {
    width: 42px;
    height: 35px;
    display: inline-block;
}

.bigPage a.selected {
    background: #2196f3;
    color: #ffffff;
}

.bigPage a:hover {
    background: #f1f5f8;
    -webkit-box-shadow: #C2E6F3 0 0 8px 1px;
    box-shadow: #C2E6F3 0 0 8px 1px;
    -webkit-transition: -webkit-box-shadow .1s ease;
    transition: -webkit-box-shadow .1s ease;
    transition: box-shadow 0.1s ease;
    transition: box-shadow 0.1s ease, -webkit-box-shadow 0.1s ease;
}

pre {
    margin: 15px auto;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #ddd;
    border-left-width: 4px;
    padding: 10px 15px;
}