﻿ol, ul {
    list-style: none
;}
.hide {
    display: none
;}
.clear {
    overflow: hidden
;}

.clear_both {
    clear: both
;}
a {
    text-decoration: none
;}
/**/
.wrap {
    width: 1200px;
    height: 200px;
    overflow: hidden;     /*hidden	   内容会被修剪，并且其余内容是不可见的。*/
    position: relative;}

.wrap ul {
    position: absolute;}

.wrap ul li {
    width: 1200px;
    height: 337px;
    margin-top: 3px;
    margin-left: 3px;}

.wrap ol {
    position: absolute;
    right: 55px;
    bottom: 30px;
    height: 10px;}

.wrap ol li {
    height: 10px;
    width: 10px;
    background: #ccc;
    border-radius: 5px;
    border: solid 1px #666;
    margin-left: 10px;
    color: #000;
    float: left;
    text-align: center;
    cursor: pointer;}


.wrap ol .on {
    background:#0a78cd;
    color: #fff;}
.imagetext{
    width: 290px;
    height: 34px;
    margin-top: 0px;
    text-align: center;
    background-color: #bbbbbb;
    color:black;}
.newimags{
    width: 298px;
    height: 200px;}




.main_content {
    width: 750px;
    overflow: hidden;
    zoom: 1
;}
.main_article h2{
    text-align: center;
    font-size: 20px;
    color: black;}
.article_aside {
    color: #6f6f6f;
    font-size: 12px;
    margin-bottom: 20px
;}
.article_hr {
    border: 1px solid #dedede;
    border-top: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    margin-bottom: 20px
;}
.article {
    color: #252525;
    line-height: 1.8em;
    font-size: 16px;
    margin-bottom: 10px;
    word-break: normal
;}


.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {
    font-weight: 500;
    *font-weight: 800;
    font-family: Helvetica\ Neue, Microsoft\ Yahei, Hiragino\ Sans\ GB, WenQuanYi\ Micro\ Hei, sans-serif;
    color: #333;
    text-align: inherit
;}

.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6, .typo-h1, .typo-h2, .typo-h3, .typo-h4, .typo-h5, .typo-h6 {
    margin-bottom: .4em;
    line-height: 1.5
;}

.typo h1, .typo-h1 {
    font-size: 1.8em
;}

.typo h2, .typo-h2 {
    font-size: 1.6em
;}

.typo h3, .typo-h3 {
    font-size: 1.4em
;}

.typo h4, .typo-h4 {
    font-size: 1.2em
;}

.typo h5, .typo h6, .typo-h5, .typo-h6 {
    font-size: 1em
;}

.typo ul, .typo-ul {
    margin-left: 1.3em;
    list-style: disc
;}

.typo ol, .typo-ol {
    list-style: decimal;
    margin-left: 1.9em
;}

.typo li ul, .typo li ol, .typo-ul ul, .typo-ul ol, .typo-ol ul, .typo-ol ol {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 2em
;}

.typo li ul, .typo-ul ul, .typo-ol ul {
    list-style: circle
;}

.typo table th, .typo table td, .typo-table th, .typo-table td .typo table caption {
    padding: .5em 1em;
    color: #666
;}

.typo table th, .typo-table th {
    background: #fbfbfb
;}

.typo table thead th, .typo-table thead th {
    background: #f1f1f1
;}

.typo table caption {
    border-bottom: none
;}
