html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, hgroup, menu, nav, summary, time, mark, audio, video, header, footer {
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent
}

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 13px;
    /*font-size:1.3rem; 	 12÷10=1.2 导致字忽大忽小*/
}

body {
    cursor: default;
    width: 100%;
    height: auto;
    font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Verdana, Tahoma, sans-serif;
    background: #F3F3F3;
    color: #555;
    line-height: 24px;
    margin: 0;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 15px;
    /*font-size:1.5rem;*/
    color: #555;
    font-weight: normal
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

header {
    position: relative
}

img, input {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle
}

ol {
    list-style-type: decimal
}

input, textarea, button {
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a, a:link, a:visited {
    color: #555;
    text-decoration: none;
}

a, a.reversed:active, a.reversed:focus, a.reversed:hover, p.tags a:active, p.tags a:focus, p.tags a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a img, input {
    -webkit-transition: all 0.18s ease-out;
    -moz-transition: all 0.18s ease-out;
    -ms-transition: all 0.18s ease-out;
    -o-transition: all 0.18s ease-out;
    transition: all 0.18s ease-out
}

ul, li {
    list-style: none
}

.alignleft {
    float: left;
    text-align: left;
    margin-right: 10px
}

.aligncenter {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px
}

.alignright {
    float: right;
    text-align: right;
    margin-left: 10px
}

* {
    border: 0;
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: none
}

.post video, .post object, .post embed, .post iframe {
    width: 100% !important;
}

.clear {
    clear: both
}

.mb15 {
    margin-bottom: 15px
}

.pdt15 {
    padding-top: 15px
}

.mt15 {
    margin-top: 15px
}

.mr10 {
    margin-right: 10px
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

#header-vfilm {
    width: 100%;
    position: relative;
    clear: both;
    background: #407864;
    height: 57px;
    margin-bottom: 25px
}

@media screen and (max-width:980px) {
    #header-vfilm {
        margin-bottom: 10px;
    }
}

#header {
    width: 1200px;
    margin: 0 auto;
    background: #407864;
}

.header {
    width: 100%;
    height: 57px;
    position: relative;
    margin: 0 auto;
    background: #407864;
}

#logo {
    width: 205px;
    position: relative;
    float: left;
    z-index: 10;
    display: block;
    height: 57px
}

#mainnav {
    float: left;
    line-height: 57px;
    height: 57px;
    font-size: 14px;
    font-size: 1.4rem
}

#mainnav li {
    position: relative;
    list-style: none;
    display: block;
    float: left;
    min-height: 57px
}

#mainnav li a {
    text-transform: none;
    line-height: 57px;
    height: 57px;
    padding: 0 25px 0 20px;
    color: #f1f1f1;
    display: block
}

#mainnav li a:focus, #mainnav li a:hover {
    background: #111;
    color: #fff
}

#mainnav li .sub-menu {
    text-align: left;
    position: absolute;
    top: 57px;
    left: 0;
    min-width: 140px;
    z-index: 10;
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
    background: #407864;
    padding: 6px 0 10px 0;
}

#mainnav li .sub-menu li {
    float: none;
    display: block;
    color: #f1f1f1;
    height: 35px;
    min-height: 35px
}

#mainnav li .sub-menu li a {
    line-height: 35px;
    height: 35px;
    background: #407864;
}

#mainnav li .sub-menu li a:hover, #mainnav li .sub-menu li.current-menu-item a {
    background: #366655;
    color: #fff
}

#mainnav .active a, #mainnav .active a:focus {
    color: #fff;
    background: #366655
}

#mainnav li:hover a, #mainnav li.current-menu-item a, #mainnav li.current-menu-parent a, #mainnav li.current_page_item a, #mainnav li.current-post-ancestor a, #mainnav .active a:hover {
    color: #fff;
    position: relative;
    z-index: 2;
    /*background:#407864;*/
    background-color: #366655;
}

#mainnav .sign {
    border-top: 5px solid #ddd;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    top: 27px;
    right: 8px;
}

.sign {
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    vertical-align: top
}

#mainnav li .icons {
    margin-right: 5px;
    font-size: 17px;
    font-size: 1.7rem;
    top: 1px;
    position: relative;
}

#menu-icon {
    display: none;
}

#logged {
    position: absolute;
    right: 0;
}

#logged .top-avatar {
    margin: 12px 20px 0 20px;
    z-index: 100;
    color: #fff;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    height: 57px;
    float: left;
}

#logged .top-avatar img {
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
    width: 35px
}

#logged .logged-active:hover .logged-menu {
    display: block
}

#logged .logged-active .logged-menu {
    background: #407864;
    position: absolute;
    width: 80px;
    display: none;
    top: 57px;
    right: 0;
    z-index: 999;
    overflow: hidden
}

#logged .logged-active .logged-menu a {
    color: #FFF;
    display: block;
    padding: 10px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-size: 1.2rem
}

#logged .logged-active .logged-menu a:hover {
    background: #407864;
    color: #fff;
}

.footernav {
    overflow: hidden;
    float: right
}

.footernav li {
    float: left;
    position: relative;
    list-style: none;
    display: block
}

.footernav li a {
    margin: 0 15px 0 0
}

#wrapper {
    position: relative;
    width: 1100px;
    margin: 0 auto
}

#wrap {
    width: 895px;
    margin: 0 auto;
    float: right;
    margin-bottom: 30px;
    overflow: hidden;
}

#main {
    width: 100%;
    margin: 0 auto;
    position: relative;
    clear: both
}

#left-menu {
    font-size: 16px;
    font-size: 1.6rem;
    width: 180px;
    float: left;
    position: relative;
    background: #fff;
    z-index: 2;
    margin: 0 0 25px 0
}

#left-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative
}

#left-menu ul li {
    list-style: none;
    position: relative;
    border-bottom: 1px solid #F3F3F3;
    height: 40px
}

#left-menu ul li a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 40px;
    display: block;
    height: 40px;
    text-transform: none;
    color: #666;
    padding-left: 35px;
}

#left-menu ul li a:focus, #left-menu ul li a:hover, #left-menu ul li:hover a {
    background: #fafafa;
    color: #366655
}

#left-menu .sign {
    border-top: 5px solid transparent;
    border-left: 6px solid rgb(207, 207, 207);
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 15px;
    right: 20px;
}

#left-menu ul li .sub-menu {
    position: absolute;
    left: 180px;
    top: 0;
    padding: 0;
    width: 180px;
    display: none;
    background: #fff;
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

ul.sub-menu {}

#left-menu ul li .sub-menu li {
    float: none;
    display: block;
    color: #666
}

#left-menu ul li .sub-menu li a {
    padding-left: 40px;
    line-height: 40px;
    color: #666;
    background: #fafafa;
}

#left-menu ul li .sub-menu li a:hover, #left-menu ul li .sub-menu li.current-menu-item a {
    background: #fafafa;
    color: #366655;
    background-image: none
}

#left-menu ul li:hover .sub-menu {
    display: block
}

#left-menu ul .active a, #left-menu ul .active a:hover, #left-menu ul .active a:focus {
    color: #B3B3B3;
    text-decoration: none
}

#left-menu ul li.current-menu-item a, #left-menu ul li.current-menu-parent a, #left-menu ul li.current_page_item a, #left-menu ul li.current-post-ancestor a {
    color: #366655;
    text-decoration: none;
    background: #fafafa
}

#left-menu ul li .icons {
    margin-right: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    top: 1px;
    position: relative;
}

#category_mbx {
    background: #366655;
    padding: 10px
}

#category_mbx ul {
    color: #999;
    background: #fff;
    padding: 5px 15px;
    margin-bottom: 10px;
    text-transform: none;
    clear: both;
    font-size: 12px;
    font-size: 1.2rem
}

#category_mbx ul li {
    text-transform: none;
    clear: both
}

