﻿body {
margin: 0px;
padding: 0px;
font-size: 12px;
font-family: "Microsoft YaHei";
min-width: 1200px;
background: #f8f8f8;
}

a {
text-decoration: none;
outline: none
}

a:hover {
color: #F90;
text-decoration: none
}

ul, li, h1, 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
}

a {
text-decoration: none;
transition: 0.5s ease;
-o-transition: 0.5s ease;
-webkit-transition: 0.5s ease;
}

img {
border: 0px
}

.fr {
float: right;
}

.fl {
float: left;
}
/*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;
        }
.oiobanner .oio_img  img{
    display:block;
    width:100%;
}
.oio_top .login {
    color: #fff;
}

.oio_top .login a {
    margin: 0 10px;
}

.circle {
background: rgba(0,0,0,.3);
}

.circle, .circle_container {
position: absolute;
top: 50%;
left: 50%;
width: 25%;
min-width: 288px;
padding-top: 25%;
margin-left: -13%;
-webkit-transform: translate3d(0,-50%,0);
transform: translate3d(0,-50%,0);
border-radius: 50%;
color: #fff;
}

.circle_title {
top: 39.78%;
left: 0;
font-size: 48px;
position: absolute;
width: 100%;
text-align: center;
}

.circle_label {
top: 60.43%;
left: 50%;
width: 11%;
margin-left: -5.5%;
height: 4px;
background: #ed2e24;
position: absolute;
text-align: center;
}

.circle_desc {
position: absolute;
width: 100%;
text-align: center;
top: 62.48%;
left: 0;
font-size: 24px;
}
/*top导航部分结束*/
.oionews {
width: 850px;
margin: 0 auto;
}

.list {
padding: 50px 0 0;
}

.oionews ul {
overflow: hidden;
width: 100%;
margin: 30px auto 0;
}

.oionews ul li {
float: left;
width: 30%;
margin: 0 1.3% 36px;
-webkit-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.content{
    color:#666;
}
.oionews ul li .link {
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding-bottom: 10px;
}

.oionews ul li .link:hover {
    box-shadow: 0 0 8px #eee;
}

.oionews ul li img {
    display: inline-block;
    width: 88%;
    /* width: 347px; */
    height: 178px;
}

.oionews ul li .title {
    padding-top: 20px;
    font-size: 18px;
    color: #333;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.oionews ul li .desc {
    width: 100%;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 4%;
    font-size: 16px;
    text-align: justify;
    color: #666;
}

.oionews ul li .date {
    padding-top: 2%;
    color: #999;
    font-size: 14px;
}

#RptPager {
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 16px;
    color: #333;
}
.pager {
    display: -webkit-box;
    display: -ms-flexbox;
   display: flex; 
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
     -webkit-box-align: center; 
    -ms-flex-align: center;
    /* align-items: center; */
    /* max-width: 300px; */
    /* min-height: 30px; */
    margin: 40px auto 50px;
}

.pointer {
cursor: pointer;
}

.disabled {
opacity: .5;
}

.pointer .item_icon {
width: 24px;
height: 24px;
}

.pointer .item_icon img {
width: 100%;
}

.pointer .item_icon:after, .pointer .item_icon:before {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
outline: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.selected {
color: #ed2e24;
padding: 0 3%;
font-size: 16px;
}

.pager_item {
color: #999;
padding: 0 3%;
font-size: 16px;
}
