﻿body {
margin: 0px;
padding: 0px;
font-size: 12px;
font-family: "Microsoft YaHei";
min-width: 1200px;
}

a {
text-decoration: none;
outline: none
}

a:hover {
color: #F90;
text-decoration: none
}

ul, li, h1, h2,h3, h4, p, span, dt, dl, em {
    margin: 0px;
    padding: 0px
}

li {
list-style-type: none
}

input, textarea {
font-family: "Microsoft YaHei";
font-size: 14px
}
.fl {
    float: left;
}

.fr {
    float: right;
}
a {
text-decoration: none;
transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
}

img {
    border: 0px
}
/*top导航部分开始*/
.oio_header {
width: 100%;
/*	position: absolute;
top: 0;
z-index: 10;*/
}

.oio_top {
width: 100%;
height: 60px;
background-color: rgba(0,0,0,0.30869140625);
}

.oio_top .pos {
width: 1200px;
height: 60px;
line-height: 60px;
margin: 0 auto;
}

.oio_top ul {
width: 700px;
}

.oio_top ul li {
float: left;
margin: 0 10px;
}

    .oio_top ul li .last {
        background: #bc100e;
        padding: 10px;
        border-radius: 10px;
    }

.oio_top ul li .last:hover {
color: #fff;
}

.oio_top ul li a, .oio_top .login a {
color: #fff;
font-family: "microsoft yahei";
font-size: 18px;
}

.oio_top ul li a:hover, .oio_top .login a:hover {
color: #eb2614;
}

.oio_top .login {
color: #fff;
}

.oio_top .login a {
margin: 0 10px;
}
/*top导航部分结束*/
.mtop {
margin-top: 100px;
}

a, a:hover, a:active, a:visited, a:link, a:focus {
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
outline: none;
background: none;
text-decoration: none;
}

.agreement_header {
    /*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 18px;
    width: 840px;
    margin: 0 auto 10px;*/
}
.link{
    width:850px;
    margin:0 auto;
}
.return_txt {
    display: block;
    width: 736px;
    margin: 0 auto;
    padding-left: 18px;
    color: #666;
    font-size: 18px;
    border-bottom: 1px solid #fff;
    font-style: normal;
    background: url(../images/下载.png) no-repeat 0 4px;
}

.return {
    /*width: 10px;
    height: 16px;
    margin-right: 14px;
    background: url(../images/下载.png) no-repeat;
    background-size: 100% 100%;*/
}

.return_txt {

}

.oionewsinfo {
    width: 850px;
    margin: 30px auto 0;
    overflow: hidden;
    clear: both;
    content: "";
}

.containers_l {
width: 24%;
max-height: 732px;
padding: 0 20px;
background: #fafafa;
float: left;
}

.list_title {
    padding: 20px 0;
    margin-bottom: 10px;
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    color: #333;
}

.containers_l .list {
padding: 10px 0 0;
}

    .containers_l .list li {
        cursor: pointer;
        border-bottom: 1px dotted #ddd;
    }

    .containers_l .list li .item_title {
        font-size: 18px;
        color: #444;
        padding-top: 10px;
    }
.item_date {
    padding: 10px 0 10px;
}
.item_desc, .item_date {
    font-size: 14px;
    color: #999;
    position: relative;
}
.item_desc {
    width: 100%;
    overflow: hidden;
    padding: 10px 0 10px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item_date:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 30px;
height: 3px;
background: #ed2e24;
}

.containers_r {
width: 70%;
float: right;
}

    .containers_r .content_title {
        padding: 20px 0;
        margin-bottom: 10px;
        font-size: 24px;
        color: #333;
    }

    .containers_r .content_date {
        padding-bottom: 10px;
        font-size: 14px;
        color: #999;
        padding-top: 6px;
    }

    .containers_r .content {
        border-top: 1px solid #dedede;
        padding-top: 20px;
    }
        .containers_r .content img {
           display:block;
           width:100%;
        }