#category_mbx a, #category_mbx a:visited {
    color: #999
}

#article {
    width: 620px;
    min-height: 600px;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 0 0 15px 0
}

#article .article-title, .related_about, #comment-title {
    padding: 10px 15px;
    margin-bottom: 10px;
    text-transform: none;
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    background: url(../../../../images/side-bar-title-bg.png) #fff repeat
}

#article .loop {
    width: 620px;
    margin: 0 0 25px 0;
    float: left;
    background: #FFF;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    position: relative
}

/*one style*/
#article .loop .content {
    overflow: hidden;
    float: left;
    margin: 2% 2% 0 2%;
    width: 278.3px;
    height: 172.5px;
}

#article .loop .content img {
    width: 100%;
    height: auto
}

#article .loop .content:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

#article .loop .content img, #article .loop .content-two img {
    transform: scale(1);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1);
    -webkit-transform: all 1s ease 0s;
}

#article .loop .content:hover img, #article .loop .content-two:hover img {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

/*two style*/
#article .loop .content-two {
    width: 620px;
    height: 230px;
    margin: 0;
    overflow: hidden;
}

#article .loop .content-two img {
    width: 620px;
    height: auto;
    margin: 0;
}

#article .loop .content-two:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

#article .loop .content-two a {
    height: 230px;
    display: block;
}

#article .loop .content_body {
    margin: 2% 2% 0 2%;
    display: block;
    overflow: hidden;
}

#article .loop .content_body h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 25px;
    color: #366655
}

#article .loop .content_body h2 a, #article .loop .content_body h2 a:visited {
    color: #366655;
}

#article .loop .content_body:hover h2 a {
    color: #407864;
    text-decoration: underline
}

#article .loop .content_body p {
    font-size: 14px;
    font-size: 1.4rem;
    color: #555;
    margin: 10px 0
}

#article .loop .content_infor {
    color: #888;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 18px 12px 18px;
    border-top: 1px solid #F3F3F3;
    line-height: 27px;
    overflow: hidden;
    margin-top: 10px;
    display: block;
    clear: both
}

#article .loop .content_infor a {
    color: #888;
}

#article .loop .content_infor span, #article .loop .content_infor .auther {
    margin-right: 10px
}

#article .loop .content_infor a:hover {
    color: #366655
}

#article .loop .content_infor .avatar {
    width: 30px;
    border-radius: 15px;
    height: auto;
    margin-right: 10px
}

#article .loop .more {
    margin-left: 10px;
    float: right
}

.breadcrumb {
    background: #fff;
    position: relative;
    padding: 8px 15px;
}

.breadcrumb h2 {
    font-size: 18px;
    line-height: 24px;
}

.breadcrumb p {
    font-size: 14px;
    line-height: 24px;
}

/*three style*/
#article-three {
    width: 930px;
}

#article-three .posts {
    position: relative;
}

#article-three .loop-pic {
    float: left;
    width: 303px;
    margin-bottom: 25px;
}

.content-two .category-color {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    background: #366655;
}

.content-two .category-color a {
    line-height: 24px;
    font-size: 12px;
    padding: 0px 8px;
    color: #FFF;
}

#article-three .loop-pic .loop-three {
    background: #FFF;
    margin: 0 15px 0 0;
    border: 3px solid #fff;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.content-two {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

#article-three .loop-pic img {
    width: 100%;
    height: 168px
}

.loop-three h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 15px 5px 15px;
}

#article-three .loop-pic .loop-three:hover .category-color {
    background: #000
}

#article-three .loop-pic .loop-three:hover {
    border: 3px solid #000;
}

.loop-three .content_infor {
    padding: 0 15px 10px 15px;
    font-size: 12px;
}

.loop-three .content_infor span, .loop-three .content_infor a {
    color: #999;
}

.article-three-title {
    padding: 10px 15px;
    margin-bottom: 20px;
    text-transform: none;
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    background: #FFF
}

.index-6ad {
    width: 895px;
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    background: #FFF;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.index-6ad ul {}

.index-6ad li {
    float: left;
    overflow: hidden;
    width: 16.6%;
}

.index-6ad li .box {
    margin-left: 10px;
    ;
    margin-top: 10px;
}

.index-6ad li img {
    width: 132px;
    height: 77px;
    margin-bottom: 10px;
}

.index-6ad li h2 {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}

.index-3ad {
    width: 895px;
    position: relative;
    margin-bottom: 20px;
    background: #FFF;
    overflow: hidden;
}

.index-3ad ul {}

.index-3ad li {
    float: left;
    width: 33%;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.index-3ad li .box {
    margin: 10px 0 10px 10px;
    border: 3px solid #fff;
}

.index-3ad li .box:hover {
    border: 3px solid #000;
}

.index-3ad li img {
    width: 100%;
    max-height: 168px;
    margin-bottom: 10px;
}

.index-3ad li h2 {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 10px;
}

/*页码*/
#page {
    margin-bottom: 0px;
    margin-top: 10px;
    clear: both;
    overflow: hidden;
}

#page li, #page span {
    float: left;
}

#page li a {
    font-size: 13px;
    color: #fff;
    min-width: 40px;
    line-height: 40px;
    /* float:left;	*/
    background: #407864;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    padding: 0 5px;
}
#page li a:hover {
   
    background: #366655;
 
}

 

/*主题配色#page li a:hover {	background:#366655;}*/
#page .active a {
    color: #FFF !important;
    background: #366655;
}

#page_title {
    overflow: hidden;
    padding: 5px 0 15px 0;
    border-bottom: 1px solid #EEEEEE
}

#page_title h2 {
    line-height: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    color: #525252
}

.author-head {
    float: left;
    border: 1px solid #DDD;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
}

.author-head img {
    width: 46px;
    height: 46px;
}

#title .date, #title .post_icon {
    color: #bbb;
    margin-top: 4px;
    font-size: 13px;
    font-size: 1.3rem;
}

.post_icon span {
    margin-right: 5px;
}

#title .date a, #title .post_icon a, #title .date a:visited {
    color: #bbb
}

#title .date, #title .post_icon a:hover {
    text-decoration: underline
}

#post {
    background: #fff;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 0 20px 20px 20px;
    margin-bottom: 20px;
}

#post #title {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #EEEEEE
}

#post #title .post-title {
    /*margin-left:65px;*/
}

#post #title .post-title h1 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24px;
}

#post .img {
    float: left;
    margin-right: 10px
}

.post {
    overflow: hidden;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 28px;
}

.post p {
    margin: 10px 0
}

.post p img {
    max-width: 100%;
    margin: 15px auto auto auto;
    height: auto;
    display: block
}

.post p img:hover {
    background-color: #fbfbfb;
    border-color: #366655
}

.post blockquote {
    line-height: 32px;
    padding: 10px 16px;
    margin: 10px 0;
    border: 1px solid #DDD;
    background: #F4F4F4;
    border-radius: 5px
}

/*.post pre {	padding:12px;	border:1px dotted #555;	font:12px Verdana;	line-height:38px}*/
.post h3, .post h2 {
    text-align: left;
    border-left: 4px solid #366655;
    padding-left: 15px;
    font: 17px \5FAE\8F6F\96C5\9ED1;
    margin: 10px 0;
    line-height: 32px;
    color: #366655
}

.post h4 {
    text-align: left;
    border-left: 4px solid #366655;
    padding-left: 13px;
    font: 13px \5FAE\8F6F\96C5\9ED1;
    line-height: 32px;
    color: #555
}

.post strong {
    font-weight: bold
}

.post em {
    font-style: italic
}

.post a, .post a:visited {
    color: #366655;
    text-decoration: none
}

.post a:hover {
    color: #366655
}

/*.post code {	padding:3px;	margin:0 5px;	border:1px solid #DDD;	background:#F4F4F4}*/
#authorarea {
    background-color: #fff;
    padding: 20px;
    position: relative;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    height: 150px;
}

