
.contain{
	margin-top:20px;clear:both;margin-bottom:20px;}


.floatleft {
    float: left;
	width:920px;
}
.floatright
{
	float: right;
	width: 270px;
}
.bg {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(141, 141, 141, 0.15);
}
/***************************************************************************/
.hd_left {
    width: 202px;
    background: #fff;
    height: 348px;
	border-right: 1px solid #f5f5f5;
	float:left;
}
.hd_left .left_item .navTitleBox {
    height: 80px;
    border-bottom: 1px solid #f5f5f5;
    padding: 25px 0 0 10px;
    cursor: pointer;
}
.hd_left .left_item .navTitleBox .navTitle {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 800;
}
.hd_left .left_item .navTitleBox .navDescribe {
    font-size: 12px;
    color: #bbb;
    line-height: 24px;
}
.hd_left .left_item .navTitleBox img {
	float:left;margin-right:10px;
}

.hd_left .left_item .popup {
    position: absolute;
    box-sizing: border-box;
    left: 100%;
    top: 0;
    width: 760px;
    min-height: 348px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    font-size: 13px;
    line-height: 30px;
    overflow: hidden;
    border: 5px solid #fff9f8;
}
.hd_left .left_item .popup li{height:50px;line-height:50px;border-bottom:1px solid #e5e5e5;}

.banner{float:right;width:685px;height:330px;overflow:hidden;margin-top:10px;}
.banner img{width:750px;height:340px;}
/***************************************************************************/
.floatleft .top,.floatright .top {
    height: 40px !important;
    line-height: 40px !important;
	clear:both;
}

.floatright li{line-height:30px;height:30px;border-bottom:1px solid #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
}

.floatleft .title h2, .title h2 a {
    font-size: 18px;
    color: #000;
}
.floatleft .title{float:left;}
.floatleft .more{float:right;}

.contain .list li {
    margin-right: 15px;
    width: 160px;
	float: left;
    padding: 0 0 15px 5px;
}
.contain .list li a .cover {
    display: flex !important;
    justify-content: center;
    align-items: center;
	width: 170px;
    height: 242px;
    border-radius: 8px;
    border: 1px solid #eee;
    overflow: hidden;
    position: relative;
	border: 1px solid #ccc
}
.contain .list li a .cover:hover
{
	border: 1px solid #FF5353;
}
.contain .list li a .cover .pic {
    width: 171px;
    height: 242px;
}

.contain .list li a .cover .icon {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 20px !important;
	width:55px;
}

.contain .list li a .title {
    display: block;
    font-size: 14px;
    color: #666;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    line-height: 20px;
    padding: 0 3px;
    margin: 6px 0 0 0;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-line-clamp: 2;
}
.contain .list li a:hover
{
	color:#009688;
}