*{
	margin:0;
	padding: 0;
}
.content-min{
    display: flex;
    padding: 10px;
}
.left{
	background: #fdf5f3
}
.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-t{
	 background: url("../images/flag.jpeg") no-repeat  center top;
	 width: 375px;
	 height: 100px;
}
.left-top-b{
	 background: url("../images/flag2.jpeg") no-repeat  center bottom;
	 width: 375px;
	 height: 150px;
}
/*z左边本来的样式*/
.content_left_item {
    margin-bottom: 15px;
    width: 375px;
}
.left_item_title {
    background-color: #b7d5f7;
    /*box-shadow: 0 0 5px #666;*/
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    /*border: 1px solid #7d7d7d;*/
}

.right_icon::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 20px;
    top: 50%;
    border-top: 8px solid #2d66a5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform-origin: center center;
    transform: rotate(0deg) translateY(-50%);
    transition: all .3s;
}


.left_item_text {
    font-size: 23px;
    color: #2d66a5;
    padding-left: 10px;
}
.left_item_text P{
    font-size: 23px;
    line-height: 50px;
}


/*鼠标移动到上方的样式*/
.left_item_title:hover {
    background-color: #2d66a5;
}
.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_active .left_item_title{
    background-color: #2d66a5;
}
.content_left_active .left_item_title .left_item_text p {
    color: #ffffff;
}
.content_left_active  .left_item_title .left_item_icon img {
    filter: brightness(0%) invert(100%);
}
.content_left_active .left_item_title::after {
    border-top: 8px solid #FFFFFF;
}
.content_left_active .left_item_title::after {
    transform: rotate(180deg) translateY(50%);
}

.item_child{
	height: 50px;
    width: 100%;
    display: none;
}
.item_child div{
    height: 50px;
    font-size: 18px;
    line-height: 50px;
   	padding:  0 15px;
   	color: #333;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.item_child div span{
	color: #999;
	font-size: 0.8em;
	padding-left: 30px;
	
}
.item_child div:hover{
 /*   background-color: #eaeff6*/;
    color: #4678b0;
}
.item_child div span:hover{
    color: #4678b0;
}
/*.item_child div::after{*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 375px;*/
/*    height: 1px;*/
/*    left: 0px;*/
/*    bottom: 0px*/
/*    border: 1 dotted red;*/
/*    !*transform: translateY(-50%);*!*/
/*    background-color: #dcdfe6;*/
/*   !* border-radius: 99px;*!*/
/*}*/

/*小标题选中之后的样式*/

.content_left_opt div{
    background-color: #eaeff6;
    color: #4678b0;
}
.content_left_opt div span {
    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;
	min-height: 212px;
	margin-top: 20px;
	display: flex;
}
.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 {
	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: pink;
}
.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);
}