﻿.nav_list{
 width: 1200px;
 margin: 0 auto;
 position: relative;
 overflow: hidden;
 min-height:480px;
}
.list {
 width: 20%;
 height: auto;
 display: inline-block;
 margin-top: 20px;
 color: white;
 font-size: 22px;
 background-color: #0a5497;
 line-height: 60px;
 text-align: center;
 margin-bottom: 20px;
}
.list_after {
 display: none;
}
.list_after span{
 position: absolute;
 top: 0;
 left: 0;
 animation:information_list infinite 0.8s;
 animation-direction:alternate;
}
.list_div {
 width: 95%;
 height: 50px;
 float: right;
 line-height: 50px;
 background-color: white;
 color: #0a5497;
 font-size: 14px;
 cursor: pointer;
 border-bottom: solid 1px gainsboro;
}

.wrapper-r{
 float: right;
 width: 80%
}

.name {
 line-height: 20px;
 font-size: 22px;
 width: 100%;
 display: inline-block;
 margin-top: 20px;
 margin-left: 4%;
 position: relative;
}
.tiao {
 display: inline-block;
 height: 5px;
 width: 100%;
 border-radius: 100%;
 background: -webkit-linear-gradient(left, #0072d836, #0072d8, #0072d836);
 background: #0c67b9;
}
.name a{
    text-decoration: none;
    color: gray;
}
.list_where {
 position: absolute;
 right: 54px;
 font-size: 16px;
 color: gray;
 top: 10px;
}
.list_text {
 height: auto;
 min-height: 300px;
 
 float: right;
}

.checked{
 background-color: #2270e2;
    color: white;
}
.show{
 display: block;
}
.hide{
 display: none;
}
ul.son {
    width:150px;
    background-color: #0862b3;
    position: absolute;
    left: 0;
    top: 45px;
    line-height: 30px;
    height:0;
    transition: 2s;
    display: none;
}
ul.son>li:hover{
    background-color: #2270E2;
    z-index: 888;
}
.hover_li:hover .son{
    z-index: 888;
    height: auto;
    display: block;
}
ul.son>li>a{
    font-size: 14px;
}

.contain{
 margin: 0 auto;
 padding: 30px 0;
 text-align: center;
}
.contain h4{
 color: #888;
 font-weight: 200;
 line-height: 40px;
}
.contain p{
 text-align: left;
 padding: 0 20px;
 text-indent: 2em;
 line-height: 35px;
 font-size: 18px;
}
.contain img{
 margin: 20px;
}
.list_text table{
 margin: 20px;
}
.list_text tr{
 line-height: 25px;
}
.list_text table .new{
 width: 780px;
}
.list_text table .content{
 width: 780px;
}
.new a{
 display: inline-block;
 text-decoration: none;
 color: #000;
 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 650px;
 font-size: 17px;
}
.content a{
 display: inline-block;
 text-decoration: none;
 color: #000;
 overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 650px;
 font-size: 17px;
}
.list_text table .date{
 color: #666;
}
.list_text table a:hover{
 text-decoration: underline;
 color: #0E69BB;
}
.windowstyle192230,.windowstyle191894{
 color:#fff !important;
 font-size:18px !important;
 
 }
 