#authorarea img {
    border: 1px solid #DDD;
    float: left;
    position: relative;
    margin: 0 10px 0 0;
    width: 150px
}

.authorinfo {
    min-height: 53px;
    margin-left: 65px;
    display: flex;
    flex-direction: column;
}

.post-author-name {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-right: 10px
}

.post-author-description {
    color: #555;
    margin-top: 10px
}

.post-author-url, .post-author-weibo {
    font-size: 12px;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 1px 8px;
    white-space: nowrap;
    margin-right: 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.post-author-url {
    background-color: #D9534F
}

.post-author-weibo {
    background-color: #366655
}

.post-author-url a, .post-author-weibo a {
    color: #fff
}

.post-nav {
    overflow: hidden;
    padding: 15px 5px;
    font-size: 15px;
    background: url(../../../../images/side-bar-title-bg.png) #fff repeat;
    color: #bbb;
    margin: 20px 0 0 0;
}

.post-nav span {
    float: left;
    position: relative;
    /* max-width: 50%; */
}

.post-nav .post-nav-next {
    float: right;
    text-align: right;
}

.post-nav .post-nav-prev {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-nav .post-nav-next {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-statement, .post-tags {
    font-size: 15px;
    font-size: 1.5rem;
    color: #999;
}

.post-tags .tags a {
    color: #999;
    margin: 0 6px 12px 6px;
    background-clip: border-box;
    background-color: #f3f3f3;
    border-radius: 2px;
    box-shadow: none;
    line-height: 18px;
    padding: 5px 12px;
    display: inline-block;
}

#post .zxk {
    width: 100px;
    height: 30px;
    color: #fff;
    margin: 20px 20px 10px 0;
    padding-left: 20px;
    /*background:url(../images/video.png) no-repeat #366655;*/
}

#post .zxk a, #post .zxk a:visited {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    padding-left: 15px;
    display: block;
}

#post .zxk a:hover, #post .download a:hover {
    color: #407864;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    padding-left: 15px;
    display: block;
}

#post .download a, #post .download a:visited {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    text-decoration: none;
    padding-left: 15px;
    display: block;
}

#post .download {
    width: 100px;
    height: 30px;
    color: #fff;
    padding-left: 20px;
    /*background:url(../images/download.png) no-repeat #366655*/
}

.cbtns {
    margin: 0 15px 0 0
}

.c_zxk {
    color: #666 !important;
    background-color: #fbfbfb;
    border: 1px solid #bbb;
    padding: 3px 8px
}

.c_zxk:hover {
    color: #366655 !important;
    background-color: #fbfbfb;
    border: 1px solid #366655;
    padding: 3px 8px
}

#article-index {
    -moz-border-radius: 6px 6px 6px 6px;
    border: 1px solid #DEDFE1;
    float: right;
    position: relative;
    margin: 15px 0 15px 15px;
    padding: 0 6px;
    max-width: 15%;
    line-height: 23px;
    font-size: 12px;
    font-size: 1.2rem;
    z-index: 900
}

#article-index strong {
    border-bottom: 1px dashed #DDDDDD;
    display: block;
    line-height: 30px;
    padding: 0 4px
}

#index-ul {
    margin: 0;
    padding-bottom: 10px
}

#index-ul li {
    background: none repeat scroll 0 0 transparent;
    list-style-type: none;
    padding: 0;
    text-align: center
}

#show-index {
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px
}

#sidebar-left {
    float: left;
    width: 180px
}

.sidebox ul.sidebar-social {
    margin: 0 auto;
    width: 100%;
    text-align: -moz-center;
    text-align: center;
    margin-top: 10px;
    padding: 0;
}

.sidebar-social-icon {
    margin-bottom: 25px;
    position: relative;
    clear: both;
}

.sidebar-social-icons {
    display: inline-block;
    padding-right: 1%;
    padding-left: 1%;
}

.sidebar-social-icon .weixin {
    height: auto;
    width: 100%;
}

.sidebar-social-icons a {
    display: inline-block;
    width: 38px;
    height: 39px;
}

.sidebar-social-icons .weibo, .sidebar-social-icons .qq, .sidebar-social-icons .rss, .sidebar-social-icons .email {
    background: url(../images/social.png) no-repeat
}

.sidebar-social-icons .weibo {
    background-position: 0 0
}

.sidebar-social-icons .qq {
    background-position: -44px 0
}

.sidebar-social-icons .rss {
    background-position: -88px 0
}

.sidebar-social-icons .email {
    background-position: -132px 0
}

.widget-container {
    padding: 10px;
    overflow: hidden
}

.widget-container li {
    border-bottom: 1px dashed #E6E6E6;
    margin-bottom: 6px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 20px;
    overflow: hidden
}

.widget-container li p {
    margin-left: 20px
}

.widget-container span {
    /* background:url(../../../../images/vficons.png) no-repeat -55px -7px;	*/
    width: 20px;
    height: 20px;
    float: left;
    color: #f66;
}

.widget-container li a {
    color: #366655
}

#sidebar-right {
    width: 250px;
    float: right;
    position: relative
}

.widget-title, .sidebox h2 {
    padding: 3px 15px;
    line-height: 35px;
    text-transform: none;
    clear: both;
    font-size: 16px;
    font-size: 1.6rem;
    background: url(../../../../images/side-bar-title-bg.png) repeat center top #fff;
    border-bottom: 1px solid #EEEEEE
}

.sidebox, .widget {
    margin-bottom: 25px;
    background: #FFF;
    float: left;
    clear: both;
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    position: relative
}

.sidebox ul, .textwidget {
    padding: 10px
}

.w_comment li a.comment_r p {
    line-height: 20px;
}

.w_comment li a.comment_r {
    color: #38485a;
    border-radius: 5px;
    padding: 8px 10px;
    background: #F5F5F5;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    margin-top: -2px;
    margin-left: 43px;
}

.w_comment li a.comment_r:before {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px;
    border-right-color: #F5F5F5;
    position: absolute;
    left: -13px;
    top: 10px;
}

.w_comment li a {
    display: block;
}

#tab-title {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    color: #407864;
    background: url(../../../../images/side-bar-title-bg.png) repeat #fff
}

#tab-title span {
    font-size: 14px;
    font-size: 1.4rem;
    width: 50%;
    line-height: 40px;
    float: left;
    border-top: 3px solid #407864;
    text-align: center;
    color: #407864
}

#tab-title span.selected {
    color: #f66;
    border-top: 3px solid #f66
}

#tab-content {}

#tab-content ul li, .w_comment li {
    overflow: hidden;
}

#tab-content ul li {
    margin-bottom: 10px;
}

#tab-content ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#tab-content ul li a {
    float: left
}

#tab-content ul li a:hover, .w_comment li a:hover {
    color: #407864
}

#tab-content ul li .post_i {
    color: #f66;
    font-family: "Georgia";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    left: 10px;
    bottom: 2px
}

#tab-content ul li .tab_post_title {
    display: block;
    padding: 0 0 0 30px;
    position: relative;
    font-size: 12px;
    width: 150px;
    font-family: Helvetica, Arial, sans-serif;
    color: #666;
}

#tab-content ul li .post_num {
    color: #ccc;
    float: right;
    font-size: 12px;
    font-size: 1.2rem
}

#tab-content ul li .time {
    float: right;
    color: #ccc
}

#tab-content .hide {
    display: none
}

.hotpost {
    padding: 10px
}

.hotpost li {
    /*clear:both;*/
    margin: 0 0 10px 0;
    border-bottom: 1px solid #eee
}

.hotpost li a {
    overflow: hidden;
    position: relative;
    display: block
}

.hotpost li img {
    width: 80px;
    height: 65px;
    float: right;
    margin: 0 0 10px 8px
}

