﻿@charset "utf-8";
#banner_sub img{max-width:100%;}
.danye {
    display: flex;
    width: 100%;
    min-height: 300px;
    margin: 10px 0;
    gap:10px;
}
.danye-col-1 {
    width: 145px;
}
.danye-col-1 .title
{
    background: #007cd0;
    text-indent: 20px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
}
.danye-col-1 dl dt {
    margin: 0px;
    background: url(/images/new_ico01.png) no-repeat 5px center;
}
.danye-col-1 dl dt a {
    font-size: 14px;
    color: #555555;
    padding: 0px 0px 0px 20px;
    line-height: 39px;
    display: block;
    border-bottom: 1px dotted #c7beb8;
}
.danye-col-1 .active {
    padding: 10px 15px 20px 15px;
    border-top: none;
    background: #f4f4f4;
}
.danye-col-2 {
    flex: 1;
}
.danye-col-2 img{
  max-width:100% !important;
}
.current_pos
{
    width:100%;
    height:35px;
    padding-left:15px;
    line-height:35px;
    box-sizing:border-box;
}
.current_pos a
{
    text-decoration:none;
    color:#0a0a0a;
}
.danye-content {
    padding: 15px;
    width: 100%;
    min-height: 600px;
    box-sizing:border-box;
}
.danye-content .title
{
    font-size:20px;
    width:100%;
    text-align:center;
    font-weight:bold;
    margin-bottom:20px;
}
.newslist{
    min-height:400px;
}
.newslist ul li {
    padding-left: 10px;
    border-bottom: 1px dotted #dcdcdc;
    line-height: 30px;
}
.newslist ul li a {
    display:flex;
    width:100%;
}
.newslist ul li a span:last-child {
    flex:1;
    text-align:right;
}