﻿#middle {
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    overflow: hidden;
}

.middle {
    margin: 0 auto;
    box-sizing: border-box;
    background: #FFFFFF;
}
#middle a, #middle li {
    cursor: pointer;
}
/* —————————————————————————————————————————————————————————————————————————————————————————— */


/* ————————————————————————————————————————公用二级—————————————————————————————————————————————————— */
.middle-main {
    margin: 0px auto;
    box-sizing: border-box;
    background: #FFFFFF;
}

/* 公用二级-Home导航 */
.mid-path-w{
		border-bottom: 1px solid #e4e4e4;
}
.mid-path {
	margin: 0 auto;
	width: 100%;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;

}

.mid-path img {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -5px;
}
/*  公用二级-Home导航end */


/*公用二级*/
.mid-item {
    width: 100%;
    margin-top: 26px;
    padding-bottom: 25px;
}
/* 公用二级-左 */
.item-left {
    float: left;
    width: 20%;
background-color: #f3f3f3;
}
.item-left-title{
    line-height: 30px;
    text-align: center;
    background-color: #003b8f;
    font-size: 24px;
	padding:16px 5%;
    color: #fff;
    font-weight: bold;
}
.item-left-title a{
    
}
.item-left-list{
    width: 100%;
}
.item-left-list ul{
    padding: 8px 17px 80px 17px;
    
}
.item-left-list ul li{
    border-bottom: 1px solid #d0d0d0;
    box-sizing: border-box;
    position: relative;
	transition: 0.3s;
}
.item-left-list ul li img {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
	transition: 0.3s;
	opacity: 0;
}
.item-left-list ul li a{
    display: block;
    font-size: 20px;
	font-weight: bold;
	background: url(/cms/templates/80660631403770000/images/li-bg.png) no-repeat left center;
    color: #225398;
    line-height: 26px;
    padding: 16px 30px 16px 30px;
    box-sizing: border-box;
	transition: 0.3s;
}
.item-left-list a:hover, .item-left-list .current a {
    background: url(/cms/templates/80660631403770000/images/li-bg2.png) no-repeat left center;
}
.item-left-list ul li:hover img, .item-left-list .current img{

	opacity: 1;
}
.left-title-more{
    display: none;
}
.item-left-list2{
    display: none;
}
/* 公用二级-左end */

/* 公用二级-右 */
.item-right {
    float: left;
    width: calc(80% - 35px);
    margin-left: 35px;
}

.mid-title-left{
	display: none;
}

.mid-title{
	width:100%;
	margin-bottom:20px;
	
}
.mid-title p{
	font-size: 24px;
	color: #003b8f;
	font-weight: bold;
	cursor: pointer;
	padding-bottom:6px;
	display: block;
}
.mid-title a{
	font-size: 24px;
	color: #003b8f;
	font-weight: bold;
	cursor: pointer;
	padding-bottom:6px;
	display: block;
}

.mid-title>span{
	width:46px;
	height:3px;
	background-color: #003b8f;
	display: block;
}


.item-right-title{
    width: 100%;
    background-color: #ebebeb;
    height: 50px;
    line-height: 50px;
}
.right-title-lm{
    font-size: 20px;
    color: #000;
    float: left;
    padding-left: 25px;
}
.right-title-lm a{
    color: #000;
}
.right-title-more{
    font-size: 16px;
    color: #5c5c5c;
    float: right;
    padding-right: 15px;
}
/* 公用二级-文章列表 */

.item-right-list ul{
margin-bottom:20px;
}
.item-right-list ul li {
    line-height: 50px;
    background: url(/cms/templates/80660631403770000/images/li-list-bg.png) no-repeat left center;
    padding-left: 25px;
    color: #0b0b0b;
    box-sizing: border-box;
	transition: 0.3s;
	border-bottom: 1px solid #d0d0d0;
}

