@charset "UTF-8";
.nav {
    margin-bottom: 10px;
}
.fl {
    float: left;
}
#art_main1 {
    width: 643px;
}
.art_title {
    position: relative;
    margin-bottom: 10px;
}
.art_title h1 {
    font-size: 22px;
    line-height: normal;
    color: #404040;
    text-shadow: 1px 1px 2px #b5b5b5;
	padding:0;
}
.art_title p.info {
    color: #e23a0a;
	margin: 0;
    padding: 0;
}
.art_title p.info small {
    font-size: 12px;
    padding: 0 2px 0 6px;
    color: #7C7A7A;
}
.article_content {
    line-height: 200%;
    color: #444;
    font-size: 14px;
    position: relative;
    word-wrap: break-word;
    word-break: break-all;
}
.article-tag {
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    line-height: 25px;
	margin-bottom: 5px;
}
.article_content p {
    text-indent: 2em;
    margin: 5px 0 5px;
    line-height: 180%;
    color: #444;
    /*font-size: 13px;*/
}
.content {
    background: #fff;
    padding: 4px 0 0 0;
    position: relative;
    z-index: 2;
    -moz-border-radius: 0 5px 5px 5px;
    -webkit-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -moz-box-shadow: 0 -2px 3px -2px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 -2px 3px -2px rgba(0,0,0,.5);
    box-shadow: 0 -2px 3px -2px rgba(0,0,0,.5);
}
.alignleft {
    float: left;
}
.article_content img {
    max-width: 630px;
    margin: 5px 13px;
    text-align: center;
}
.dbinfo {
    height: 310px;
}
.article_content h3 {
    margin: 10px;
    padding: 1px 8px;
    font-size: 14px;
    border-bottom: 1px solid #5f3b54;
    -moz-border-radius: 5px;
    /* -webkit-border-radius: 5px; */
    border-radius: 10px;
    line-height: 25px;
}
#article h2 {
    margin: 5px;
    padding: 2px 6px;
    font-weight: bold;
    /* color: #232121; */
    font-size: 16px;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    line-height: 25px;
    background-position: center;
    /* background-attachment: fixed; */
    border-left: 6px solid #56616d;
}
/*#article a:hover{
	background:none;
}*/
#commentform a:hover{
	color:#e23a0a;
	background:none;
}
.con_pretext a:hover{
	background:none;
}
.article-tag p a:hover{
	color:#fff;
}
.article_content table, .article_content th, .article_content td {
    border: 1px solid #ddd;
    line-height: 16px;
    font-size: 13px;	
}
.article_content table{
	width: 100%;
	border-collapse: collapse;
    border-spacing: 0;
}
.article_content th, .article_content td {
    padding: 8px;
}
.article_content th {
    font-size: 15px;
    background: #f9f9f9;
    text-align: center;
	font-weight: bold;
}
.article_content a:link, .article_content a:active {
    color: #09C;
    text-decoration: none;
}.article_content a:hover {
    color: #92630d;
    text-decoration: none;
}
.article_content a:visited {
    color: #7C1E8C;
}
.right {
    text-align: right;
    width: 50px;
}
.article_content strong {
    color: #232323;
    font-weight: bold;
}
blockquote{
  display:block;
  background: #fff;
  padding: 15px 45px 15px 45px;
  margin: 0 0 20px;
  position: relative;
 
  /*字体*/
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*边框 - (选项)*/
  border-left: 15px solid #979a9e;
  border-right: 2px solid #979a9e;
 
  /*盒子阴影 - (选项)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}
blockquote p{
	font-size:16px;
}
blockquote::before{
  content: "\201C"; /*左双引号的Unicode编码*/
 
  /*字体*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
 
  /*位置*/
  position: absolute;
  left: 10px;
  top:5px;
}
blockquote::after{
  content: "\201D"; /*如果要显示右双引号，则写 content: "\201D"; */
  
  /*字体*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
 
  /*位置*/
  position: absolute;
  right: 10px;
  line-height: 20px;
  bottom: 0;
}
.con_pretext {
    margin: 10px 0;
    border-top: 1px #dbdbdb solid;
    border-bottom: 1px #dbdbdb solid;
    background: #fff;
    padding: 5px 0px;
    /*position: relative;*/
	width: 100%;
}
.con_pretext h3{
	font-weight: bold;
}
.con_pretext li {
    color: #666;
}
.con_pretext li a {
    color: #BC0808;
}
.relatedposts ul {
    width: 643px;
    margin: 5px 10px 5px 0;
}
.con_pretext li {
    color: #666;
}
.relatedposts li {
    width: 107px;
    float: left;
	text-align: center;
}
.con_pretext li a {
    color: #BC0808;
}
.relatedposts img {
    width: 100px;
    height: 130px;
}
.ticket {
    padding: 20px 0;
    margin-bottom: 20px;
    background: #F0F3F5;
    color: #999;
    font-size: 13px;
    text-align: center;
}
a.ticket-btn {
    width: 160px;
    display: inline-block;
    line-height: 30px;
    background: #268dcd;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
a.ticket-btn:link, a.ticket-btn:visited, a.ticket-btn:hover, a.ticket-btn:focus, a.ticket-btn:active {
    color: #FFF;
}
.aligncenter {
  clear:both;
  display:block;
  margin:auto !important;
}
.episode_list {
    overflow: hidden;
    zoom: 1;
    margin-bottom: 8px;
    margin-left: 5px;
}.episode_list a:link, .episode_list a:visited, .episode_list a:hover, .episode_list a:active {
    display: inline-block;
    zoom: 1;
    height: 25px;
    min-width: 45px;
    line-height: 25px;
    text-align: center;
    margin: 0 7px 10px 0;
    border: 1px solid #ccddeb;
    color: #369;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}.episode_list a:visited {
    background: #e0eff9;
}.episode_list a:hover {
    background: #e0eff9;
}.table a:hover {
    background: none;
}.article_content p a:hover{
    color: #fff;
}.kuyun {
    font-size:16px;color:#072;margin:8px 0 8px 5px;line-height:150%;
}
/*评论*/
.art_white_bg {
    padding: 15px;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    background: #fff;
    width: 650px;
    margin-bottom: 20px;
}
#comments {
  margin-bottom:10px;
  font-weight: bold;
}
#respond_box {

    clear: both;
    border-top: 1px solid #ddd;

}
#respond {

    padding: 5px 10px 10px;
    overflow: hidden;

}
#respond a {

    color: #333435;

}
#respond h3 {

    margin: 5px 0 6px 0;
  font-weight: bold;

}
#commentform p {

    color: #333;
  margin: 0;
    padding: 0;

}
input, textarea, select {

    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;

}
#commentform input {

    border: 1px solid #ddd;
    width: 160px;
    margin: 4px 5px 4px 0;
    padding: 3px;
    box-shadow: inset 2px 3px 5px #eee;

}
#commentform label {

    color: #868686;

}
#comment {

    background: #fff;

}
#commentform textarea {

    width: 95%;
    height: 120px;
    font-size: 13px;
    padding: 4px;
    margin: 4px 0 0 0;
    border: 1px solid #ddd;
    box-shadow: inset 2px 3px 5px #eee;

}
#commentform input#submit, #commentform input#reset {

    width: 110px;
    height: 32px;
    background: #606060;
    color: #fff;
    border: 1px solid #e5e5e5;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 4px;
    line-height: 28px;
    text-align: center;
    margin-top: 8px;
    box-shadow: none;

}
.commentlist{
  margin:0;
  padding:0;
}
.commentlist li {
    position: relative;
}
.commentlist .comment {
    list-style: none;
    border-top: 1px solid #ddd;
}
.commentlist .depth-1 {
    margin: 10px 0 10px 0;
}
.commentlist .comment-body {
    padding: 5px 0 5px 0;
    word-wrap: break-word;
    word-break: break-all;
}
ol.commentlist li div.vcard img.avatar {
    width: 40px;
    height: 40px;
    position: relative;
    float: left;
    margin: 4px 6px 0 0;
    /*border: 1px solid #ddd;*/
    border-radius: 5px;
    background: #fff;
}
ol.commentlist li div.floor {
    float: right;
    color: #bbb;
}
.commentlist p {
    margin: 5px 0 5px 50px;
    line-height: 22px;
}
.datetime {
    font-size: 12px;
    color: #aaa;
    text-shadow: 0px 1px 0px #fff;
    margin-left: 50px;
}
.reply a:link, .reply a:visited {
    text-align: center;
    font-size: 12px;
}
.commentlist li.comment ul.children {
    margin-left: 20px;
}
ol.commentlist li div.floor {
    float: right;
    color: #bbb;
}