* {
    margin: 0;
    padding: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #f5f5f7;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    font-size: .3rem;
    color: #333333;
}

fieldset, img {
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: middle;
}

li {
    list-style: none
}

.clearfix:after {
    content: "020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    /* 触发 hasLayout */
    zoom: 1;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}


/* 日期在前面的列表 */
.newsList {
    width: 94%;
    margin: 0 auto;
}
.newsList li {
    margin: .3rem 0;
    position: relative;
    overflow: hidden;
    height: 1.3rem;
}

.newsList li .date {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 5px;
    text-align: center;
    color: #66acff;
    float: left;
    background: #fff5d5;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff5d5 0%, #e6f2ff 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff5d5 0%, #e6f2ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff5d5 0%, #e6f2ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5d5', endColorstr='#e6f2ff', GradientType=0);
    /* IE6-9 */
    border: 1px #fff solid;
    position: absolute;
    left: 0;
    top: 0;
}

.newsList li .date span {
    color: #66acff;
}

.newsList li .date .ddd {
    display: block;
    font-size: .5rem;
    padding: .1rem 0;
}

.newsList li .date .yyy {
    display: block;
    font-size: .2rem;
}

.newsList li .date .yyy2 {
    display: block;
    font-size: 11px;
}

.newsList li a {
    width: 78%;
    float: right;
    margin-top: .1rem;
    line-height: .5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newsList li:hover a {
    font-weight: bold;
}

.newsList li:hover .date {
    border: 1px #F05151 solid;
    color: #F05151;
}

.newsList li:hover .date span {
    color: #F05151;
}
/*无日期列表 */
.list {
    width: 94%;
    margin: 0 auto;
    position: relative;
    padding-bottom: .1rem;
}

.list li {
    line-height: .5rem;
    padding: .2rem 0;
    border-bottom: 1px solid #cccccc;
}

.list li:last-child {
    border-bottom: none;
}

 .list li span.point {
    float: left;
    width: 6px;
    height: 6px;
    background: #297acc;
    margin: .15rem .15rem 0 0;
    vertical-align: .03rem;
}

.list li a {
    float: left;
    width: 93%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.title{
    width: 94%;
    margin: .5rem auto;
}
.title h5{
    font-weight: bold;
    font-size: .4rem;
    border-bottom: 1px solid #0c65d0;
}

.title h5 span{
    font-weight: bold;
    color: #076fd0;
    border-bottom: 3px solid #3868b6;
    padding-bottom: .1rem;
    display: inline-block;
}
.more {
    width: 100%;
    height: .8rem;
    background: #e0e0e0;
    color: #0c65d0;
    text-align: center;
    line-height: .8rem;
    margin-top: .2rem;
}

.main .article .text img{height: auto !important;}