.item-right-list ul li:hover {
    
}
.item-right-list ul li>a {
	width: calc(100% - 120px);
	box-sizing: border-box;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	transition: 0.3s;
	font-size: 18px;
}
.item-right-list ul li>span {
	color: #888888;
    font-size: 18px;
	margin-left: 15px;
	float: left;
	width: 105px;
	text-align: right;
}
/* 公用二级-右end */






/* ===========视图宽度============ */

.w_1300 {
    max-width: 1300px;
}

/* ==============@media============== */

@media screen and (max-width: 1340px) {
    .w_1300 {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1240px) {
    .w_1300 {
        max-width: 1000px;
    }
    /*公用二级-左*/
    .item-left-list ul {
        padding: 0 10px;
    }
    .item-right {
        width: calc(80% - 25px);
        margin-left: 25px;
    }
    /* 公用二级-翻页按钮 */
   

}

@media screen and (max-width: 1000px) {

    /* 手机端内边距变为15px */
    .middle {
        padding:0 15px;
    }
    .middle-main {
        margin: 0px auto;
        box-sizing: border-box;
    }

.mid-path-w{
    display: none;
}


    /* 公用二级-Home导航 */
    .mid-path {
        /* display: none; */
    }
    /* 公用二级 */
    .mid-item {
        margin-top: 20px;
    }
    .item-left {
        float: none;
        width: 100%;
height:auto !important;
        position: relative;
background-color: transparent;
    }
    .item-left-title {
        display: none;
    }
	.mid-title-left{
        display: block;
        float: left;
        width: auto;
        margin-bottom: 0px;
	}
	.mid-title-right{
		/*display: none;*/
	}
.mid-title-right a{
font-size:22px;
}
.mid-title-right span{
display: none;
}
	
    .item-left-title a {

    }
    .item-left-list {
        display: none;
    }

    .left-title-more {
        float: right;
        padding: 10px 15px;
        display: inline-block;
        border: 1px solid #176bdd;
        text-align: center;
        color: #000000;
        font-size: 16px;
		border-radius: 5px;
    }

    .left-title-more img {
		width: 10px;
        vertical-align: middle;
        margin-left: 10px;
    }

    .item-left-list2 {
        width: 116px;
        background: #176bdd;
        position: absolute;
        top: 105%;
		right: 0;
        padding: 0 5px;
        box-sizing: border-box;
        border: 1px solid #176bdd;
        display: none;
        z-index: 50;
		text-align: center;
		border-radius: 5px;
    }

    .item-left-list2 ul li {
        float: left;
        width:100%;
        line-height: 20px;
		padding:10px 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        font-size: 16px;
		color: #ffffff !important;
    }
    .item-left-list2 ul li a{
		color: #ffffff !important;
	}
    .on {
        display: block;
    }
    /* 公用二级-右 */
    .item-right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }


  


}
@media screen and (max-width: 768px) {
	
	.mid-item{
		margin-top: 15px;
	}
    /* 公用二级 */
    .item-left-title{
        font-size: 22px;
    }
    .left-title-more {
        padding: 5px 12px;
        font-size: 14px;
        margin-top: 5px;
		border-radius: 3px;
    }
    .left-title-more img {
        margin-left: 10px;
    }
	
	.item-left-list2{
		width:102px;
		border-radius: 3px;
	}
	.item-left-list2 ul li{
		 font-size: 14px;
	}
    .right-title-lm {
        font-size: 18px;
    }
    .right-title-more {
        font-size: 15px;
    }
    .item-right-list ul li {
        font-size: 16px;
        line-height: 46px;
        padding-left: 20px;
    }
    .item-right-list ul li>span {
        font-size: 16px;
    }
    .item-right-list ul li>a {
        width: calc(100% - 95px);
    }
    .item-right-list ul li>span {
        width: 90px;
        margin-left: 5px;
    }

}
@media screen and (max-width: 550px) {

    
}

@media screen and (max-width: 420px) {
    
}

@media screen and (max-width: 375px) {

}