.hotpost li .hotpost-left {
    margin-right: 90px;
    overflow: hidden;
}

.hotpost .hot-post-title {
    display: block;
    line-height: 20px;
    word-wrap: break-word;
    overflow: hidden;
}

.hotpost .hot-post-info {
    color: #888;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 27px;
    margin-right: 8px
}

.w-readers {
    overflow: hidden;
    padding: 10px
}

.w-readers li {
    float: left;
    margin: 0 10px 10px 0;
}

.w-readers li a {
    display: inline
}

#sidebar-left .w-readers ul li {
    width: 42px;
    height: 42px;
    border-radius: 10px;
}

#sidebar-left .w-readers img.avatar {
    width: 42px;
    height: 42px;
    border-radius: 10px;
}

.w-readers img.avatar {
    width: 47px;
    height: auto;
    border-radius: 10px;
}

.w-readers img.avatar:hover {
    opacity: 0.5
}

.w_comment img {
    float: left;
    margin: 0 8px 0 0;
    border-radius: 5px;
}

.widge_tags {
    margin: 10px;
}

.widge_tags a {
    color: #888;
    padding: 3px 10px;
    font-family: inherit;
    display: inline-block !important;
    margin: 0 5px 5px 0;
    list-style: none;
    background-color: #F5F5F5
}

.widge_tags a:hover {
    background-color: #366655;
    color: #fff;
}

/*左侧栏*/
.list_bookmarks {
    padding: 8px;
    display: block;
    overflow: hidden;
    color: #999999;
}

.list_bookmarks li {
    line-height: 28px;
    text-align: -moz-center;
    text-align: left;
    /*width:50%;*/
    white-space: nowrap;
    overflow: hidden;
    margin: 5px 2px;
    /*text-overflow:ellipsis;*/
    float: left;
}

.list_bookmarks li a {
    background-color: #f5f5f5;
    padding: 4px 8px;
    color: #888888
}

.list_bookmarks li a:hover {
    /*background-color:#000;*/
    color: #f5f5f5;
}

.tuijian {
    position: relative;
    margin-bottom: 10px;
}

.tuijian a {
    border: 1px solid #ddd;
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    color: #fff
}

.tuijian a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2px 0;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 25px;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    /*background:#407864;*/
    filter: alpha(opacity=80);
    white-space: nowrap;
    text-overflow: ellipsis
}

/*.tuijian a:hover span {	background:#366655}*/
.tuijian img {
    height: auto;
    width: 100%
}

.post-do {
    overflow: hidden;
    padding: 20px 0 10px 0;
    border-top: 1px solid #EEE;
    margin: 25px 0 0 0;
    color: #999;
}

.post-share {
    line-height: 28px;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
}

.post-share p {
    float: left;
    position: relative;
    margin-top: 3px;
    font-size: 15px;
    font-size: 1.5rem;
}

#related {
    overflow: hidden;
    position: relative;
    background: #FFF;
    margin-bottom: 20px;
}

#post .post-like {
    display: inline-block;
    float: right;
}

/*发布评论.post-do .btn-comments {	color:#ffffff;	background-color:#5cb85c;	border-color:#4cae4c;}*/
.post-do .btn-like {
    color: #ffffff;
    background-color: #f66;
    border-color: #f66;
    margin-right: 10px;
}

/*.post-do .btn-like:hover,.post-do .btn-comments:hover {	background-color:#ddd;	border-color:#ddd;}*/
.related_img li {
    float: left;
    overflow: hidden;
    width: 25%;
}

.related_img li a {
    display: block;
    position: relative;
    margin: 10px;
    float: none
}

.related_img li a img {
    width: 100%;
    background: #fff;
    height: auto;
    max-height: 120px;
    overflow: hidden;
    padding: 0;
    border: none
}

.related_img li a h2 {
    font-weight: normal;
    overflow: hidden;
    height: 38px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 20px;
    margin-top: 5px;
    white-space: nowrap;
    /*强制不换行*/
    overflow: hidden;
    /*自动隐藏文字*/
    text-overflow: ellipsis;
    /*文字隐藏后添加省略号*/
}

#comments, #respond_box {
    clear: both;
    overflow: auto;
    background: #FFF;
    position: relative
}

#respond {
    padding: 10px
}

#ds-thread {
    background: #fff;
    padding: 15px;
}

.comment-list, .commentlist {
    padding: 0 20px;
}

.comment-list-more {
    padding-left: 20px;
}

.comment-list li {
    /*margin:10px 0;*/
    margin-top: 20px;
}

.comment-body {
    display: block;
    position: relative;
    /*padding:6px 0;*/
    padding-top: 10px;
    overflow: hidden
}

.comment-text {
    border-top: 1px solid #ddd;
    margin: 0 0 0 68px
}

.comment-text a {
    font-weight: bold
}

.comment-author-right {
    float: right;
    font-size: 12px;
    font-size: 1.2rem
}

.cancel-comment-reply {
    position: relative;
    display: block;
    padding: 10px
}

.cancel-comment-reply .real-avatar {
    float: right
}

#commentform, .r_title, .related_img {
    padding: 10px;
    overflow: hidden
}

.datetime, .reply, .comment-floor {
    margin: 0 0 0 10px;
    color: rgba(0, 0, 0, 0.4)
}

.author {
    float: left;
    padding-right: 12px
}

.author img {
    padding: 4px;
    border: 1px solid #ddd;
    width: 45px;
    height: 45px
}

.name {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0;
    font-weight: bold
}

.children li {
    margin-left: 54px;
    padding: 0;
    padding-left: 20px;
    border-left: 1px solid #ddd
}

.children .comment-body {
    padding: 4px 0
}

.children img.avatar {
    width: 40px;
    height: 40px
}

.children .comment-text {
    border: 0
}

.children .comment-reply {
    margin-right: 12px
}

.comment-navi {
    text-align: right
}

.comment-navi a, .comment-navi span {
    margin: 0 2px;
    padding: 4px 4px;
    display: inline-block
}

.comment-navi a:hover {
    border-bottom: 2px solid #999
}

.comment-navi a.prev:hover, .comment-navi a.next:hover {
    border: none
}

.comment-navi span.current {
    border-bottom: 2px solid #999
}

#loading-comments {
    display: none;
    background: none !important;
    height: 50px;
    text-align: center;
    font-size: 14px !important;
    font-size: 1.4rem;
    color: #f66 !important;
    margin-bottom: 20px
}

#comments-navi {
    height: 36px;
    text-align: left;
    padding: 10px
}

#comments-navi a {
    text-decoration: none;
    color: #FFF;
    background: #555;
    display: inline-block;
    margin: 0 5px 0 0;
    line-height: 16px;
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

#comments-navi a:hover {
    background: #366655
}

#comments-navi .current {
    color: #FFF;
    background: #366655;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px 0 0;
    line-height: 16px;
    margin-right: 3px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

#commentform #comment-author-info {
    padding: 5px 0
}

#commentform p, #commentform p a {
    color: #999;
    font-size: 14px;
    font-size: 1.4rem
}

#commentform input {
    margin: 5px 0;
    padding: 3px;
    width: 170px;
    height: 24px;
    border: 1px solid #eee;
    background: #fff;
    line-height: 24px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#commentform textarea {
    margin: 4px 0 0;
    padding: 4px;
    width: 98%;
    height: 130px;
    border: 1px solid #eee;
    font-size: 14px;
    font-size: 1.4rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

#commentform input:topslide, #commentform textarea:topslide {
    border: 1px solid #366655
}

#commentform input#submit {
    color: #ffffff;
    background-color: #366655;
    border-color: #366655;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.428571429;
}

#commentform input#submit:hover {
    background-color: #4cae4c;
    border-color: #4cae4c;
}

#commentform input#comment_mail_notify {
    width: 20px;
    height: 15px;
    margin-top: 10px
}

