@charset "utf-8";
/* CSS Document */

.myontent{
width:100%;
min-width:1200px;
}
.myontent .innerCon{
width:1200px;
background:white;
margin:0 auto;

}
.myontent .innerCon .loc{
background:url(../images/locico.png) no-repeat 10px center #f8f8f8;
padding-left:30px;
}
.myontent .innerCon .loc,.Content .innerCon .loc a{
font-size:14px;

height:50px;
line-height:50px;

color:#333;	
}
.bContent{
 margin-top:30px;
}
.bContent .l_con{
 width:190px;
 float:left;
}
.bContent .l_con .yiji{
width:186px;
height:36px;
line-height:30px;
background:url(../images/yijibg.png) no-repeat center center;
font-size:16px;
text-align:center;
color:white;
margin-top:20px;
}
.erjiList{
border:1px solid #f8f8f8;
padding-bottom:10px;
}
.erjiList .item{
width:167px;
height:30px;
background:url(../images/erjibg.png);
display:block;
margin:0 auto;
text-align:center;
margin-top:10px;
font-size:14px;
border:1px solid #f8f8f8;
line-height:30px;
color:#333;
}
.erjiList .item:hover,.erjiList .active{
border:1px solid #0a66b9;
color:#0a66b9;
}
.bContent .r_con{
 width:960px;
 border:1px solid #f8f8f8;
 float:right;
}
#yd{
display:block;
width:186px;
height:54px;
border:1px solid #f8f8f8;
background:url(../images/yd.png) no-repeat center center;
}
.myontent ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #f8f8f8;
    background: url(../images/sj.png) 10px center no-repeat;
}
.myontent ul li a{
font-size: 14px;
    color: #333;
    width: 750px;
    height: 50px;
    display: block;
    float: left;
    overflow: hidden;
    margin-left: 20px;
}
.myontent ul li a:hover{
text-decoration:underline;
}
.myontent ul li span{
font-size:14px;
float:right;
margin-right:20px;
}

.imglist {
    display: flex;
    flex-wrap: wrap;  /* 允许换行 */
    list-style: none; /* 去掉列表默认样式 */
    padding: 0;       /* 去掉内边距 */
}
.imglist li a{
	width:100% !important;
	height:100% !important;
	margin-left:0 !important;
}
.imglist li{
	width:30% !important;
	max-height:220px !important;
    height: 190px !important;
    border-bottom: 1px dashed #f8f8f8;
	background:none !important;
	flex: 0 1 31%;     /* 每个li的宽度：占 30% 的可用宽度 */
    box-sizing: border-box; /* 包括内边距和边框在内计算宽度 */
    margin: 10px;     /* 每个li之间的间距 */
	
}
.imglist img {
	width:286px;
    max-width: 100%;      /* 图片最大宽度 */
    height: 150px;         /* 高度自动调整 */
    display: block;       /* 重置底部空隙 */
	object-fit:cover;
}

.imglist p{
	height:40px;
	line-height:40px;
	text-align:center;
}




.r_con #title{
font-size:20px;
color:#333;
text-align:center;
margin-top:10px;
font-weight:bold;
min-height:40px;
line-height:40px;

}
.r_con #fb{
background:#f8f8f8;
text-align:center;
height:30px;
line-height:30px;
}
.r_con #my_content{
font-size:14px;
text-indent:2em;
line-height:30px;
padding:10px;
background:white;
}

#my_content img{
	max-width:96%;
	margin-top:10px;
}

#webcontent{
color:#666;
line-height:25px;
margin-top:15px;
margin-bottom:15px;
}
.message_item{
margin-left:50px;
margin-bottom:20px;
width:500px;
min-height:20px;
}
.message_item label{
float:left;
}
.message_item input{
    border: 1px #ddd solid;
    height: 30px;
    line-height: 30px;
    padding: 0px 3px;
    color: #555;
    background: #fbfbfb;
	width:400px;
}
.message_item textarea{
width:400px;
height:280px;
background: #fbfbfb;
padding: 0px 3px;
   border: 1px #ddd solid;

    line-height: 20px;
}
.myimgList{
margin-top:5px;
margin-left:5px;
}
.myimgList .item{
width:305px;
height:212px;
background:#f8f8f8;
float:left;
margin:5px;
}

.zkLizst .zkItem a.zkyiji{
width:100%;
height:25px;
line-height:25px;
display:block;
color:#333;
margin-left:20px;
padding-left:15px;

}
.zkLizst .zkItem a.hb{
background:url(../images/tree-zkbg.png) no-repeat left center;

}
.zkLizst .zkItem a.zk{
background:url(../images/tree-ssbg.png) no-repeat left center;
}
.zkerjiCon{
margin-left:15px;
display:none;
}
.zkerjiCon a.zkerji{
width:82%;
height:25px;
line-height:25px;
display:block;
color:#333;
margin-left:20px;
padding-left:15px;

}

.topBtnList a{
display:block;
width:16.6%;
text-align:center;
height:50px;
line-height:50px;
float:left;
color:#1489e1;
font-size:16px;
background:#d5ecfd;
border-right:1px solid #b4defd;
}
.topBtnList a.active{
background:#1489e1;
color:white;
}
.bottomConDiv{
margin-top:120px;
}
.bottomConDiv .itemCon{
display:none;
}
.bottomConDiv .itemCon.active{
display:block;
}