@charset "utf-8";
* { margin: 0; padding: 0 }
body { font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif; background: #f5f5f5 }
img { border: 0; display: block }
ul, li { list-style: none; }
a { text-decoration: none; color: #000; }
a:hover { color: #000; text-decoration: none; }
.clear { clear: both; width: 100%; overflow: hidden; }
.box { width: 1180px; margin: auto; }
/*header*/
header { height: 64px; width: 100%; z-index: 999999; position: fixed; top: 0; background: #1e3c85; box-shadow: 0 0 3px 1px rgb(0, 0, 0, .1); }
header .box { position: relative }
.logo { float: left; margin-right: 40px; }
.logo img { height: 50px; margin-top: 8px; }
nav li { float: left }
nav li a { padding: 0 14px; color: #fff; line-height: 64px; font-size: 16px; display: block; }
nav li:hover a { background: #284ba0; color: #fff; }
/*mnav*/
#mnavh { display: none; width: 40px; height: 40px; text-align: center; }
.navicon { display: block; position: relative; width: 27px; height: 2px; background-color: #fffcfc; margin-top: 10px; float: left; }
.navicon:before, .navicon:after { content: ''; display: block; width: 27px; height: 2px; position: absolute; background: #fff; -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform; -webkit-transition-duration: 300ms; transition-duration: 300ms; }
.navicon:before { margin-top: -8px; }
.navicon:after { margin-top: 8px; }
.open .navicon { background: none }
.open .navicon:before { margin-top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.open .navicon:after { margin-top: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.open .navicon:before, .open .navicon:after { content: ''; display: block; width: 28px; height: 2px; position: absolute; background: #fff; }
/*search*/
.search { position: relative; overflow: hidden; width: 300px; border-radius: 20px; float: right; margin-top: 15px; }
.search input.input_submit { border: 0; color: #fff; outline: none; display: block; float: right; font-size: 15px; height: 36px; background: #306ed5; line-height: 36px; cursor: pointer; width: 20%; }
.search input.input_text { border: 0; line-height: 36px; height: 36px; font-size: 14px; outline: none; text-indent: 1em; width: 80%; }
.is-search { position: absolute; right: 0; top: 16px; cursor: pointer; border-radius: 100%; }
.is-search i { display: block; width: 36px; height: 36px; background: url(../images/search.png) no-repeat center; background-size: 18px; }
.search-page { width: 460px; background: #fff; position: absolute; top: 0; right: 0; z-index: 8; display: none; }
.search_box { height: 50px; padding-top: 12px; }
.search-page .search { clear: both; width: 360px; margin: auto; border-radius: 0 5px 5px 0; }
.search-page .search input.input_text { width: 83%; float: left; z-index: 9; }
.search-page .search input.input_submit { width: 15%; }
.search select { border: none; height: 36px; right: 20%; outline: none; z-index: 9; position: absolute; background: #fff; }
.search-page .go-left { background: url(../images/close.png) no-repeat center; width: 36px; height: 36px; background-size: 20px; position: absolute; right: 0; top: 16px; }
main { width: 1180px; margin: 84px auto 0; overflow: hidden; display: block; }
.lbox { width: 860px; float: left; border: 1px solid #dadee1; margin-bottom: 20px; }
.rbox { width: 300px; float: right; }
/*banner*/
.banner { width: 620px; height: 320px; float: left; overflow: hidden; border-radius: 4px; }
.banner img { transition: .5s }
.banner img:hover { transform: scale(1.02) }
/*headline*/
.headline { width: 226px; height: 320px; float: right; overflow: hidden; }
.headline ul { overflow: hidden; }
.headline ul li { width: 100%; overflow: hidden; height: 153px; position: relative; border-radius: 4px; }
.headline ul li:first-child { margin-bottom: 14px; }
.headline ul li a { display: block; overflow: hidden; height: 100%; }
.headline ul li img { width: 100%; min-height: 100%; transition: all .6s; }
.headline ul li:hover img { transform: scale(1.05); }
/*tab*/
.gd-box { background: linear-gradient( 180deg, #fafafa 0%, #f7f7f7 100%); border-bottom: 1px solid #dadee1; }
#tab { overflow: hidden; }
#tab li { z-index: 1; font-size: 16px; position: relative; cursor: pointer; display: inline-block; line-height: 50px; color: #666; float: left; padding: 0 20px; }
#tab li:after { content: ""; background: #1e3c85; width: 100%; height: 1px; position: absolute; top: 0px; left: 0px; border: #1e3c85 1px solid; opacity: 0; }
#tab li:before { z-index: -1; content: ""; opacity: 0; width: 100%; height: 100%; left: 0; bottom: -3px; background: #fff; position: absolute; border-left: 1px solid #dadee1; border-right: 1px solid #dadee1; }
#tab li.tab-current:before { opacity: 1 }
#tab li.tab-current:after { opacity: 1; }
#tab li:nth-child(1):before { border-left: #fff 1px solid; }
#tab li:hover { color: #1e3c85 }
#tab-content>div { display: none; }
#tab-content>div:nth-child(1) { display: block }
#tab-content { overflow: hidden; }
.blogs_list { background: #fff; }
.blogs_list li { overflow: hidden; padding: 20px; border-bottom: #efefef 1px solid; position: relative; background: #fff; transition: .5s; height: 150px; }
.blogs_list li:hover { background: #fafafa; }
.blogs_list li:last-child { margin-bottom: 0 }
.blogs_list li i { width: 240px; height: 150px; overflow: hidden; border-radius: 4px; display: block; float: left; margin-right: 20px; position: relative }
.blogs_list li em { position: absolute; background: rgba(0,0,0,.6); left: 0; top: 15px; padding: 4px 8px; font-size: 12px; line-height: 14px; font-style: normal; border-radius: 0 3px 3px 0; transition: .5s }
.blogs_list li em:hover { background: #1e3c85 }
.blogs_list li em a { color: #fff }
.blogs_list li i img { width: 100%; min-height: 100%; transition: .5s; }
.blogs_list li i img:hover { transform: scale(1.05) }
.blogs_list li h2 { word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-weight: normal; font-size: 20px; line-height: 1.4; margin-bottom: 10px; }
.blogs_list li h2 a { color: #333; transition: .3s; }
.blogs_list li h2 a:hover { color: #1e3c85 }
.blogs_list li p { word-break: break-all; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; color: #666; font-size: 14px; line-height: 1.58; }
.blogs_list section { display: block; position: relative; overflow: hidden; height: 100%; }
.blogs_info { position: absolute; left: 0; bottom: 5px; color: #999; font-size: 12px; width: 100%; }
.blogs_list li span.timer { float: left; }
.blogs_list li span.view { float: right; background: url(../images/view.png) no-repeat left center; background-size: 14px; padding-left: 16px; }
.btn_more { background: #fff; text-align: center; overflow: hidden; padding: 20px; }
.btn_more a { color: #1e3c85; width: 266px; height: 36px; line-height: 36px; margin: auto; display: block; border: #1e3c85 1px solid; font-size: 14px; border-radius: 4px; transition: .3s; }
.btn_more a:hover { background: #1e3c85; color: #fff; }
.adimg { margin: 20px 0; padding: 0 !important; }
.adimg img { width: 100%; border-radius: 4px }
.side_title { background: linear-gradient( 180deg, #fafafa 0%, #f7f7f7 100%); border-bottom: 1px solid #dadee1; }
.side_title p { font-size: 16px; position: relative; display: inline-block; background: #fff; padding: 10px 20px; border-right: 1px solid #dadee1; }
.side_title p:after { position: absolute; left: 0; top: 0; width: 100%; height: 3px; content: ""; background: #1e3c85; }
.side_title p:before { position: absolute; left: 0; bottom: -1px; width: 100%; height: 3px; content: ""; background: #fff; z-index: 1 }
.home_news { margin: 20px 0 0; border: 1px solid #dadee1; }
/*pic_news*/
.pic_news { }
.pic_news li { padding: 15px 0; overflow: hidden; border-bottom: 1px solid rgba(239,239,239,.8); }
.pic_news li:last-child { border-bottom: 0 }
.pic_news li i { float: left; width: 100px; height: 63px; overflow: hidden; border-radius: 3px; margin-right: 10px; }
.pic_news li i img { width: 100%; min-height: 100%; transition: .5s }
.pic_news li h3 { overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-weight: normal; font-size: 14px; line-height: 1.4; color: #333; margin-bottom: 5px; }
.pic_news li span { font-size: 12px; color: #999; line-height: 14px; }
.pic_news li:hover img { transform: scale(1.05) }
.pic_news li:hover h3 { color: #1e3c85 }
.rbox > div { background: #fff; border: 1px solid #dadee1; margin-bottom: 20px }
.rbox > div ul { padding: 15px }
.wenzi_news { overflow: hidden; }
.wenzi_news li { position: relative; padding: 5px 0 5px 12px; line-height: 1.6; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.wenzi_news li:before { position: absolute; left: 0; top: 13px; content: ""; width: 0; height: 0; line-height: 0; border: 4px solid transparent; border-left: 5px solid #ccc; }
.wenzi_news li a { color: #666; }
.wenzi_news li:hover a { color: #1e3c85 }
.tags ul { overflow: hidden; }
.tags li { font-size: 12px; display: inline-block; float: left; width: 33.33%; text-align: center; }
.tags li a { padding: 4px 12px; display: block; border: #d0d0d0 1px solid; border-radius: 2px; margin: 4px 2px 2px; color: #666; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.tags li:hover a { background: #1e3c85; color: #fff; border: #1e3c85 1px solid; }
.links { background: #fff; padding: 20px 20px 15px; margin-bottom: 20px; border: 1px solid #dadee1; }
.link_title { color: #333; font-size: 18px; margin-bottom: 20px; }
.links li { display: inline-block; margin: 0 15px 5px 0; color: #999; font-size: 14px; }
.links li a { color: #999; }
.links li:hover a { color: #1e3c85; }
footer { padding: 32px 0; color: #c0c2c3; background: #2d3236; }
footer a { color: #c0c2c3; }
footer a:hover { color: #fff }
.ftlogo img { width: 86px; }
.ftlogo { float: left; margin-right: 32px; }
.ftnav { padding: 10px 0; }
.ftnav a { margin-right: 10px; padding-right: 10px; position: relative; }
.ftnav a:after { content: "|"; position: absolute; right: 0; top: -1px }
.ftnav a:last-child:after { display: none }
.copyright { font-size: 12px; }
.copyright p { margin: 0 0 5px; }
.icon-top { border-radius: 3px; background: url(../images/top.png) no-repeat center #eee; background-size: 16px; width: 40px; height: 40px; position: fixed; right: 20px; bottom: 20%; transition: all 0.3s; z-index: 9999999; opacity: 0; }
.cd-is-visible { opacity: 1; }
.icon-top:hover { background: url(../images/top2.png) no-repeat center #1e3c85; background-size: 16px; }
.newslist { }
.page_title { color: #333; font-size: 22px; background: linear-gradient( 180deg, #fafafa 0%, #f7f7f7 100%); border-bottom: 1px solid #dadee1; }
.page_title p { position: relative; display: inline-block; background: #fff; padding: 10px 20px; border-right: 1px solid #dadee1; }
.page_title p:after { position: absolute; left: 0; top: 0; width: 100%; height: 3px; content: ""; background: #1e3c85; }
.page_title p:before { position: absolute; left: 0; bottom: -1px; width: 100%; height: 3px; content: ""; background: #fff; z-index: 1 }
/*pagelist*/
.pagelist { text-align: center; color: #666; width: 100%; clear: both; padding: 20px 0 10px; font-size: 12px; background: #fff; }
.pagelist a { color: #5c626c; margin: 0 5px 10px; padding: 5px 10px; background: #f4f4f5; display: inline-block; }
.pagelist a:nth-child(1) { display: none }
.pagelist a:hover, .pagelist > b { color: #FFF; background: #1e3c85; }
.pagelist > b { padding: 5px 10px; }
.weizhi { color: #999; font-size: 15px; margin-bottom: 20px; }
.weizhi a { color: #999; }
article { background: #fff; padding: 30px 30px 0 30px; overflow: hidden; }
h1.ar_title { margin-bottom: 15px; font-size: 24px; line-height: 1.4; font-weight: normal; }
.ar_info { color: #999; font-size: 14px; margin-bottom: 30px; }
.ar_info a { color: #999; }
.ar_info a:hover, .weizhi a:hover { color: #1e3c85; }
.ar_info span { margin-right: 30px; position: relative; }
.ar_info span:after { position: absolute; content: ""; width: 4px; height: 4px; border-radius: 4px; background: #d1d0d0; right: -16px; top: 9px; }
.ar_info span:last-child:after { display: none }
.content { font-size: 16px; line-height: 1.8; word-break: break-all; color: #262626; }
.content p { margin: 20px 0; }
.content ul, .content ol { margin: 20px 0 20px 35px; }
.content ul li, .content ol li { margin-top: 3px; line-height: 30px; }
.content.content ul li { list-style-type: disc; }
.content ol li { list-style-type: decimal; }
.content h2, .content h3, .content h4, .content h5, .content h6 { position: relative; margin: 20px 0; padding-left: 10px; line-height: 1.2; border-left: 4px solid #1e3c85; }
.content h2 { font-size: 22px; }
.content h3 { font-size: 20px; }
.content h4 { font-size: 18px; }
.content h5 { font-size: 17px; }
.content h6 { font-size: 16px; }
.content hr { width: 100%; height: 1px; border: 0; border-top: 1px #dedddd solid; margin: 30px 0; }
.content img { max-width: 100% !important; width: auto !important; height: auto !important; margin: 10px auto; }
.content video { height: auto !important; display: block; margin: auto; max-width: 100% !important; }
.content table { max-width: 100%; border-width: 1px; border-color: #666; border-collapse: collapse; font-size: 15px; line-height: 26px; }
.content table th { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #dedede; }
.content table td { border-width: 1px; padding: 4px 8px; border-style: solid; border-color: #666; background-color: #ffffff; }
.content span.marker { background: yellow; }
.content blockquote { position: relative; padding: 30px 30px 30px 60px; background: #f3f3f3; border-left: 0; font-size: 16px; border-radius: 3px; margin: 20px 0; display: block; }
.content blockquote:before { content: ""; background: url(../images/yinhao.png) no-repeat; width: 37px; height: 32px; position: absolute; left: 15px; top: 16px; }
.diggit { display: block; width: 160px; margin: 30px auto; background: #f76744; background-size: 20px; border-radius: 3px; line-height: 40px; text-align: center; font-size: 18px; }
.diggit a { color: #fff; display: block }
.diggit img { display: inline-block; width: 20px; margin: 0 4px -2px 0; }
.diggit b { font-size: 14px; vertical-align: top; margin: 0 3px; font-weight: normal; }
.tags_list { font-size: 14px; overflow: hidden; padding: 30px 0; }
.tags_list a { color: #999; padding: 4px 10px; border: #e7e5e5 1px solid; margin: 5px 8px 5px 0; display: inline-block; border-radius: 2px; }
.tags_list a:hover { background: #1e3c85; color: #fff; border: #1e3c85 1px solid; }
.info-pre-next { overflow: hidden; margin: 0 auto 20px; }
.info-pre-next li { width: 49%; height: 86px; position: relative; border-radius: 3px; overflow: hidden }
.info-pre-next li a { display: block; overflow: hidden; }
.info-pre-next li a:before { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); content: ""; z-index: 1; transition: .5s }
.info-pre-next li:hover a:before { background: rgba(0,0,0,.7); }
.info-pre-next li:nth-child(odd) { float: left; }
.info-pre-next li:nth-child(even) { float: right }
.info-pre-next li span img { display: inline-block; vertical-align: bottom; }
.info-pre-next li i { display: block; overflow: hidden; position: absolute; }
.info-pre-next li i img { width: 100%; }
.info-pre-next li h3 { position: absolute; padding: 10px 15px 0; line-height: 20px; font-weight: normal; color: #fff; z-index: 1; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; overflow: hidden; font-size: 16px; }
.info-pre-next li p { position: absolute; bottom: 0; font-size: 12px; line-height: 16px; color: #fff; z-index: 1; padding: 10px 20px; width: 352px; }
.info-pre-next li p span:nth-child(2) { text-align: right; float: right; }
.other { background: #fff; overflow: hidden; padding: 10px 10px 20px; }
.btitle { padding: 0 0 0 12px; font-size: 18px; position: relative; margin: 6px 20px; }
.btitle:after { position: absolute; left: 0; top: 4px; width: 3px; height: 16px; content: ""; background: #1e3c85; border-radius: 4px; }
.faq { background: #fff; }
.faq ul { padding: 0 16px; }
.faq li { line-height: 32px; border-bottom: #f2f2f2 1px solid; position: relative; }
.faq li:before { position: absolute; left: 1px; top: 22px; width: 0; height: 0; border: 4px solid transparent; border-left: 6px solid #ccc; content: ""; }
.faq li a { color: #333; font-size: 16px; padding: 10px 0 10px 18px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.faq li:hover a { color: #1e3c85 }
.faq li span { float: right; font-size: 14px; color: #999; margin-left: 20px; }
.faq_title { font-size: 24px; line-height: 1.4; margin-bottom: 15px; padding-left: 44px; font-weight: normal; color: #333; background: url(../images/wd.jpg) no-repeat left top; }
.faq_info { color: #999; font-size: 14px; }
.faq_best { font-size: 20px; border-bottom: 1px solid #efefef; padding-bottom: 12px; margin: 40px 0 0; }
.faq_other { background: #fff; overflow: hidden; }
.wzlist { margin: 10px 10px 20px; }
.wzlist li { border-bottom: 1px solid #efefef; padding: 20px; transition: .5s }
.wzlist li:hover { background: #fafafa; }
.wzlist h4 { margin: 0 0 10px; font-size: 20px; line-height: 1.4; font-weight: normal; }
.wzlist h4 a { color: #333 }
.wzlist h4 a:hover { color: #1e3c85 }
.wzlist li p { font-size: 14px; color: #666; line-height: 1.6; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; }
.wz_info { color: #999; font-size: 12px; margin-top: 15px; }
.wz_info a { color: #999; }
.wz_info a:hover { color: #1e3c85 }
.wz_info em { font-style: normal; float: right; background: url(../images/view.png) no-repeat left center; background-size: 14px; padding-left: 16px; }
.wz_info span { margin-right: 20px }
.white_box { background: #fff; padding: 30px; margin-bottom: 20px; min-height: 600px; }
.line_title { text-align: center; font-size: 24px; line-height: 1.4; font-weight: normal; color: #333; position: relative; margin-bottom: 50px; }
.line_title:after { position: absolute; left: 50%; bottom: -15px; width: 20px; height: 2px; margin-left: -10px; background: #999; content: ""; }
.tb_tags { overflow: hidden; }
.tb_tags li { width: 160px; float: left; }
.tb_tags li a { display: block; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; line-height: 36px; background: #f7f8f9; margin: 8px; padding: 0 8px; }
.tb_tags li a:hover { color: #fff; background: #1e3c85 }
.tb_tags li span { float: right; font-size: 14px; line-height: 36px; color: #999; }
.tb_tags li a:hover span { color: #fff }
.err_text { text-align: center; color: #666; }
h3.err_title { font-size: 28px; text-shadow: 3px 5px 2px rgb(0 0 0 / 30%); font-weight: normal; margin: 20px auto; }
.err_text a { color: #1e3c85; }
.lbox.hbox { border: none; }
.adimg { border: none !important; }

.pinglun{margin-bottom:30px;}
/*box*/
.boxTitle{border-bottom:1px solid #e4e4e4;position:relative;margin-bottom:30px;box-shadow:0px 1px 2px #ddd;padding:15px 12px;}
.boxTitle .name{font-size:16px;line-height:1.5em;margin-right:50px;}
.boxTitle:after{content:'';display:block;width:2px;height:100%;background-color:#006abe;position:absolute;left:0;bottom:0;}
.boxTitle span{display:block;position:absolute;right:1px;top:50%;transform:translateY(-50%);font-weight:bold;font-size:14px;line-height:24px;overflow:hidden;}
.boxTitle span a{font-weight:normal;color:#888;position:relative;padding-right:10px;font-size:12px;}
.boxTitle span a:after{width:6px;height:6px;border-right:1px solid #888;border-bottom:1px solid #888;content:'';display:block;position:absolute;right:1px;top:50%;transform:rotate(-45deg);margin-top:-4px;}

/*comment*/
#comment{position:relative;overflow:hidden;}
#comment .item{margin-bottom:2%;position:relative;}
#comment label{display:block;font-size:14px;line-height:1.75em;color:#555;margin-bottom:5px;}
#comment label i{font-style:normal;color:#f00;font-size:12px;margin-left:5px;}
#comment .input{border:1px solid #e4e4e4;overflow:hidden;}
#comment .text{font-size:14px;line-height:24px;padding:5px 5%;width:90%;display:block;border:none;border-radius:3px;color:#555;font-family:'Microsoft Yahei';}
#comment textarea.text{height:110px;resize:vertical;padding:5px 1.5%;width:97%;}
#comment .inp{width:102%;overflow:hidden;}
#comment .inp .item{float:left;width:31.333%;padding-right:2%;}
#comment .verify{width:130px;float:left;margin-bottom:0;}
#comment .verify img{display:block;cursor:pointer;height:36px;width:auto;position:absolute;left:110%;bottom:0;}
#comment .btn{overflow:hidden;padding-top:30.5px;}
#comment .submit{float:right;background-color:#006abe;border:none;width:100px;height:35px;color:#fff;font-size:14px;border-radius:3px;cursor:pointer;}
#comment .submit:hover{opacity:.85;}
#cancel-reply{font-size:12px;color:#999;line-height:2em; float: right;
    margin-right: -75px;
    padding-top: 41.5px;}

/*warning*/
.warning{font-size:12px;color:#999;line-height:2em;clear:both;margin-bottom:2%;}
/*commentslist*/
#commentslist{overflow:hidden;}
#commentslist li{position:relative;padding-bottom:15px;margin-bottom:20px;border-bottom:1px solid #f6f6f6;overflow:hidden;}
#commentslist .avatar{float:left;padding:3px 0;}
#commentslist .avatar img{width:40px;height:40px;display:block;}
#commentslist .info{margin-left:55px;overflow:hidden;}
#commentslist .meta{overflow:hidden;font-size:12px;line-height:1.35em;color:#999;margin-bottom:10px;}
#commentslist .meta span{display:block;float:left;}
#commentslist .meta .reply{float:right;}
#commentslist .meta a{color:#006abe;}
#commentslist .name{font-size:16px;font-weight:bold;line-height:1.5em;color:#333;margin-bottom:5px;}
#commentslist .name a{color:#333;}
#commentslist .text{font-size:14px;line-height:2em;color:#666;}
#commentslist .text li{margin-left:0;}
#commentslist li li{margin:15px 0 5px 55px;background-color:#f9f9f9;padding:15px;border-bottom:none;}
#commentslist li li li{margin:10px 10px 5px;background-color:#fff;border:1px solid #e5e5e5;}
/*pagenavi*/
#pagenavi{clear:both;font-size:0;line-height:normal;text-align:center;}
#pagenavi a,#pagenavi span.now-page{display:inline-block;font-size:14px;height:32px;line-height:32px;padding:0 12px;background-color:#f1f1f1;color:#888;margin:2px;}
#pagenavi span.now-page,#pagenavi a:hover{background-color:#006abe;color:#fff;}

@media screen and (max-width:800px){
/*768px*/
	#pagenavi{padding:3% 0 1%;}
	#pagenavi a,#pagenavi span.now-page{font-size:12px;height:28px;line-height:28px;}
	/*768px*/
	#comment .inp{width:auto;}
	#comment .inp .item{float:none;width:auto;padding-right:0;}
	#comment .verify{width:auto;float:none;padding-right:110px;margin-bottom:10px;}
	#comment .verify img{left:auto;right:0;}
	#comment .btn{clear:both;padding:2% 0;overflow:hidden;}
	#comment .submit{height:30px;width:100%;}

	/*768px*/
	#commentslist li{padding-bottom:10px;margin-bottom:10px;}
	#commentslist .avatar img{width:30px;height:30px;}
	#commentslist .info{margin-left:40px;}
	#commentslist .meta{margin-bottom:5px;}
	#commentslist .name{font-size:14px;}
	#commentslist li li{margin:10px 0 5px 40px;padding:10px;}
	#commentslist li li li{margin:5px;}
	#cancel-reply {
    font-size: 12px;
    color: #999;
    line-height: 2em;
    float: right;
    margin-right: -48px;
    padding-top: 35.5px;
}
}