*{
    margin:0;
    padding: 0;
}
.content-min{
    display: flex;
    padding: 10px;
}
.left{
    background: #f7f7f7
}
.content-left {
    margin: 0 18px 0 36px;
}
.slider_bar {
    position: fixed;
    top: 90%;
    right: 3px;
    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-end;
    z-index: 9999;
    transition: all .5s;
    cursor: pointer;
}

.left-top-b{
    background: url("../images/flag2.jpeg") no-repeat  center bottom;
    width: 375px;
    height: 150px;
}
/*z左边本来的样式*/
.content_left_item {
    margin-bottom: 15px;
    width: 330px;
}
.left_item_title {
    background-color: #f7f7f7;
    /*box-shadow: 0 0 5px #666;*/
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    /*display: flex;*/
    align-items: center;
    text-align: center;
    cursor: pointer;
    position: relative;
    /*margin-bottom: 5px;*/
    /*border: 1px solid #7d7d7d;*/
}
.dty_sublb {
    padding-top: 15px;
}
.dty_sublb ul{
    display: inline-block;
}
.dty_sublb ul li {
    float: left;
    height: 40px;
    line-height: 40px;
    width: 130px;
    background: url(../images/bs_lirbg.png) 16px 16px no-repeat;
    padding-left: 30px;
  /*
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; */
}
.dty_sublb ul li a {
    line-height: 40px;
    font-size: 16px;
    color: #666;
}
.left_item_text {
    font-size: 23px;
    /*color: #2d66a5;*/
    /*padding-left: 10px;*/
}
.left_item_text P{
    line-height: 50px;
    font-size: 16px;
}


/*鼠标移动到上方的样式*/
.left_item_title:hover {
    background-color: #ebebeb;
}
.left_item_title:hover  .left_item_text {
    /*color: #ffffff;*/
}
.left_item_title:hover  .left_item_icon img {
    filter: brightness(0%) invert(100%);
}
.left_item_title:hover::after {
    border-top: 8px solid #FFFFFF;
}

.content_left_item a:hover {
    color: #2D66A5;
}

.content_left_opt{
    background-color: #eaeff6;
    color: #4678b0;
}

.content_left_opt::after{
    animation: shanshuo .6s linear infinite alternate;
}

@keyframes shanshuo {
    0%{
        box-shadow: 0 0 6px #4678b0,
        0 0 2px #4678b0 ,0 0 2px #4678b0,
        0 0 2px #4678b0 ,0 0 1px #4678b0;
    }
    100%{
        box-shadow: 0 0 10px #4678b0,0 0 10px #4678b0,0 0 10px #4678b0,
        0 0 3px #4678b0 ,0 0 3px #4678b0,
        0 0 3px #4678b0 ,0 0 3px #4678b0,
        0 0 10px #4678b0 ,0 0 6px #4678b0,
        0 0 7px #4678b0,0 0 8px #4678b0;
    }
}
.right{
    width: 770px;
    height: auto;
    border: 1px solid #dcdfe6;
    margin: 0px 15px 0px;
    padding: 15px;
}
.r-min{
    width:750px;
    /*margin-top: 20px;*/
    /*display: flex;*/
    /*display: none;*/
}
.listnews {
    font-size: 14px;
    line-height: 200%;
    padding: 15px 4px;
    overflow: hidden;
    height: auto;
    min-height: 488px;
}
.item {
    display: block;
}
.anlay{
    background-color: #ebebeb;
    color: #2d66a5
}
/*.min-pic{*/
/*    width: 150px;*/
/*    height: auto;*/
/*    max-height: 200px;*/
/*    margin-left: 15px;*/
/*    padding: 5px;*/
/*    border: 1px solid #ddd;*/

/*}*/
.min-pic img{
    width:150px;
    height: 200px;
}
.min-text p{
    margin-left: 20px;
    padding:10px;
    line-height: 1.75;
    font-size: 14px;
    letter-spacing: 2px;
}
strong{
    color: #0157ae;
}
.title-label {
    width: 96%;
    margin: 0 auto;
    border-bottom: 2px solid #ddd;
    line-height: 40px;
}
.title-label h3  a {
    display: inline-block;
    font-size: 18px;

    padding: 0  15px;
    background-color: #eee;
    color: #00599d;
    margin: 15px 15px 0 15px;
}
.detail-mid{
    width: 300px;
    height: 400px;
    margin:  0 auto;
    background: #f7f7f7;
}
.p-text{
    padding: 0.5em;
    font-size: 18px;

}
.bot{
    text-align: right;
    font-size: 1em;
    cursor: pointer;
}
.min-text p:last-child{
    height: 108px;
    overflow-y: auto;
    width: 527px;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 6px; /*对垂直流动条有效*/
    height: 5px; /*对水平流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(2, 117, 229, 0.63);
    border-radius: 3px;
}
/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb{
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: rgba(250, 248, 248, 0.88);
}