#commentform input:focus, #commentform textarea:focus {
    border: 1px #ddd solid;
}

.cancel-comment-reply img {
    margin: 5px 5px;
    float: right;
    border: 1px solid #eee
}

#footer {
    width: 100%;
    position: relative;
    clear: both;
    z-index: 1;
    background: #407864;
    color: #f1f1f1;
    overflow: hidden
}

#footer-bottom {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    background: #407864;
    display: block;
    overflow: hidden
}

#footer-box {
    width: 100%;
    margin: 0 auto
}

.nav-foot {
    margin: 15px 0 15px 0;
    overflow: hidden;
    width: 100%
}

.nav-foot p, .nav-foot a {
    color: #f1f1f1
}

.nav-foot a:hover, .partners a:hover {
    color: #fff
}

.credit {
    overflow: hidden;
    float: left
}

#totop {
    display: none;
    position: fixed;
    bottom: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #407864;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    font-size: 1.5rem;
}

#totop:hover {
    background: #366655;
    color: #FFF
}

.search {
    margin-bottom: 10px;
    width: 250px;
    float: right
}

.search-input {
    position: relative
}

.search-input input.search-button {
    float: right;
    width: 40px;
    height: 40px;
    background: url(../../../../images/vficons.png) no-repeat -141px 6px #407864;
    text-align: center;
    border: none;
    right: 0;
    top: 0;
    position: absolute
}

.search-input input.search-button:hover {
    background: url(../../../../images/vficons.png) no-repeat -141px 6px #366655
}

.search-input b.search-liaosheji {
    width: 24px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    top: 0;
    background: url(../images/xiaojianji.gif) no-repeat left top
}

.search-input form label {
    line-height: 25px;
    color: #407864
}

.search-input input[type="text"] {
    width: 97%;
    background-color: #fff;
    float: left;
    padding: 12px 0;
    height: 40px;
    color: #A5A5A5;
    -webkit-transition: all 50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    transition: all 0.50s ease-in-out;
    text-indent: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.search-input select {
    padding: 0
}

.search-input input[type="text"]:topslide {
    border-color: #888;
    color: #407864;
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .3);
    box-shadow: 0 0 4px rgba(0, 0, 0, .3)
}

.search-input textarea {
    display: block;
    width: 80%;
    min-height: 60px
}

.error {
    color: #366655
}

.search-input btn {
    cursor: pointer
}

#linkcaption {
    display: block;
    border-style: solid;
    border-width: 1px 0 0 0;
    margin: 45px 0 15px 0;
    text-align: center;
    border-color: #e6e6e6;
}

#linkcaption span {
    border-left-width: 0px;
    text-align: center;
    font-weight: 400;
    color: #aeaeae;
    padding: 0 30px 0 30px;
    position: relative;
    top: -15px;
    background: #FFF;
    line-height: normal;
}

.link-content {
    display: block;
    margin-bottom: 20px;
    width: 100%
}

.link-content ul {
    overflow: hidden;
    width: 100%
}

.link-content ul li {
    float: left;
    margin: 9px 15px;
    height: 30px;
}

.link-content ul li img {
    width: 16px;
    height: 16px;
}

.link-content ul li a {
    color: #555 !important;
    padding: 0 0 0 10px;
    line-height: normal;
    font-size: 14px;
    position: relative;
    top: 1px;
    font-size: 1.4rem;
}

/*评论墙*/
.readers-list {
    overflow: hidden;
    list-style: none;
    margin: 30px 0;
}

.readers-list li {
    float: left;
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
    margin-right: 20px;
    padding: 8px;
    border: 1px solid #ddd;
    height: 30px;
    border-radius: 6px;
}

.readers-list a, .readers-list a:hover strong {}

.readers-list a {}

.readers-list img, .readers-list em, .readers-list strong {}

.readers-list img {
    border-radius: 17%;
    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.readers-list span {
    /* display:block;	*/
}

.readers-list strong {}

.readers-list a:hover {}

.readers-list a:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

/*ad-size*/
.ad620 {
    width: 620px;
    margin-bottom: 25px
}

.ad620 img {
    width: 620px;
    height: auto
}

.ad {
    width: 100%;
    margin-bottom: 25px
}

.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}

.fancybox-outer, .fancybox-inner {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox_sprite.png)
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url(../images/fancybox_loading.gif) center center no-repeat
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}

.fancybox-nav {
    position: absolute;
    top: 20%;
    width: 40%;
    height: 50%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(../images/blank.gif);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}

.fancybox-prev {
    left: 0
}

.fancybox-next {
    right: 0
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url(../images/fancybox_overlay.png)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #407864;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #407864;
    background: rgba(0, 0, 0, .8)
}

