<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

body {
    padding: 0px;
    margin: 0px;
    width: 100%;
    font-size: 14px;
    color: #000000;
    font-family: "Microsoft YaHei","微软雅黑","黑体","宋体", Verdana, Geneva, sans-serif;
    background: url(/qianqu../images_v2/header_bg.png) repeat-x;
}

h1, h2, h3, h4, h5, h6, span, strong, p, ul, li, img, dl, dd, dt {
    padding: 0px;
    margin: 0px;
}

article, aside, dialog, figure, footer, header, legend, nav, section {
    display: block;
}

em {
    font-style: normal;
}

.clearFloat:after {
    content: '';
    display: block;
    clear: both;
}

.clearFloat {
    zoom: 1;
}

h2, h3 {
}

h2, h3:hover {
    color: #4677b7;
    cursor: pointer;
}

ul {
    list-style: none;
}

img {
    border: 0px;
}

a {
    color: #363636;
    text-decoration: none;
}
 a:hover{
    /*color:#0c4783;*/
     color:#9F0D0D;
}
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0px;
    overflow: hidden;
}

.float {
    position: fixed;
    right: 50px;
    bottom: 40px;
}

.float div, .quickShare div {
    cursor: pointer;
}

.quickShare {
    position: fixed;
    left: 50px;
    bottom: 180px;
}

.shareList {
    width: 660px;
    padding-top: 32px;
    font-size: 14px;
    overflow: hidden;
}

.shareList a {
    width: 118px;
    height: 39px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    margin-right: 11px;
}

.shareList a.shareTencent {
    background: #5FB2D7 url(/img/statics/images_v2/sharetencent.png) center no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.shareList a.shareWeibo {
    background: red url(/img/statics/images_v2/shareweibo.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.shareWeichat {
    background: #7BD172 url(/img/statics/images_v2/shareweichat.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 9px;
    cursor: pointer;
}

.shareList a.shareQq {
    background: #f68575 url(/img/statics/images_v2/shareqq.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 3px;
}
.shareList a.shareDouban {
    background: #0aab17  url(/img/statics/images_v2/sharedouban.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.shareList a.shareZan {
    width: 100px;
    background: #E74E4F url(/img/statics/images_v2/sharezan.png) 5px 2px no-repeat;
    font-size: 16px;
    font-family: 'STXihei';
    text-indent: 55px;
    line-height: 42px;
    color: #747474;
    height: 32px;
    background-size: 25px 27px;
    border-radius: 3px;
    line-height: 35px;
    color: #fff;
	margin-left: 540px;
    margin-top: -35px;
}

.shareList a.shareQZone {
    background: #FBC440 url(/img/statics/images_v2/shareqzone.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 3px;
}

.shareList a.shareRenren {
    background: #95b4ec url(/img/statics/images_v2/sharerenren.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
    border-radius: 3px;
}
/*
二维码样式 start
*/
.mask-erweima {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 9999;
}

#qrcode {
    position: fixed;
    padding: 20px;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-top: -120px;
    margin-left: -120px;
    display: none;
    z-index: 10000;
}
/*
    二维码样式  end
*/
/*
    收藏夹小提示
*/
.sidebar-tutorial-keyboard {
    float: left;
    width: 140px;
    height: 40px;
    margin: 0 10px 0 0;
    background: url(/img/statics/images_v2/ctrld_2.png) left center no-repeat;
}
.sidebar-tutorial {
    margin: 15px 0 20px;
    display: block;
}

.sidebar-tutorial h3 {
    clear: both;
    margin: 0 0 15px;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-weight: 700;
    border-left: 4px solid #fccb33;
}


.shareList strong {
	 float: left;
    margin-right: 10px;
    line-height: 32px;
    display: inline-block;
    font-weight: normal;
}

div.container {
    width: 1036px;
    margin: 0 auto;
    padding-top:95px;
    overflow: hidden;
    position: relative;
}

.headerContent {
    overflow: hidden;
    height: auto;
  
}
.headerContent h1{float:left;}

.headerContent .logo {
    /*position: absolute;*/
    /*top: 10px;*/
    /*left: 115px;*/
    margin:12px 0px 0px 10px;
    font-size: 17px;
}

.headerContent .logo a {
    color: #ffffff;
}

.headerContent .logo strong {
    font-size: 24px;
    font-weight: normal;
}

.headerContent .logo span {
    font-size: 16px;
}

.headerContent .logo span.qianqu1 {
    margin-left: 10px;
}

.headerContent .logo span.qianqu2 {
    margin-left: 5px;
}

.headerContent .menu {
    height: 40px;
    overflow: hidden;
    
}

.headerContent .menu ul li {
    float: left;
    margin-left: 27px;
}

.headerContent .menu ul li a {
    display: block;
    height: 100%;
    line-height: 40px;
    font-size: 16px;
    color: #303030;
    padding: 0 4px;
}

.headerContent .menu ul li a:hover {
    color: #646464;
}

/*当前选择导航为红色*/
.headerContent .menu ul li a.ative {
    color: #b70e0e;
    background: url("/qianqu../images_v2/menubg.png") center bottom no-repeat;
}

.header {
    position: relative;
    overflow: hidden;
    height: 53px;
}

.header div.search {
    width: 262px;
    height: 34px;
    background: url("/qianqu../images_v2/searchbg.png") 0 0 no-repeat;
    background-size: 262px 34px;
    position: absolute;
    right: 0;
    top: 10px;
    overflow: hidden;
    font-size: 16px;
    line-height: 34px;
}

.header div.search input.searchText {
    float: left;
    width: 198px;
    height: 34px;
    padding: 0 0 0 15px;
    overflow: hidden;
    background: none;
    border: none;
    font-size: 16px;
    line-height: 34px;
    color: #b1aeae;
    outline: none;
}

.header div.search input.searchBtn {
    float: left;
    padding: 0;
    margin: 0;
    background: url("/qianqu../images_v2/searchico.png") no-repeat 0 0;
    width: 26px;
    height: 26px;
    border: none;
    cursor: pointer;
    position: relative;
    top: 5px;
    left: 11px;
}

.header ul#shareMenu {
    clear: both;
    width: 144px;
    border: 1px solid #e2e2e2;
    position: absolute;
    right: 110px;
    top: 55px;
    z-index: 999;
    background: #ffffff;
    border-bottom: 0px;
}

