@import url("common.css");
/*左边栏开始*/
.main_l { width: 860px; }
/*文字标题*/
.main_l .con_title { text-align: center; padding: 20px 0; }
.main_l .con_title h1 { font-size: 30px;  }
.main_l .con_title_b { color: #ccc; padding: 20px 0 0; }
.main_l .con_title_b time { padding-right: 20px; }
.main_l .con_title_b span {  padding-left: 20px; }
/*文字内容*/
.con_article { padding: 10px 0; font-size: 16px; line-height: 30px; color: #333;}
.con_article p{ margin: 8px 0;}
.con_article a{ color: #38f;}
.con_article a:hover{ color: #e00;}
.con_article h2,.article_content h3{ font-weight: 600;}
.con_article h3{ color: #ff7032;}
.con_article iframe{ width: 100%!important; height: 480px!important;}
.con_article img{max-width: 100%!important; border-radius: 6px; margin:8px 0;}
.con_prev{ border-bottom: solid 1px #eee; padding-bottom: 10px;}
.con_prev p {  max-width: 48%; color: #999; }
.con_prev p a {  font-weight: bold; max-width: 70%; margin-left: 10px; }
/*相关推荐*/
.xiangguan .type_h2 {  line-height: 40px; height: 40px; }
.xiangguan .type_h2 h2 { font-size: 26px; color: #06c8ff;  }
.xiangguan .type_h2 i { width: 27px; height: 23px; display: block; background: url(../images/type_lan.png) no-repeat; margin-top: 10px; margin-right: 10px; }
.xiangguan .main_type { padding: 40px 0; }
.xiangguan li { width: 410px; line-height: 30px; height: 30px; padding: 5px 0;  }
.xiangguan li:nth-child(2n+1) { float: right; }
.xiangguan li i { width: 14px; height: 14px; background: url(../images/news_icon.png) no-repeat; display: block; margin-top: 8px; margin-right: 10px; }
.xiangguan li a { max-width: 346px; }
.xiangguan li time { color: #999; }
/*右边栏*/
.type_c_r_news li { height: 66px; line-height: 24px; padding: 14px 0;  }
.type_c_r_news .li_r { width: 154px; }
.type_c_r_news .li_r p { font-size: 12px; color: #999; }
.type_c_r_news .li_l{ width: 90px; height: 65px;}
.type_c_r_news .li_l img{ width: 100%; min-height: 65px;}
/*文章内容分页样式*/
.pages{text-align: center; width:100%; margin:12px 0 0;}
.pages #page_slice{ height:27px; text-align:center;}
.pages li{ display:inline-block; height: 27px; line-height: 27px; margin:0 2px;}
.pages span{background-color: #fff; border: 1px solid #eaeaea; color: #444; display:inline-block; height: 25px; line-height: 25px; margin-left: 5px; padding: 0 10px;}
.pages a{background-color: #fff; border: 1px solid #eaeaea; color: #444; display:inline-block; height: 25px; line-height: 25px; margin-left: 5px; padding: 0 10px;}
.pages li.thisclass a, .pages li a:hover{background: #2184c4 none repeat scroll 0 0; border: 1px solid #2184c4; color: #fff !important; display:inline-block;height: 25px; line-height: 25px; margin-left: 5px; padding: 0 10px;}
.pages li.thisclass a:hover { width:auto;}