/*index-banner*/
.metro {
    float: right;
    margin-bottom: 25px;
    width: 895px;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.flexslider {
    margin: 0;
    padding: 0;
    max-height: 320px;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    list-style-type: none;
    max-height: 320px;
}

.flexslider .slides img {
    width: 100%;
    display: block;
    height: auto;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.suxing_home_slider {
    position: relative;
    text-align: center;
    line-height: 0px;
    margin-right: auto;
    margin-left: auto;
    max-height: 320px;
}

.suxing_home_slider .slide {
    position: relative;
    max-height: 320px;
}

.suxing_home_slider .title {
    position: absolute;
    right: 30px;
    bottom: 18%;
    color: #FFF;
    max-width: 60%;
    line-height: 32px;
    text-align: left;
    background: rgba(0, 0, 0, 0.55);
    padding: 5px 30px 5px 20px;
    font-size: 18px;
    text-transform: uppercase;
    background: #000\9;
    filter: alpha(opacity=55);
}

.suxing_home_slider .flex-control-paging {
    position: absolute;
    z-index: 10;
    height: 10px;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

.suxing_home_slider .flex-control-paging li {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    list-style-type: none;
    display: inline-block;
}

.suxing_home_slider .flex-control-paging li a {
    width: 17px;
    height: 18px;
    margin-right: 3px;
    background-repeat: no-repeat;
    background-image: url(../images/sprite_nav_3.png);
    text-indent: -9000px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

.suxing_home_slider .flex-control-paging li a.flex-active {
    background-position: right top;
}

/* Direction Nav */
.flex-direction-nav a {
    width: 36px;
    height: 100%;
    margin: 0 10px 0 10px;
    display: block;
    background: url(../images/slider-arrow.png) no-repeat 0 50%;
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    opacity: 0;
}

.flex-direction-nav .flex-next {
    background-position: 100% 50%;
    right: -36px;
}

.flex-direction-nav .flex-prev {
    left: -36px;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    right: 5px;
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    left: 5px;
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: .3 !important;
    filter: alpha(opacity=30);
    cursor: default;
}

/* 表格 */
.table {
    width: 100%;
    border-top: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    margin: 20px 0
}

.table th {
    text-align: center;
    background-color: #f6f5f2;
    font-weight: normal
}

.table td, .table th {
    text-align: center;
    padding: 10px 15px;
    font-size: 14px;
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8
}

/*tags page*/
.tagslist {
    overflow: hidden;
    list-style: none;
    padding: 20px 10px;
    margin: 0
}

.tagslist li {
    float: left;
    width: 20%;
    font-size: 12px;
    overflow: hidden;
    color: #999;
    border-bottom: 1px solid #eee;
    padding: 10px 0
}

.tagslist .tagname {
    display: inline-block;
    margin-right: 5px;
    background-color: #e6e6e6;
    color: #666;
    padding: 2px 7px;
    margin-bottom: 4px
}

.tagslist strong {
    font-weight: normal;
    color: #999
}

.tagslist a {
    color: #666;
    margin-right: 10px;
    display: inline-block
}

.tagslist .tagname:hover {
    color: #fff;
    background-color: #366655
}

/*css3 tooltip*/
.hint, [data-hint] {
    position: relative;
    display: inline-block
}

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
    position: absolute;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    transition-delay: 0ms
}

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
    visibility: visible;
    opacity: 1
}

.hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
    -webkit-transition-delay: 100ms;
    -moz-transition-delay: 100ms;
    transition-delay: 100ms
}

.hint:before, [data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001
}

.hint:after, [data-hint]:after {
    content: attr(data-hint);
    background: #383838;
    color: white;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap
}

.hint--top:before {
    border-top-color: #383838
}

.hint--bottom:before {
    border-bottom-color: #383838
}

.hint--left:before {
    border-left-color: #383838
}

.hint--right:before {
    border-right-color: #383838
}

.hint--top:before {
    margin-bottom: -12px
}

.hint--top:after {
    margin-left: -18px
}

.hint--top:before, .hint--top:after {
    bottom: 100%;
    left: 50%
}

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--bottom:before {
    margin-top: -11px
}

.hint--bottom:after {
    margin-left: -16px
}

.hint--bottom:before, .hint--bottom:after {
    top: 100%;
    left: 35%
}

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--right:before {
    margin-left: -12px;
    margin-bottom: -6px
}

.hint--right:after {
    margin-bottom: -14px
}

.hint--right:before, .hint--right:after {
    left: 100%;
    bottom: 50%
}

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--left:before {
    margin-right: -12px;
    margin-bottom: -6px
}

.hint--left:after {
    margin-bottom: -14px
}

.hint--left:before, .hint--left:after {
    right: 100%;
    bottom: 50%
}

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--error:after {
    background-color: #b34e4d;
    text-shadow: 0 -1px 0px #592726
}

.hint--error.hint--top:before {
    border-top-color: #b34e4d
}

.hint--error.hint--bottom:before {
    border-bottom-color: #b34e4d
}

.hint--error.hint--left:before {
    border-left-color: #b34e4d
}

.hint--error.hint--right:before {
    border-right-color: #b34e4d
}

.hint--warning:after {
    background-color: #c09854;
    text-shadow: 0 -1px 0px #6c5328
}

.hint--warning.hint--top:before {
    border-top-color: #c09854
}

.hint--warning.hint--bottom:before {
    border-bottom-color: #c09854
}

.hint--warning.hint--left:before {
    border-left-color: #c09854
}

.hint--warning.hint--right:before {
    border-right-color: #c09854
}

.hint--info:after {
    background-color: #3986ac;
    text-shadow: 0 -1px 0px #193b4d
}

.hint--info.hint--top:before {
    border-top-color: #3986ac
}

.hint--info.hint--bottom:before {
    border-bottom-color: #3986ac
}

.hint--info.hint--left:before {
    border-left-color: #3986ac
}

.hint--info.hint--right:before {
    border-right-color: #3986ac
}

.hint--success:after {
    background-color: #458746;
    text-shadow: 0 -1px 0px #1a321a
}

.hint--success.hint--top:before {
    border-top-color: #458746
}

.hint--success.hint--bottom:before {
    border-bottom-color: #458746
}

.hint--success.hint--left:before {
    border-left-color: #458746
}

.hint--success.hint--right:before {
    border-right-color: #458746
}

.hint--always:after, .hint--always:before {
    opacity: 1;
    visibility: visible
}

.hint--always.hint--top:after, .hint--always.hint--top:before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    transform: translateY(8px)
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    transform: translateX(-8px)
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    transform: translateX(8px)
}

.hint--rounded:after {
    border-radius: 4px
}

.hint--no-animate:before, .hint--no-animate:after {
    -webkit-transition-duration: 0ms;
    -moz-transition-duration: 0ms;
    transition-duration: 0ms
}

.hint--bounce:before, .hint--bounce:after {
    -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24)
}

.post-info-right {
    float: right;
    font-size: 1.5px;
    font-size: 1.5rem;
}

.post-info-right .post-like-right .action i {
    margin-right: 1px;
    color: #f66;
}

.post-info-right .post-like-right .action {
    background-color: #fff;
    color: #bbb;
}

.post-info-right .post-like-right .action:hover {
    color: #f66;
}

/*pay css*/
.post .paybox {
    margin-bottom: 20px;
    width: auto;
    border: 1px solid #eee
}

.post .paybox p {
    margin: 3px;
    padding: 3px 15px;
    border-bottom: 1px solid #f8f8f8;
    text-indent: 0
}

.post .paybox p span {
    padding: 0 5px;
    color: #0da4d3;
    font-weight: bold;
    font-size: 18px
}

.post .paybox p.pay-lianxi {
    border-bottom: 0
}

#post_vip {
    background: #fff;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-bottom: 20px;
}

#post_vip .post_vip {
    overflow: hidden;
    padding: 20px;
}

#post_vip .post_vip p {
    margin-bottom: 10px
}

#post_vip .post_vip blockquote {
    line-height: 32px;
    padding: 10px 16px;
    margin: 10px 0;
    border: 1px solid #DDD;
    background: #F4F4F4;
    border-radius: 5px
}

#post_vip .post_vip pre {
    padding: 12px;
    border: 1px dotted #555;
    font: 12px Verdana;
    line-height: 38px
}

#post_vip .post_vip h1, #post_vip .post_vip h2, #post_vip .post_vip h3, #post_vip .post_vip h4, #post_vip .post_vip h5, #post_vip .post_vip h6 {
    text-align: left;
    border-left: 7px solid #0da4d3;
    padding-left: 15px;
    background: #CFCFCF;
    font: bold 16px \5FAE\8F6F\96C5\9ED1;
    margin: 10px 0;
    line-height: 185%;
    color: #0da4d3
}

#post_vip .post_vip strong {
    font-weight: bold
}

#post_vip .post_vip em {
    font-style: italic
}

#post_vip ul.login-form {
    float: left;
    list-style: none !important;
    margin: 0 !important;
    border-right: 3px solid #e9e9e9;
    width: 280px
}

#post_vip ul.login-form li {
    margin-left: 0;
    margin-bottom: 15px
}

#post_vip ul.login-form li .login-name, #post_vip ul.login-form li .login-password {
    float: left;
    width: 12%
}

#post_vip ul.login-form li .login-text {
    float: left;
    width: 45%
}

#post_vip ul.login-form li:after {
    clear: both;
    content: "";
    display: table
}

#post_vip ul.login-form li .login-text input[type=password], #post_vip ul.login-form li .login-text input[type=text] {
    padding: 10px;
    border: 1px solid #ddd;
    color: #888;
    font-size: 15px;
    width: 200px
}

#post_vip ul.login-form .submit input[type=submit] {
    background-color: #339dd2;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #339dd2;
    width: 222px;
    padding: 10px;
    font-size: 15px
}

#post_vip ul.login-form .submit input:hover[type=submit] {
    background-color: #F66;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #F66
}

#left-logout, #left-logged {
    font-size: 16px;
    width: 180px;
    float: left;
    position: relative;
    z-index: 2
}

#left-logout {
    margin-bottom: 20px;
    padding: 0 0 10px 0
}

#left-logged {
    padding-bottom: 10px
}

#left-logout li a {
    font-size: 12px;
    line-height: 40px;
    display: block;
    text-transform: uppercase;
    color: #666;
    text-align: center;
    margin: 0 10px
}

#left-logout li a:hover {
    background-color: #339dd2;
    color: #FFF;
    margin: 0 10px
}

.post_count {
    padding: 5px 5px 5px 10px
}

.post_count span {
    padding: 0 5px 0 0
}

.login-header, .logout-header {
    float: right;
    color: #BBB;
    margin-top: 17px
}

.login-header {
    width: 100px
}

.logout-header {
    width: 125px
}

.logout-header span, .login-header span {
    float: left;
    margin: 0 2px
}

.login-header a:hover, .logout-header a:hover {
    color: #FFF
}

.login-header a, .logout-header a {
    color: #BBB
}