.header ul li {
    border-bottom: 1px solid #ededed;
}

.header ul li a {
    display: block;
    height: 46px;
    line-height: 46px;
    text-align: left;
    text-indent: 45px;
}

.header ul li a.shareImg1 {
    background: url(/qianqu../images_v2/shareimg1.png) 8px no-repeat;
}

.header ul li a.shareImg1:hover {
    background: url(/qianqu../images_v2/shareimg1.png) 8px no-repeat #f0f0f0;
}

.header ul li a.shareImg2 {
    background: url(/qianqu../images_v2/shareimg2.png) 8px no-repeat;
}

.header ul li a.shareImg2:hover {
    background: url(/qianqu../images_v2/shareimg2.png) 8px no-repeat #f0f0f0;
}

.header ul li a.shareImg3 {
    background: url(/qianqu../images_v2/shareimg3.png) 8px no-repeat;
}

.header ul li a.shareImg3:hover {
    background: url(/qianqu../images_v2/shareimg3.png) 8px no-repeat #f0f0f0;
}

.header ul li a.shareImg4 {
    background: url(/qianqu../images_v2/shareimg4.png) 8px no-repeat;
}

.header ul li a.shareImg4:hover {
    background: url(/qianqu../images_v2/shareimg4.png) 8px no-repeat #f0f0f0;
}

.header ul li a:hover {
    background: #f0f0f0;
}

.main {
    overflow: hidden;
    float: left;
    width: 690px;
     /*margin-top: 32px;*/
   
}

.footer {
    /*text-align: center;*/
    background: #f0f0f0;
    /*margin-top: 30px;*/
    padding: 30px 0 30px;
    color: #282828;
}

.footer p {
    margin-top: 5px;
    text-align: center;
}
.footer a {
   color: #000000;
}
.footer span{
	margin-left: 280px;
}
.footer div{
    text-align: center;
	width: 1080px;
	margin-left: 280px
}
.aside {
    float: left;
    width: 320px;
    margin-left: 55px;
    padding-bottom: 12px;
    position: relative;
}

.aside h2 {
    height: 33px;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    margin-top: 15px;
    background: #E74E4F;
    text-align: left;
    text-indent: 19px;
    cursor: default;
}

.aside .article {
    position: relative;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #e4e4e4;
    padding: 10px 10px;
}

.aside .article img {
    float: left;
    width: 100px;
    height: 67px;
}

.aside .article .article_right {
    width:186px;
    float: left;
    margin-left: 10px;
}

.aside .article .article_right h3 {
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: normal;
    height: 40px;
}

.aside .article .article_right h3 a {
    color:  #333;
    text-decoration: none;
}
.aside .article .article_right h3 a:hover {
    color:  #9F0D0D;
    text-decoration: none;
}


