.division_head{
    margin-bottom: 0.4rem;
}
.division_title>span:nth-child(1){
    font-size: 0.24rem;
    color: #333;
}
.division_title>span:nth-child(2){
    font-size: 0.24rem;
    color: #123b90;
    margin-left: 10px;
      text-transform: uppercase;
}
.division_line{
    margin-top: 0.2rem;
}
.division_line>span{
    width: 0.1rem;
    height: 0.1rem;
    background: #123b90;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    position: relative;
}
.division_line>span:before{
    content: '';
    width: 0.45rem;
    height: 1px;
    position: absolute;
    background: #999;
    left: -0.6rem;
    top: 0.05rem;
}
.division_line>span:after{
    content: '';
    width: 0.45rem;
    height: 1px;
    position: absolute;
    background: #999;
    right: -0.6rem;
    top: 0.05rem;
}

.data_download_col{
    height: 0.99rem;
    background: #f5f5f5;
    padding-top: 0.17rem;
    padding-bottom: 0.19rem;
    position: relative;
    margin-bottom: 0.24rem;
}
.data_download_col .date{
    font-size: 0.14rem;
    width: 1.5rem;
    text-align: center;
}
.data_download_col .date strong{
    display: block;
    font-size: 0.3rem;
    color: #666666;
}
.data_download_col>span:nth-child(2){
    font-size: 0.14rem;
    color: #666;
    padding-left: 0.2rem;
    border-left: 1px solid #123b90;
    padding-top: 0.04rem;
}
.data_download_col>span:nth-child(2) strong{
    display: block;
    font-size: 0.16rem;
    color: #666;
    margin-bottom: 0.17rem;
}
.data_download_col>span:nth-child(2)>span{
	width: 100%;
	max-width: 700px;
    max-width: 700px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.down_load{
    position: absolute;
    width: 0.99rem;
    height: 0.99rem;
    text-align: center;
    right: 0;
    font-size: 0.14rem;
    color: #123b90;
    border-left: 1px solid #fff;
    top: 0;
    padding-top: 0.295rem;
}
.down_load img{
    width: 0.4rem;
    display: block;
    text-align: center;
    margin: 0 auto;
}
.down_load img:nth-child(2){
    display: none;
}
.data_download_col:hover{
    background: #e7ebf4;
}
.data_download_col:hover>span:nth-child(2) strong{
    color: #123;
}
.data_download_col:hover .down_load img:nth-child(1){
    display: none;
}
.data_download_col:hover .down_load img:nth-child(2){
    display: block;
}


.media{
    background: #f6f6f6;
    margin-bottom: 0.5rem;
}
.media-left{
    padding-right: 0;
    border-right: 1px solid #fff;
}
.media-left>a{
    display: block;
    width: 554px;
}
.media-left>a img{
    width: 100%;
}
.media-body{
    vertical-align: middle;
    padding-left: 37px;
    padding-right: 50px;
    line-height: 0.3rem;
    color: #666;
    font-size: 0.14rem;
}
.media-heading{
    font-size: 0.24rem;
    color: #123b90;
    margin-bottom: 0.16rem;
}
.media-body span{
    font-size: 0.14rem;
    color: #666;
    display: block;
    margin-bottom: 0.3rem;
}
.media-body a{
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #123b90;
    color: #fff;
    display: block;
    margin-top: 0.3rem;
}