.header-avatar {
    background: url(../../../../images/vficons.png) no-repeat -88px 0;
    width: 24px;
    height: 24px
}

#left-logged img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: solid 1px #e6e6e6;
    display: block;
    margin: 15px auto 0 auto;
    padding: 3px;
    background: #FFF;
    -webkit-transition: 0.4s;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out
}

#left-logged img, #left-logged span {
    text-align: center;
    display: block;
    line-height: 28px
}

#left-logged img:hover {
    transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg)
}

.wpuf-pagination {
    margin-bottom: 20px
}

#wrap_vip {
    width: 680px;
    margin: 0 auto;
    margin-top: 50px;
    min-height: 480px;
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.login-form2 {
    float: left;
    width: 300px;
    margin: 0 0 0 50px
}

.form2_title {
    border-bottom: 2px solid #339dd2;
    float: left;
    font-size: 18px;
    line-height: 28px
}

.form2_title_r {
    float: left;
    width: 128px;
    border-bottom: 2px solid #ddd;
    height: 28px
}

.form2_l a.form2_l_title {
    background: #f66;
    display: block;
    line-height: 40px;
    text-align: center;
    width: 230px;
    float: left;
    color: #fff;
    margin-top: 15px
}

.form2_l a:hover {
    background: #339dd2
}

.form2_l_notice {
    margin-top: 20px;
    float: left;
    width: 230px;
    border: 1px #ddd solid
}

.form2_l_notice ul {
    padding: 10px
}

.form2_l_notice ul li {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 6px;
    padding: 0 4px;
    border-bottom: 1px dashed #E6E6E6;
    background: url(../images/icon_news.png) no-repeat;
    padding-left: 20px
}

p.ludou-error {
    margin: 16px 0;
    padding: 12px;
    background-color: #ffebe8;
    border: 1px solid #c00;
    font-size: 12px;
    line-height: 1.4em
}

.ludou-reg label {
    color: #777;
    font-size: 14px;
    cursor: pointer
}

.ludou-reg .input {
    margin: 0;
    color: #555;
    font-size: 24px;
    padding: 3px;
    border: 1px solid #e5e5e5;
    background: #fbfbfb
}

.widefat {
    margin: 0 0 10px 0;
    width: 100%;
    border: 1px solid #DDD;
    text-align: left;
    font-size: 14px
}

.widefat td {
    padding: 6px;
    border-top: 1px solid #DDD;
    text-align: center;
    font-size: 14px
}

.widefat thead th, .widefat th {
    color: #888;
    text-align: center;
    font-weight: bold;
    line-height: 38px
}

.form-table {
    width: 100%
}

.form-table td {
    font-size: 14px;
    line-height: 30px
}

#post_vip input[type=text] {
    padding: 5px;
    border: 1px solid #DDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #fff
}

#post_vip td input[type=submit], .submit-button {
    min-width: 80px;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 28px;
    font-size: 15px;
    text-align: center;
    background: #52bea6;
    color: #FFF
}

#post_vip td input[type=submit]:hover, #paycenter a:hover, .submit-button:hover {
    background: #0da4d3;
    color: #FFF
}

#pay-center {
    width: 100%
}

#pay-header {
    background: #f3f3f3;
    padding: 5px 15px;
    margin-bottom: 10px;
    text-transform: none;
    border-left: 10px solid #e9e9e9;
    clear: both
}

.shadow {
    margin: 0 auto;
    padding-top: 20px;
    width: 90%;
    font-size: 14px
}

.shadow td {
    padding: 10px
}

#paycenter a {
    padding: 5px 10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #52bea6;
    color: #fff
}

.item {
    clear: both;
    margin: 15px 0;
    zoom: 1
}

.item label {
    display: inline-block;
    float: left;
    margin-right: 15px;
    text-align: right;
    width: 80px;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    vertical-align: baseline
}

.text {
    width: 200px;
    padding: 5px;
    height: 18px;
    font-size: 14px;
    vertical-align: middle;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #C9C9C9;
    outline: none;
    margin-right: 10px
}

.text:focus {
    border-color: #aaa;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1) inset
}

#description {
    height: 80px
}

#youraddress {
    height: 40px
}

#description, #youraddress {
    width: 345px
}

.password-top {
    padding-top: 5px
}

#password-error {
    padding-left: 20px;
    background-image: url(../images/error.png);
    background-repeat: no-repeat;
    background-position: left center;
    display: none
}

input[disabled], input:disabled {
    opacity: .4
}

/*pay css end*/
@media screen and (max-width:980px) {
    #header, .header, #left-menu ul li:hover a, #left-menu, .ad img, .ad620 img {
        width: 100%
    }

    #header .sear {
        display: none;
    }

    #mainnav {
        position: absolute;
        top: 0;
        right: 70px;
    }

    #mainnav #nav {
        clear: both;
        position: absolute;
        z-index: 10000;
        display: none;
        right: 1.1rem;
        top: 6.5rem;
    }

    #mainnav #nav:before {
        content: "";
        border: 0.5em solid transparent;
        border-bottom: 0.5em solid #407864;
        width: 0;
        height: 0;
        display: block;
        position: absolute;
        top: -1em;
        right: 0.75em;
    }

    #mainnav #nav li {
        clear: both;
        float: none;
        width: 160px;
        min-height: 40px;
    }

    #mainnav #nav li a {
        min-height: 40px;
        line-height: 40px;
        height: 40px;
        background: #407864;
    }

    #mainnav #nav li .sub-menu li a {
        padding: 0 20px 0 30px;
    }

    #mainnav #nav li .sub-menu {}

    #menu-icon {
        height: 57px;
        cursor: pointer;
        width: 57px;
        text-align: center;
        color: #f1f1f1;
        display: block !important;
    }

    #menu-icon.active {
        color: #FFF;
    }

    #mainnav #nav li .sub-menu {
        position: relative;
        top: 0;
        padding: 0;
    }

    #mainnav .sign {
        top: 17px;
    }

    #logo {
        left: 0
    }

    #wrapper, #main {
        width: 95%
    }

    #wrap, .metro {
        width: 78%
    }

    #article .loop .content {
        width: 200px;
        height: 123.9px;
    }

    #article .loop .content-two a {
        height: auto;
        max-height: 200px;
        display: block;
    }

    .index-6ad, #article-three, .index-3ad, .index-3ad ul {
        width: 100%;
    }

    .index-6ad li, .index-3ad li {
        width: 33%;
    }

    .index-6ad li .box {
        margin: 0;
        padding: 10px 5px;
    }

    #article-three .loop-pic {
        width: 50%
    }

    #article-three .loop-pic .content-two {
        height: 120px;
    }

    #article-three .loop-pic img {
        height: auto;
    }

    .index-6ad li img, .index-3ad li img {
        width: 100%;
    }

    .banner_index {
        width: 100%;
        height: 250px
    }

    .banner_index .banner_wrap li a img, .widget-weixin img, #article .loop .content-two a img, #article .loop .content img, #article .loop .content-two {
        width: 100%;
        height: auto
    }

    #left-menu ul li a {
        padding: 0 0 0 15%;
        white-space: nowrap;
        overflow: hidden;
    }

    #sidebar-left {
        width: 20%
    }

    #article, #article .loop {
        float: left;
        width: 100%
    }

    #footer, #footer-bottom {
        width: 100%;
        margin: 0 auto
    }

    .hotpost li .hotpost-left {
        margin-right: 0;
    }

    .hotpost li img {
        float: none;
        width: 100%;
        margin: 0;
    }

    #footer-box {
        width: 95%;
        padding: 10px;
        overflow: hidden;
        position: relative
    }

    #mainnav-foot, .footernav {
        margin: 0
    }

    .footernav {
        float: none;
    }

    #totop {
        right: 0px !important;
    }

    #left-menu ul li .sub-menu, #left-menu ul li .sub-menu li, .login-header, #sidebar-right, .frendlinks, .partners {
        display: none
    }
}

