﻿.scroll_img .tit{
    height: 30px;
	line-height: 30px;
	bottom: 20px;
	width: 100%;
}
.scroll_img  .pic li{
 width: 100%;
 height: 100%;
}
.scroll_img .tit li a{
    color: #fff;
    font-size: 15px;
	text-align: center;
    width: 100%;
    display: block;
}
.scroll_img .tit li a:hover{
	color:#fff;
}
.scroll_img .op_bg{
    background: rgba(0, 0, 0, 0.4) !important;
    height: 60px;
}
.scroll_img .num{
	right: 50%;
	transform: translateX(50%);
    bottom: 2px;
	
}
.scroll_img .num li{
    width: 10px;
    height: 10px;
    background: #E4E4E4;
    border-radius: 50%;
	margin: 0 7px;
	color: transparent;
}
.scroll_img .num li.s{
    width: 28px;
    background: #E4E4E4;
    height: 10px;
    line-height: 10px;
    border-radius: 5px;
}
.commi_cont{
	background: #fff;
	border-radius: 6px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.17);
}
.branch_cont{
	background: #fff;
	border-radius: 6px;
	margin-top: 15px;
    box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.17);
}
.commi_left{
	width: 46%;
	height: 360px;
}
.commi_right{
	width: 50%;
}
.commi_left .pic li img {
    width: 100%;
    height: 360px;
}
 h2.title_header span {
    color: #333;
    border-left: none;
    border-bottom: 2px solid #1168E3;
    display: inline-block;
    padding: 0 5px;
    position: relative;
    bottom: 0px;
    font-size: 18px;
    font-weight: 600;
 }
h2.title_header a.more1 {
    float: right;
	font-size: 14px;
	font-weight: 600;
}
.commi_top{
	border-bottom: 1px dashed #666;
    padding: 15px 0 10px;
}
.commi_top .details{
	float: right;
}
.commi_list{
	margin-top: 15px;
}
ul.article_list li{
	padding-left: 20px;
	border-bottom:none;
	line-height: 38px;
	background: url(/Content/Areas/Common/images/dian.png) no-repeat 0 center;
}
ul.article_list li a{
	color: #333;
	font-size: 15px;
}


.branch_list li{
	width: 47%;
}
.branch_list li.Li_Odd{
	float: left;
}
.branch_list li.Li_Even{
	float: right;
}