.pos {
    width: 1200px;
    font-size: 14px;
    margin:  20px auto;
}
.point {
    width: 6px;
    height: 6px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: 3px;
    background: #ededed;
}
/*鏂伴椈鍒楄〃*/
ul.newsList {
    width: 600px;
    margin-top: 12px;
}
ul.newsList li {
    font-size: 18px;
    line-height: 38px;
    position: relative;
}
ul.newsList li:hover {
    color: #3868b6;
}
ul.newsList li a {
    width: 100%;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
ul.newsList li span.time {
    text-align: right;
    color: #8d8d8d;
    float: right;
}

/*鍥剧墖鏂伴椈*/
.main .con {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}
.more{
    float: right;
    font-size: 16px;
    color: #333;
}

.more1{
    float: right;
    font-size: 16px;
    margin-top: -57px;
}



.main .xxbox {
    width:48%;
    margin: 20px 0 20px 0;
}

.main .xxbox h4 {
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    
}
.main .xxbox h4 span{
    font-weight: bold;
    font-size: 22px;
    border-bottom: 3px solid #3868b6;
    padding-bottom: 10px;
    color: #3868b6;
}
.main .xxbox .newsList {
    width: 570px;
    margin-top: 12px;
}
.main .xxbox .newsList li {
    font-size: 18px;
    line-height: 38px;
    position: relative;
}