.aside .article .article_right .article_right_bottom {
    padding-top: 6px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.aside .article .article_right .article_right_bottom .timer {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    width: 100px;
    overflow: hidden;
    background: url("/qianqu../images_v2/timesmall.png") 0 2px no-repeat;
    background-size: 16px 16px;
    text-indent: 21px;
    font-size: 12px;
    color: #aaa;
    float:right;
}

.aside .article .article_right .article_right_bottom .share {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    background: url("/qianqu../images_v2/zansmall.png") 0 0 no-repeat;
    background-size: 18px 18px;
    text-indent: 22px;
    font-size: 12px;
    color: #aaa;
    float:right;
}

.aside .news ul li {
    overflow: hidden;
    border-bottom: 1px solid #e6eaed;
    padding:10px 0px 10px 4px;
}

.aside .news ul li span {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #D3D3D3;
    position: relative;
    vertical-align: top;
    color: #ffffff;
    font-size:12px;
    margin:2px 0px 0px 6px;
}

.aside .news ul li a {
    display: inline-block;
    line-height: 1.5;
    width: 265px;
    margin-left: 6px;
    color: #595858;
}

.aside .news ul li a:link {
    color: #333333;
    text-decoration: none;
}

.aside .news ul li a:hover {
    color: #9F0D0D;
    text-decoration: none;
}


/*.aside .news ul li a:active {
    color: #00CC00;
    text-decoration: none;
}*/
.aside .two-dimension {
    width: 320px;
    overflow: hidden;
    margin-top:6px;
}

.aside .two-dimension h3 {
    height: 33px;
    line-height: 30px;
    font-size: 18px;
    color: #ffffff;
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 5px;
    background: #E74E4F;
    text-align: left;
    text-indent: 19px;
    cursor: default;
}

.aside .two-dimension ul {
    overflow: hidden;
}

.aside .two-dimension ul li {
    float: left;
    width:50%;
    text-align: center;
}

.aside .two-dimension ul li img{
    width:126px;
    height:126px;
}

.aside .two-dimension ul li.liSecond {
}

.aside .two-dimension ul li span {
    display: block;
    text-align: center;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: #141313;
}

/*分页插件*/
.jPaginate {
    height: 34px;
    position: relative;
    color: #a5a5a5;
    font-size: 15px;
    width: 353px !important;
    margin: 30px auto 0;
    overflow: hidden;
}

.jPaginate a {
    line-height: 18px;
    height: 18px;
    cursor: pointer;
    margin: 2px;
    float: left;
}

.jPag-control-back {
    position: absolute;
    left: 0px;
    width: 155px;
}

.jPag-control-back a {
    width: 69px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    display: inline-block;
}

.jPag-control-front {
    position: absolute;
    top: 0px;
}

.jPag-control-front a {
    float: left;
    width: 69px;
    height: 27px;
    line-height: 27px;
    text-align: center;
}

.jPag-control-front span {
    float: left;
}

.jPaginate span {
    cursor: pointer;
}

ul.jPag-pages {
    float: left;
    list-style-type: none;
    margin: 3px 0px 0px 0px;
    padding: 0px;
}

ul.jPag-pages li {
    display: inline;
    float: left;
    padding: 0px;
    margin: 0px;
}

ul.jPag-pages li a {
    float: left;
    padding: 2px 5px;
    display: inline-block;
}

span.jPag-current {
    cursor: default;
    font-weight: normal;
    line-height: 15px;
    height: 18px;
    padding: 2px 5px;
    margin: 2px;
    float: left;
}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-next,
span.jPag-sprevious,
span.jPag-snext,
ul.jPag-pages li span.jPag-previous-img,
ul.jPag-pages li span.jPag-next-img,
span.jPag-sprevious-img,
span.jPag-snext-img {
    display: inline-block !important;
    height: 27px !important;
    line-height: 27px !important;
    text-align: center !important;
    width: 69px !important;
    background: #535354;
    margin: 3px;
    font-size: 15px !important;
    color: #ffffff !important;

}

ul.jPag-pages li span.jPag-previous,
ul.jPag-pages li span.jPag-previous-img {
    font-size: 12px;
    font-weight: bold;
    width: 10px;

}

ul.jPag-pages li span.jPag-next,
ul.jPag-pages li span.jPag-next-img {
    font-size: 12px;
    font-weight: bold;
    width: 10px;
}

span.jPag-sprevious,
span.jPag-sprevious-img {
    font-size: 18px;
    width: 15px;
    text-align: center;
}

span.jPag-snext,
span.jPag-snext-img {
    font-size: 18px;
    width: 15px;
    text-align: center;
}

ul.jPag-pages li span.jPag-previous-img {
    background: transparent url(/qianqu../images_v2/previous.png) no-repeat center right;
}

ul.jPag-pages li span.jPag-next-img {
    background: transparent url(/qianqu../images_v2/next.png) no-repeat center left;
}

span.jPag-sprevious-img {
    background: transparent url(/qianqu../images_v2/sprevious.png) no-repeat center right;
}

span.jPag-snext-img {
    background: transparent url(/qianqu../images_v2/snext.png) no-repeat center left;
}</pre></body></html>