div,
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

body {
    background-color: #f1f4f9;
    color: #333;
    font: 16px / 1.75em Arial, 'Microsoft Yahei';
    overflow-x: hidden;
    width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

li {
    list-style: none;
}

select,
input,
textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.header {
    background-color: #1c6332 !important;
    padding: 25px 0;
}

.header .inner {
    overflow: hidden;
}

.inner {
    width: 1050px;
    margin: 0 auto;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    overflow: hidden;
    width: 288px;
    height: 82px;
    background: no-repeat 0 0;
    background-size: contain;
    text-indent: -99999em;
}

.wapbtn {
    float: right;
    padding: 12px 0;
    display: none;
}

.searchbtn {
    width: 21px;
    height: 21px;
    background: url(../images/icon_ss.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    float: left;
}

.navbtn {
    width: 26px;
    height: 21px;
    background: url(../images/icon_nav.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    float: left;
    margin-left: 15px;
    display: inline-block;
}

.header .right {
    float: right;
    width: 40%;
}

.topsearch {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-right: 80px;
    margin-top: 10px;
}

.topsearch .text {
    border: none;
    height: 24px;
    line-height: 24px;
    padding: 10px 2%;
    width: 96%;
    display: block;
    -webkit-appearance: none;
    font-size: 16px;
    box-sizing: content-box;
}

.topsearch .submit {
    background-color: #12cc4b;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 80px;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
}

.searchtags {
    color: #eee;
    font-size: 14px;
    line-height: 2em;
    margin-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchtags a {
    color: #efefef;
    padding: 0 5px;
}

.bar {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.bar .inner {
    position: relative;
}

.nav {
    margin-right: 150px;
}

.nav ul {
    height: 52px;
}

.nav li {
    float: left;
    font-size: 18px;
    line-height: 32px;
    padding: 10px 2%;
    position: relative;
}

.nav li a {
    display: block;
}

.nav li.cur>a {
    color: #00ad35;
}

.nav li:after {
    width: 1px;
    height: 14px;
    background-color: #e4e4e4;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}

.social {
    position: absolute;
    right: 0;
    top: 12px;
}

.social ul {
    font-size: 0;
    line-height: normal;
    text-align: center;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

/* 首页 */
.Container {
    padding: 20px 0;
    clear: both;
    overflow: hidden;
}

.mainbox {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 2.2%;
    clear: both;
}

.boxtop {
    border-bottom: 1px solid #f1f4f9;
    overflow: hidden;
    padding: 9px 2.198% 8px;
    line-height: 30px;
}

.boxtop h2 {
    float: left;
    font-size: 17px;
    color: #3c3c3c;
    position: relative;
    padding-left: 15px;
}

.boxtop h2:before {
    width: 5px;
    height: 12px;
    background-color: #00ad35;
    border-radius: 2.5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.hmnews .box {
    overflow: hidden;
    padding: 1% 2.198%;
}

.applist {
    overflow: hidden;
    padding: 2% 2.198% 0;
}

.applive {
    text-align: center;
}

.applist ul {
    width: 103%;
    overflow: hidden;
}

.applist li {
    float: left;
    width: 23%;
    padding-right: 2%;
    padding-bottom: 2%;
}

.applive li {
    width: 100% !important;
    border-bottom: 1px solid #eee;
}

.liveinfo {
    margin-top: 10px;
}

.prefix-today,
.prefix-tomorrow,
.prefix-aftertomorrow {
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 13px;
}

.prefix-tomorrow {
    background-color: #e6f0ff;
    color: #2c3e50;
}

.team {
    font-size: 20px;
    padding: 10px 0px;
}

.team div {
    display: inline-block;
}

.team img {
    width: 35px;
    vertical-align: middle;
}

.teamvs {
    font-size: 18px;
    color: #9E9E9E;
    padding: 0px 10px;
    font-weight: 800;
}

.team div {
    display: inline-block;
}

.livesource a {
    margin: 0px 4px;
    background: #00ad35;
    color: white;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 14px;
}

.livemore {
    font-size: 12px;
    color: #E91E63;
}

.boxtop span {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: lighter;
}

.applist .box {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    padding: 6.024%;
    overflow: hidden;
    border-radius: 8px;
    transition: all .3s;
    position: relative;
}

.applist .icon {
    float: left;
    width: 80px;
}

.icon a {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 15%;
}

.icon img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sidebar .icon img{
    width: 100%;
    height: 100%;
}
.applist .info {
    margin-left: 90px;
    padding: 5px 0;
}

.applist h3 {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

.applist .meta {
    font-size: 14px;
    color: #999;
    line-height: 2.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.applist .bifen {
    font-size: 12px;
    color: #999;
    line-height: 2.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hmnews ul {
    overflow: hidden;
    width: 103%;
}

.hmnews li {
    float: left;
    width: 47%;
    padding: 1% 3% 1% 0;
    overflow: hidden;
}

.hmnews li .thumbnail {
    float: left;
    width: 140px;
    overflow: hidden;
}

.hmnews li .thumbnail a {
    display: block;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}

.hmnews .thumbnail img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.hmnews li .info {
    margin-left: 155px;
    overflow: hidden;
}

.hmnews li h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.hmnews li p {
    font-size: 14px;
    color: #555;
    line-height: 1.75em;
    text-align: justify;
    height: 3.5em;
    overflow: hidden;
    margin-bottom: 3px;
}

.hmnews li time {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 2em;
}

.hmlinks {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 2.2%;
    clear: both;
}

.hmlinks ul {
    padding: 1.465% 2.198%;
    overflow: hidden;
}

.hmlinks li {
    float: left;
    padding: 3px 1.535% 3px 0;
    font-size: 14px;
}

.copyright {
    background-color: #00ad35;
    padding: 1.5% 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.75em;
    text-transform: uppercase;
}

.copyright p {
    padding: 3px 0;
}

.bg {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 65px;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none;
}

.backtop {
    background: url(../images/backtop.png) no-repeat center center;
    background-size: contain;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: fixed;
    right: 5%;
    bottom: 30%;
    z-index: 9;
    opacity: .5;
}

.copyright a:hover {
    opacity: .85;
}

.copyright a {
    color: #fff;
}

.sidebar {
    float: right;
    width: 255px;
}

.main {
    overflow: hidden;
}

.main.mainbox {
    clear: none;
}

.boxtop {
    border-bottom: 1px solid #f1f4f9;
    overflow: hidden;
    padding: 9px 2.198% 8px;
    line-height: 30px;
}

.boxtop h1 {
    float: left;
    font-size: 17px;
    color: #3c3c3c;
    position: relative;
    padding-left: 15px;
}

.boxtop h1:before {
    width: 5px;
    height: 12px;
    background-color: #00ad35;
    border-radius: 2.5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.breadcrumb {
    text-align: right;
    font-size: 12px;
    color: #888;
    margin-left: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb a:first-child {
    background: url(../images/icon_home.png) no-repeat left 0;
    padding-left: 20px;
}

.breadcrumb a {
    color: #888;
}

.appcate li {
    width: 31%;
}

.pagenavi {
    font-size: 0;
    line-height: normal;
    display: flex;
    padding: 15px 0 35px;
    justify-content: center;
}
.video-box img:first-child{
    max-width: 500px;
    min-width: 500px;
}

.pagenavi li {
    height: 32px;
    line-height: 32px;
    border: 1px solid #e5e5e5;
    padding: 0;
    font-size: 14px;
    margin: 0 2px;
    color: #555;
    min-height: auto;
    width: auto;
}

.pagenavi li.active,
.pagenavi li:hover,
.pagenavi li:hover a {
    background-color: #00ad35;
    color: #fff;
    border-color: #00ad35;
}

.pagenavi li a,
.pagenavi span {
    padding: 0 12px;
}

.pagenavi li a,
.pagenavi li {
    display: block;
}

.widget,
.hotapps {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
}

.sidetitle {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 1.35em;
    position: relative;
    padding-left: 15px;
}

.sidetitle:before {
    width: 5px;
    height: 12px;
    background-color: #00ad35;
    border-radius: 2.5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.hotapps ul {
    overflow: hidden;
}

.hotapps li {
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #eee;
}

.hotapps .icon {
    width: 65px;
    float: left;
}

.hotapps .info {
    overflow: hidden;
}

.hotapps h4 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.65em;
}

.hotapps p {
    font-size: 12px;
    color: #5e5d5b;
    line-height: 1.75em;
    height: 3.5em;
}

.pagenavi a:hover,
.pagenavi .now-page {
    background-color: #00ad35;
    color: #fff;
    border-color: #00ad35;
}

.newslist {
    overflow: hidden;
    padding: 2% 2.198% 0;
}

.newsitem {
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    margin-bottom: 1.5%;
    padding-bottom: 1.5%;
}

.newsitem .pic {
    float: left;
    width: 250px;
    overflow: hidden;
}

.newsitem .pic a {
    display: block;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.newsitem .pic img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: transform .3s;
}

.newsitem .info {
    margin-left: 250px;
    overflow: hidden;
    padding: 5px 120px 5px 20px;
    position: relative;
}

.newsitem .excerpt {
    color: #666;
    font-size: 16px;
    line-height: 1.75em;
    height: 5.25em;
    overflow: hidden;
}

.newsitem .more {
    margin-top: 15px;
}

.newsitem .more a {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 115px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #00ad35;
}

.newsitem .date {
    border: 1px solid #eee;
    color: #00ad35;
    text-align: center;
    font-size: 14px;
    line-height: 1.125em;
    width: 93px;
    padding: 15px 0 21px;
    position: absolute;
    right: 0;
    top: 10px;
}

.newsitem .date time {
    display: block;
}

.newsitem .date i {
    font-size: 60px;
    line-height: 1em;
    font-style: normal;
    display: block;
}

.post {
    padding: 3% 2.198%;
}

.post .title {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.35em;
    margin-bottom: 1.5%;
}

.post .meta {
    font-size: 0;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 2.5%;
}

.post .meta .date {
    background-image: url(../images/icon_date.png);
}

.post .meta .views {
    background-image: url(../images/icon_views.png);
}

.post .meta span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.75em;
    padding: 0 15px 0 18px;
    color: #999;
    background: no-repeat left center;
    background-size: auto 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entry {
    font-size: 16px;
    line-height: 1.75em;
    color: #333;
    overflow: hidden;
    margin-bottom: 1%;
}

.entry p,
.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6,
.entry table,
.entry hr {
    margin-bottom: 1.875%;
}

.commentsList,
.commentForm,
.relatedpost {
    overflow: hidden;
    margin-bottom: 1%;
}

.posttitle {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    line-height: 1.125em;
    position: relative;
    padding-left: 15px;
    margin-bottom: 2%;
}

.posttitle:before {
    width: 5px;
    height: 12px;
    border-radius: 2.5px;
    background-color: #00ad35;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.relatedpost ul {
    overflow: hidden;
    width: 104%;
}

.relatedpost li {
    float: left;
    width: 46%;
    padding-right: 4%;
    padding-bottom: 2%;
}

.relatedpost li .pic {
    float: left;
    width: 130px;
    overflow: hidden;
}

.relatedpost li .pic a {
    display: block;
    padding-bottom: 75%;
    position: relative;
}

.relatedpost li .pic img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: transform .3s;
}

.relatedpost li .info {
    margin-left: 145px;
    overflow: hidden;
    position: relative;
}

.relatedpost li h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35em;
    margin-bottom: 4px;
}

.relatedpost li .excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.75em;
    height: 3.5em;
    overflow: hidden;
}

.relatedpost li .date {
    margin-top: 4px;
    font-size: 12px;
    color: #999;
    line-height: 1.35em;
}

.zhiboInfo {
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5%;
}

.zhiboInfo .left {
    float: left;
    width: 80px;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

.zhiboInfo .icon {
    padding-bottom: 100%;
    position: relative;
    border-radius: 15%;
    overflow: hidden;
}

.zhiboInfo .middle {
    margin-left: 140px;
    margin-right: 260px;
    overflow: hidden;
}

.zhiboInfo .title {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #2f2e2e;
}

.zhiboInfo .meta,
.zhiboInfo .date {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 5px;
    color: #888;
}

.zhiboInfo .meta span {
    display: block;
    float: left;
    padding-right: 20px;
}

.apptags span {
    color: #f60;
    font-weight: bold;
    display: block;
    float: left;
}

.apptags ul {
    overflow: hidden;
    margin-left: 42px;
}

.apppage {
    padding: 3% 2.198%;
}

.zhiboInfo .meta i,
.zhiboInfo .date em {
    font-style: normal;
    color: #555;
    font-weight: bold;
}

.apptags {
    font-size: 14px;
    color: #999;
    line-height: 1.75em;
    overflow: hidden;
}

.apppage .content .apptitle {
    margin-bottom: 25px;
}

.apppage .content .apptitle {
    margin-bottom: 25px;
}

.apptitle {
    font-size: 18px;
    line-height: 1.35em;
    margin-bottom: 15px;
}

.relatedapp {
    overflow: hidden;
    margin-bottom: 1.5%;
}

.posttitle:before {
    width: 5px;
    height: 12px;
    border-radius: 2.5px;
    background-color: #00ad35;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.relatedapp ul {
    overflow: hidden;
    width: 102%;
}

.relatedapp li {
    float: left;
    width: 8%;
    padding-right: 2%;
    padding-bottom: 2%;
    text-align: center;
}

.relatedapp .icon {
    margin-bottom: 5px;
}

.relatedapp p {
    font-size: 14px;
    line-height: 1.75em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.appcate .box {
    padding: 15px;
}

.applist .intro {
    clear: both;
    font-size: 14px;
    color: #838383;
    line-height: 1.75em;
    height: 3.5em;
    overflow: hidden;
}

.applist .intro em {
    font-style: normal;
    font-weight: bold;
    color: #f60;
}

.luxiang .mainbox {
    margin-right: 280px;
}



.taglist .appcate li {
    width: 31%;
}

.taglist .sidebar {
    width: 325px;
}

.stream_description {
    background-color: #fff;
    font-family: Microsoft YaHei;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: .03em;
    color: #666;
    text-align: left;
}

.flex-v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.value-info .txt {
    font-size: .26rem;
    line-height: 1em;
}

.value-info .txt-ct {
    text-align: center;
}

.flex {
    display: flex;
}

a:hover {
    color: #00ad35;
}

.apptags ul a {
    margin-right: 3px;
}

.process-info {
    padding: 0.12rem 0 0.18rem;
    width: 100%;
}

.searchtags a:hover {
    color: #ffffff;
}

.newsitem h2 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35em;
    margin-bottom: 13px;
}

.stream {
    line-height: 40px;
    margin-bottom: 20px;
}

.stream a {
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
    border: none;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
}

.boxtop span a {
    display: block;
    color: #0e2b17;
    font-weight: bold;
}

.social {

    position: absolute;

    right: 0;

    top: 12px;
}

.social ul {

    font-size: 0;


    line-height: normal;

    text-align: center;
}

.social li {

    display: inline-block;

    line-height: 28px;

    font-size: 14px;

    padding-left: 10px;

    position: relative;
}

.social li a {

    display: block;

    overflow: hidden;
}

.social li i {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background: #777 no-repeat center center;
    border-radius: 50%;
    margin-right: 5px;
}

.social li.wx i {

    background-image: url(/theme/iq/images/icon_wx.png);

    background-color: #15c434;
}

.social li .qr {

    position: absolute;

    width: 100px;

    background-color: #fff;

    border: 1px solid #e5e5e5;

    border-radius: 5px;

    padding: 6px;

    left: 50%;

    margin-left: -54px;

    top: 40px;

    z-index: 2;

    display: none;
}

.social li .qr img {

    display: block;

    width: 100%;

    height: auto;
}

.copyright a {
    color: #fff;
}

.tag .appcate li {
    width: 12%;
}

.tag .applist .icon {
    float: left;
    width: 25px;
}

.tag .applist .info {
    margin-left: 20px;
    padding: 5px 0;
    margin-top: -5px;
}

.tag .appcate .box {
    padding: 0;
    border: none;
}

@media only screen and (max-width:1456px) {
    .inner {
        width: 93.75%;
    }

    .zhiboInfo .right {
        width: 230px;
    }

    .zhiboInfo .middle {
        margin-right: 240px;
    }
}
.entry p img{
    width: 50%;
}

@media only screen and (max-width:1280px) {
    .applist .icon {
        width: 60px;
    }

    .applist .info {
        margin-left: 70px;
        padding: 0;
    }

    .applist .meta {
        line-height: 1.9em;
    }

    .applist .intro {
        margin-top: 5px;
    }

    .sitedata li span {
        font-size: 32px;
    }

    .post .title,
    .singlepage .title {
        font-size: 24px;
    }

    .zhiboInfo .left {
        padding: 15px;
    }

    .zhiboInfo .middle {
        margin-left: 120px;
    }

    .zhiboInfo .title {
        font-size: 20px;
    }

    .zhiboInfo .meta {
        margin-bottom: 0;
        width: 102%;
    }

    .zhiboInfo .meta span {
        width: 48%;
        padding-right: 2%;
        padding-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }




}

@media only screen and (max-width:1024px) {
    .header .right {
        width: 50%;
    }

    .logo a {
        width: 218px;
        height: 62px;
    }

    .topsearch {
        margin-top: 0;
    }

    .topsearch .text {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .topsearch .submit {
        height: 34px;
    }

    .Container {
        padding: 2% 0;
    }

    .newsitem .pic {
        width: 200px;
    }

    .newsitem .info {
        margin-left: 200px;
        padding: 0 100px 0 20px;
    }

    .newsitem h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .newsitem .excerpt {
        font-size: 14px;
    }

    .newsitem .more {
        margin-top: 10px;
    }

    .newsitem .more a {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        width: 90px;
    }

    .newsitem .date {
        width: 80px;
        padding: 10px 0 15px;
    }

    .newsitem .date i {
        font-size: 48px;
    }



}

@media only screen and (max-width:960px) {
    .nav li {
        padding-right: 1.3%;
        padding-left: 1.3%;
    }
    .taglist .mainbox{
        margin-right: 0;
    }
    .applist ul {
        width: 102.2%;
    }

    .applist li {
        width: 47.8%;
        padding-right: 2.2%;
        padding-bottom: 2.2%;
    }


    .sitedata li {
        font-size: 14px;
        width: 49%;
    }

    .sitedata li span {
        font-size: 24px;
        line-height: 40px;
    }

    .sitedata .total,
    .sitedata .today,
    .sitedata .views,
    .sitedata .cmts {
        width: 49%;
    }

    .copyright p {
        padding: 0;
    }

    .sidebar {
        display: none;
    }

    .main {
        margin-right: 0;
        clear: both;
    }

    .post .title,
    .singlepage .title {
        font-size: 20px;
    }

    .relatedpost ul {
        width: auto;
    }

    .relatedpost li {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .relatedpost li .pic {
        width: 100px;
    }

    .relatedpost li .info {
        margin-left: 110px;
    }

    .relatedpost li h2 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .relatedpost li .date {
        display: none;
    }

    .commentsList .gravatar {
        width: 35px;
        height: 35px;
    }

    .commentsList .info {
        margin-left: 45px;
    }

    .commentsList .top span {
        line-height: 1.35em;
    }

    .commentsList .top .reply {
        font-size: 12px;
    }

    .commentsList li li {
        margin-left: 45px;
    }

    #comment .item {
        margin-bottom: 10px;
    }

    #comment .submit {
        font-size: 14px;
        height: 30px;
        width: 90px;
    }

    #comment label {
        float: none;
        width: auto;
        height: auto;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    #comment .input,
    #comment .warning {
        margin-left: 0;
    }

    #comment .text {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #comment img {
        height: 36px;
    }


    .hmnews li .thumbnail {
        width: 110px;
    }

    .hmnews li .info {
        margin-left: 120px;
    }

    .hmnews li h3 {
        line-height: 1.5em;
    }

    .hmnews li p {
        height: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}

@media only screen and (max-width: 768px) {
    .header {
        padding: 10px 0;
        position: relative;
    }

    .luxiang .mainbox {
        margin-right: 0;
    }

    .header .right {
        position: absolute;
        left: 0;
        top: 65px;
        height: auto;
        width: 93.75%;
        padding: 12px 3.125%;
        background-color: #f1f1f1;
        z-index: 3;
        display: none;
    }

    .header .right.show {
        display: block;
    }

    .wapbtn {
        display: block;
    }

    .topsearch {
        padding-right: 60px;
    }

    .topsearch .text {
        padding-top: 8px;
        padding-bottom: 8px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .topsearch .submit {
        height: 36px;
        font-size: 14px;
        width: 60px;
    }

    .searchtags,
    .backtop {
        display: none;
    }

    .logo a {
        width: 158px;
        height: 45px;
    }

    body.show {
        position: fixed;
        overflow: hidden;
        left: 0;
        top: 0;
        width: 100%;
    }

    .bar {
        position: fixed;
        left: -180px;
        top: 65px;
        width: 180px;
        height: 100%;
        z-index: 8;
        transition: left .3s;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .bar.show {
        left: 0;
    }

    .bar .inner {
        width: auto;
        position: static;
        margin-bottom: 65px;
    }

    .nav {
        margin-right: 0;
    }

    .nav ul {
        height: auto;
        padding: 15px 0 60px;
    }

    .nav li {
        float: none;
        padding: 0;
    }

    .nav li:after {
        display: none;
    }

    .nav li a {
        padding: 4px 2em;
    }

    .nav li em {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        cursor: pointer;
    }

    .nav li em:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        transform: rotate(45deg);
        position: absolute;
        right: 1em;
        top: 50%;
        margin-top: -6px;
        transition: all .3s;
    }

    .nav li em.on:after {
        transform: rotate(-135deg);
        margin-top: -2px;
    }

    .nav li ul {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        border: none;
        background-color: transparent;
        padding: 0;
    }

    .nav li ul.show {
        display: block;
    }

    .nav li li {
        text-align: left;
    }

    .nav li li a {
        padding: 4px 1em 4px 3em;
    }

    .social {
        position: fixed;
        right: auto;
        left: -180px;
        top: auto;
        width: 180px;
        overflow: hidden;
        z-index: 9;
        bottom: 0;
        background-color: #fff;
        padding: 15px 0;
        transition: left .3s;
    }

    .social.show {
        left: 0;
    }

    .social li {
        padding: 0 10px;
    }

    .hmtop {
        padding: 0;
    }

    .boxtop {
        padding: 6px 15px 5px;
    }

    .mainbox,
    .hmdiv,
    .hmlinks {
        border-radius: 8px;
    }

    .applist {
        padding: 15px 15px 2px;
    }

    .applist .intro {
        font-size: 12px;
    }

    .hmlinks ul {
        padding: 10px
    }

    .hmlinks li {
        padding: 3px 5px;
    }

    .sitedata li span {
        font-size: 20px;
        line-height: 36px;
    }

    .footer {
        padding: 10px 0;
    }

    .copyright {
        padding: 15px 0;
    }

    .pagenavi {
        padding: 10px 0 20px;
    }

    .pagenavi a {
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
        margin: 0 1px;
    }

    .newslist {
        padding: 15px 15px 5px;
    }

    .newsitem {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .newsitem .pic {
        width: 110px;
    }

    .newsitem .date,
    .newsitem .more {
        display: none;
    }

    .newsitem .info {
        margin-left: 110px;
        padding: 0 0 0 10px;
    }

    .newsitem h2 {
        font-size: 16px;
        line-height: 1.65em;
        max-height: 3.3em;
        white-space: normal;
    }

    .newsitem .excerpt {
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .post {
        padding: 20px 15px;
    }

    .post .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .singlepage .title {
        margin-bottom: 20px;
    }

    .post .meta {
        margin-bottom: 15px;
    }

    .post .meta span {
        font-size: 12px;
        background-size: auto 12px;
        padding: 0 10px 0 14px;
    }

    .entry {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .entry p,
    .entry h1,
    .entry h2,
    .entry h3,
    .entry h4,
    .entry h5,
    .entry h6,
    .entry table,
    .entry hr {
        margin-bottom: 15px;
    }

    .entry blockquote {
        padding: 15px 15px 0;
        border-left-width: 5px;
        margin-bottom: 15px;
    }

    .tags {
        margin-bottom: 20px;
    }

    .posttitle {
        margin-bottom: 15px;
    }

    .relatedpost li h2 {
        white-space: normal;
        line-height: 1.5em;
        max-height: 3em;
    }

    .relatedpost li .excerpt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
    }

    .commentsList,
    .commentForm,
    .relatedpost {
        margin-bottom: 15px;
    }

    .error404 .singlepage {
        padding: 20% 5%;
    }

    .error404 .title {
        font-size: 24px;
    }

    .apppage {
        padding: 20px 15px;
    }

    .zhiboInfo {
        margin-bottom: 15px;
        min-height: 0;
    }

    .zhiboInfo .left {
        padding: 6px;
        width: 60px;
    }

    .zhiboInfo .middle {
        margin-left: 82px;
        margin-right: 0;
    }

    .zhiboInfo .title {
        font-size: 16px;
    }

    .zhiboInfo .right {
        position: static;
        right: auto;
        top: auto;
        width: auto;
        margin-top: 8px;
        float: none;
        clear: both;
        margin-left: 82px;
    }

    .zhiboInfo .canvas {
        display: none;
    }

    .zhiboInfo .btn a {
        height: 28px;
        line-height: 28px;
    }

    .apptitle {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .appscreen {
        margin-bottom: 20px;
    }

    .appscreen .screenlist {
        padding: 15px 26px;
    }

    .appscreen .pic {
        width: 80%;
    }

    .appscreen .slick-arrow {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }

    .appscreen .slick-prev {
        left: -21px;
    }

    .appscreen .slick-next {
        right: -21px;
    }

    .apppage .content .apptitle {
        margin-bottom: 15px;
    }

    .relatedapp {
        margin-bottom: 15px;
    }

    .relatedapp li {
        width: 18%;
        padding-bottom: 1%;
    }

    .relatedapp .icon {
        margin-bottom: 0;
    }

    .hmnews .box {
        padding: 10px 15px;
    }

    .hmnews ul {
        width: auto;
    }

    .hmnews li {
        float: none;
        width: auto;
        padding: 5px 0;
    }

    .hmnews li h3 {
        line-height: 1.75em;
        margin-bottom: 2px;
    }

    .hmnews li p {
        line-height: 1.875em;
        height: 3.75em;
        white-space: normal;
        margin-bottom: 0;
    }

    .hmnews li time {
        display: none;
    }

    .stream {
        line-height: 40px;
        margin-bottom: 20px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .video-box img:first-child{
        max-width: 80vw;
        min-width: 80vw;
    }
    .stream a {
        padding: 10px 20px;
        margin: 10px;
        font-size: 16px;
        border: none;
        color: white;
        border-radius: 5px;
        cursor: pointer;
        white-space: nowrap;
        text-align: center;
    }

    .pagenavi li {
        margin: 0;
        padding: 0;
    }

    .pagenavi .active span.page-link {
        padding: 0 8px;
    }

    .taglist .mainbox {
        margin-right: 0;
    }

    .taglist .appcate li {
        width: 100%;
    }
    .entry p img{
        width: 100%;
    }
    .tag .appcate li {
        width: 33%;
        float: left;
    }
}

@media only screen and (max-width:540px) {
    .applist {
        padding-bottom: 5px;
    }

    .applist ul {
        width: auto;
    }

    .applist li {
        width: auto;
        padding-right: 0;
        float: none;
        padding-bottom: 10px;
    }

    .applist .box {
        padding: 13px 13px 10px;
        border-radius: 5px;
    }

    .applist .intro {
        height: auto;
    }

    .zhiboInfo .left {
        width: 48px;
    }

    .zhiboInfo .middle {
        margin-left: 70px;
    }

    .zhiboInfo .title {
        margin-bottom: 5px;
    }

    .zhiboInfo .meta {
        font-size: 12px;
    }

    .zhiboInfo .meta span {
        padding-bottom: 0;
    }

    .zhiboInfo .date {
        font-size: 12px;
        margin-bottom: 0;
    }

    .zhiboInfo .right {
        margin-top: 5px;
        margin-left: 70px;
    }

    .zhiboInfo .support {
        margin-bottom: 5px;
    }

    .support em {
        font-size: 12px;
    }

    .apptags {
        font-size: 12px;
    }

    .apptags ul {
        margin-left: 36px;
    }

    .apptags li {
        padding-right: 5px;
    }

    .relatedapp p {
        font-size: 12px;
    }
}
.tabs ul {
    width: 100%;
}
.articles .content ul li.apptitle:hover{
    cursor: pointer;
    color:#fff;
    background-color: #00ad35;
}
.articles .content ul li.apptitle {
    float: left;
    color:#000000;
    font-weight:450; 
    font-size:18px;
    margin-bottom: 20px;
    background-color: #ccc;
    margin-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 6px;
}

.articles .tabs .entry {
    display: none;
    width: 100%;
}
.active{
    font-weight:600!important;
    color:#FFF!important;
    background-color: #00ad35!important;
    
}
@media only screen and (max-width:360px) {
    .sitedata li {
        line-height: 1.5em;
        padding: 2px 0.5%;
    }

    .sitedata li i {
        display: none;
    }

    .sitedata li span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        line-height: 1.5em;
        font-size: 18px;
    }

}