@media screen and (max-width:480px) {
    html {
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: 100%
    }

    .index-6ad li {
        width: 50%;
    }

    #header, .header {
        width: 100%;
        float: left
    }

    #article-three .loop-pic .content-two {
        height: auto;
    }

    #logo {
        left: 0
    }

    #page_title h2, h2.title {
        font-size: 20px;
        font-size: 2rem;
        line-height: 20px;
    }

    #article .loop .content_infor {
        margin-top: 0;
        padding: 5px 18px
    }

    #wrapper, #main {
        width: 98%
    }

    .ad620, .ad620 img, .index-3ad li img {
        width: 100%
    }

    .index-3ad li {
        width: 98%
    }

    #wrap {
        width: 100%;
        overflow: hidden;
        float: left
    }

    #article-three .loop-pic {
        width: 100%
    }

    #article-three .loop-pic .loop-three {
        margin: 0;
    }

    #article, #article .loop {
        float: left;
        width: 100%;
        margin: 0 0 3% 0
    }

    #article .loop .content_body h2 {
        font-size: 1.4rem;
        font-size: 14px;
        line-height: 23px;
    }

    #article .loop .content {
        width: 90px;
        height: 65px;
        margin: 3% 2% 1% 2%;
    }

    #article .loop .content-two a {
        height: auto;
        max-height: 150px;
        display: block;
    }

    #article .loop .content_body p {
        height: 44px;
        margin: 0;
        line-height: 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }

    #article .loop .content img {
        width: 90px;
        height: 65px;
    }

    #footer, #footer-bottom {
        width: 100%;
        margin: 0 auto
    }

    #footer-box {
        width: 95%;
        padding: 10px;
        overflow: hidden;
        position: relative
    }

    #mainnav-foot, .footernav {
        margin: 0
    }

    .footernav {
        float: none;
    }

    #post #title {
        padding: 0;
    }

    #post #title .post-title {
        margin-left: 0;
    }

    #post #title .post-title h1 {
        font-size: 18px;
        font-size: 1.8rem;
        line-height: 22px;
    }

    .post-share p, .bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more {
        float: none !important;
        line-height: 28px !important;
    }

    #post .post-like, .bdsharebuttonbox {
        float: none;
        margin-bottom: 10px;
    }

    .post-info-right {
        float: none;
    }

    .metro {
        width: 100%;
        float: left;
    }

    #page .page a, #page span {
        width: 30px;
        line-height: 30px;
    }

    #page span.max_page {
        margin-left: 0;
    }

    .suxing_home_slider .title {
        right: auto;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        font-size: 15px;
        font-size: 1.5rem;
        padding: 2px 30px 2px 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .suxing_home_slider .flex-control-paging {
        bottom: auto;
        top: 10px;
    }

    #sidebar-left, #sidebar-right, .frendlinks, .partners, #article .loop .content_infor .auther, .author-head {
        display: none
    }
}
}

/*****************/
/*日历*/
.widget_divCalendar_inner {
    overflow: hidden;
    padding: 2px;
}

.widget_divCalendar_inner table {
    width: 100%;
}

.widget_divCalendar_inner caption {
    margin-bottom: 5px;
    font-size: 14px;
    display: none;
}

.widget_divCalendar_inner caption a {
    padding: 0 20px;
    color: #555555;
}

.widget_divCalendar_inner th {
    text-align: center;
    background-color: #fbfbfb;
    color: #555555;
    text-transform: uppercase;
    border: 1px solid #E0E1E2;
    height: 26px
}

.widget_divCalendar_inner td {
    text-align: center;
    border: 1px solid #E0E1E2;
    height: 30px;
    width: 47px;
}

.widget_divCalendar_inner td.pad {
    background: none
}

.widget_divCalendar_inner td a {
    display: block;
    margin: 0 5px;
    background: #FF5144;
    color: #FFFFFF;
}

/* ul 框架*/
.widget_divLinkage ul, .widget_divContorPanel_inner, .widget_divAuthors ul, .widget_divMisc ul, .widget_divCatalog ul, .widget_divSearchPanel_inner, .widget_divFavorites ul, .widget_divStatistics ul, .widget_divArchives ul {
    overflow: hidden;
    padding: 10px 20px;
}

/*.widget_inner{padding:15px;}*/
.widget_divSearchPanel_inner input[type=text] {
    padding: 5px 10px;
    width: 75%;
}

/*搜索*/
.widget_divSearchPanel_inner input {
    padding: 4px 12px;
    width: 40%;
    border: none;
    border: 1px solid #eee;
    margin-bottom: 4px;
}

/*li两列*/
.widget_divTags_inner li, .widget_divMisc_inner li, .widget_divArchives_inner li, .widget_divStatistics_inner li, .widget_divLinkage_inner li, .widget_divAuthors_inner li, .widget_divFavorites_inner li {
    width: 49%;
    float: left;
}

/*两处高亮*/
.active {
    background: #fafafa;
}

/*主题配色.current-menu-item{background:#366655;}*/
/*登陆头像*/
.logged-active .icon-logIn {
    float: right;
    margin: 2px 0 0 10px;
    width: 30px;
    height: 30px;
    background: url(../images/nav-logIn.png) no-repeat
}

/*搜索*/
.header .sear .text {
    transition: all .3s ease-in-out 0s
}

.header .sear {
    height: 30px;
    margin-top: 15px;
    float: right;
    display: inline;
    margin-right: 70px;
    border-radius: 15px;
    background: url(../images/img35.png);
}

.header .sear .text {
    width: 50px;
    height: 20px;
    border: none;
    margin-left: 21px;
    background: 0 0;
    color: #FFF;
    font-size: 13px;
    float: left;
    display: inline
}

.header .sear .text::-webkit-input-placeholder {
    color: #fff;
    /*placeholder="搜索"颜色*/
}

.header .sear .text:-ms-input-placeholder {
    color: #FFF;
}

.header .sear .submit {
    background: url(../images/img1.png) center no-repeat;
    width: 30px;
    height: 30px;
    border: none;
    cursor: pointer
}

.header .sear-selected .text {
    color: #444;
    width: 120px
}

.header .sear-selected .text::-webkit-input-placeholder {
    color: #444
}

.header .sear-selected .submit {
    background-image: url(../images/img36.png)
}

/*END*/
/*文字轮播*/
#wenzilunbo {
    width: 1100px;
    margin: 0 auto;
}

#announcement_box {
    position: absolute;
    background-color: rgba(240, 239, 215, 0.5);
    background-color: #E3DEC0 \9;
    /*主题配色border:1px dashed #407864;*/
    border-radius: 2px;
    top: 60px;
    width: 1100px;
    max-height: 24px;
}

#announcement {
    margin-left: 10px;
    background: url(../images/notice_icon.png) left center no-repeat scroll;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding: 0px 0px 0px 20px;
    float: left;
}

#announcement a {
    color: #000;
}

#announcement a:hover {
    color: #94382B;
}

.announcement_remove {
    padding: 0px 10px;
    float: right;
    font-size: 14px;
}

.announcement_remove a {
    height: 18px;
    width: 18px;
    display: block;
    line-height: 16px;
    margin: 4px 0 3px 0;
    margin: 10px 0 3px 0 \9;
    text-align: center;
}

.announcement_remove a:hover {
    background-color: #cdc8a0;
    box-shadow: 1px 1px 1px #66614c inset;
    -webkit-box-shadow: 1px 1px 1px #666 inset;
    -moz-box-shadow: 1px 1px 1px #666 inset;
    border-radius: 3px;
}

#announcement_close {
    color: #666;
}

#announcement span {
    color: #666;
}

@media screen and (max-width:980px) {
    #announcement_box {
        width: 99%;
    }
}

/*END*/