
/*案例赏析*/

.baninfo {
    height: 60px;
	background-color:#f0f0f0;
}
.erji {
    float: left;
}
.erji ul li {
    height: 60px;
    line-height: 60px;
    float: left;
}
.erji ul li a {
    padding: 0 60px;
    margin-right:2px;
    display: block;
    font-size: 16px;
    color: #333;
    position: relative;
}
.erji ul li a:hover, .erji ul li.active a{
	background-color:#0b3775;
	color:#fff;
}
.baninfo .tree {
    float: right;
    height: 100%;
    font-size: 14px;
    line-height: 60px;
    color: #666;
    padding-left: 30px;
    background: url(../img/home.png) 0 no-repeat;
}
.baninfo .tree a {
    color: #666;
}


.news-list{
	margin:90px 0;
	overflow:hidden;
}
.news-list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    align-items: unset;
}
.news-list li {
	width: 30%;
    margin-bottom:60px;
	margin-right:5%;
}
.news-list li:nth-child(3n) {
    margin-right: 0;
}
.news-list li .img-box {
    position: relative;
	width:100%;
	height:290px;
	overflow:hidden;
	transition: all .3s;
}
	
.news-list li .img-box .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 600ms;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.news-list li a:hover .img-box .img {
    -webkit-transform: scale(1.08) rotate(0.01deg);
    -ms-transform: scale(1.08) rotate(0.01deg);
    transform: scale(1.08) rotate(0.01deg);
}

.news-list li .item-cont{
    position: relative;
	padding:30px 5px;
}

.news-list li .item-cont .item-date {
	font-size: 14px;
    color: #666;
	font-family:Arial, Helvetica, sans-serif;
}
.news-list li .item-cont .item-title {
    color: #242424;
    font-size: 22px;
    font-weight: 500;
	line-height:28px;
}

.news-list li a:hover .item-cont .item-title {
	color:#f89754;
}
.news-list li .item-cont .item-txt {
    color: #989898;
    font-size: 14px;
	line-height:24px;
	font-weight:normal;
	margin:10px 0 20px;
}


.xinwenxiangqing{
	width:100%;
	background-color:#f5f5f5;
	overflow:hidden;
	padding:90px 0;
}
.xinwenxiangqing_left{
	width:70%;
	background-color:#ffffff;
	float:left;
	padding:5% 4%;
	overflow:hidden;
}
.xinwenxiangqing_left .atc-h {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    position: relative;
}
.xinwenxiangqing_left .atc-h h1 {
    font-size: 32px;
    color: #333;
    line-height: 46px;
    font-weight: bold;
    margin-bottom: 24px;
}
.xinwenxiangqing_left .atc-h .atc-date {
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.xinwenxiangqing_left .atc-h .atc-date span {
    display: inline-block;
    margin-right: 30px;
}

.xinwenxiangqing_left .atc-con {
    padding: 44px 0 76px;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    text-align: justify;
}

.xinwenxiangqing_left .atc-con img {
    width:100%;
    display: block;
    margin: auto;
}

.xinwenxiangqing_left .atc-con h2{
	font-size:26px;
	line-height:36px;
	font-weight:bold;
}
.xinwenxiangqing_left .atc-pn {
    position: relative;
    padding-top: 26px;
    padding-right: 160px;
    border-top: 1px solid #ddd;
}
.xinwenxiangqing_left .atc-pn a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 34px;
}
.xinwenxiangqing_left .atc-pn label {
    color: #666;
}

.xinwenxiangqing_right{
	width:27%;
	background-color:#ffffff;
	float:right;
	padding:2%;
	overflow:hidden;
}
.xinwenxiangqing_right h2{
	font-size:26px;
	color:#333;
}
.xinwenxiangqing_list{
	width:100%;
	margin-top:30px;
}
.xinwenxiangqing_list li {
	width: 100%;
    margin-bottom:40px;
}
.xinwenxiangqing_list li .img-box {
    position: relative;
	width:100%;
	height:200px;
	overflow:hidden;
	transition: all .3s;
}
.xinwenxiangqing_list li .img-box .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 600ms;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.xinwenxiangqing_list li a:hover .img-box .img {
    -webkit-transform: scale(1.08) rotate(0.01deg);
    -ms-transform: scale(1.08) rotate(0.01deg);
    transform: scale(1.08) rotate(0.01deg);
}

.xinwenxiangqing_list li .item-cont{
    position: relative;
	padding:20px 5px;
}
.xinwenxiangqing_list li .item-cont .item-date {
	font-size: 12px;
    color: #666;
}
.xinwenxiangqing_list li .item-cont .item-title {
    color: #242424;
    font-size: 20px;
    font-weight: 500;
	line-height:28px;
}

.xinwenxiangqing_list li a:hover .item-cont .item-title {
	color:#ea6000;
}
.xinwenxiangqing_list li .item-cont .item-txt {
    color: #989898;
    font-size: 14px;
	line-height:24px;
	font-weight:normal;
	margin:10px 0 20px;
}


