﻿.ArticlMainContainer{
	width: 1200px;
	position: relative;
	margin: 20px auto;
}
.ArticlMainContainer:after{
	content: '';
	display: block;
	clear: both;
}
.ArticlMainContainer .LeftsCnt{
	width: 100%;
}
.ArticlMainContainer .RightCnt{
	width: 100%;
	margin-top: 15px;
	float: right;
	overflow: hidden;
}
.ArticlMainContainer .news_list_hot{
	position: relative; 
}
.ArticlMainContainer .news_list_hot .bd img{
	width: 1200px;
	height: 400px;
}
.ArticlMainContainer .news_list_hot .bd .i_box_text{
	position: absolute;
	bottom: 0;
	z-index: 3;
}
.ArticlMainContainer .news_list_hot .bd .i_box_text span{
	display: inline-block;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-indent: 2rem;
}
.ArticlMainContainer .news_list_hot .hd{
	width: 100%;
	position: absolute;
	height: 50px;
	line-height: 50px;
	background: url(../base/heder_back.png);
	bottom: 0px;
	z-index: 1;
}
.ArticlMainContainer .news_list_hot .hd ul{
	display: inline-block;
	float: right;
margin-top: 15px;
}
.ArticlMainContainer .news_list_hot .hd li{
	line-height: 60px;
	border: #999 solid 1px;
	width: 10px;
	height: 10px;
	overflow: hidden;
	margin: 0 5px;
	border-radius: 50%;
	cursor: pointer;
	float: left;
}
.ArticlMainContainer .news_list_hot .hd li.on{
	background: #fff;
}
.ArticlMainContainer .RightCnt .content p{
	line-height: 28px;
	font-size: 14px;
}
.ArticlMainContainer .RightCnt .img_list li{
	margin: 0;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 3%;
    float: left;
    box-shadow: 0px 1px 10px 1px #ddd;

}
.ArticlMainContainer .RightCnt .img_list li dt {
    width: 100%;
    height: 217px;
    padding: 5px;
    overflow: hidden;
}
.ArticlMainContainer .RightCnt .img_list li dt img{
	webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.ArticlMainContainer .RightCnt .img_list li:hover dt img{
-webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.ArticlMainContainer .RightCnt .img_list li a span {
    display: block;
    margin: 8px 0;
    text-align: center;
    font-size: 14px;
}
/***/
.ShowContent{
	width: 100%;
	margin-top: 15px;
}
.ShowContent .title{
	text-align: center;
	padding: 10px;
	line-height: 25px;
	font-size: 22px;
}
.ShowContent .infos{
	text-align: center;
	padding-bottom: 15px;
	font-size: 14px;
	color: #888;
}
.ShowContent .infos span{
	display: inline-block;
	margin: 0 10px;
}
.ShowContent .cnt{
	width:100%;
	overflow:hidden;
	word-wrap: break-word;
    word-break: normal;
	word-break:break-all;
	line-height: 20px;
	font-size: 14px;
	color: #666;
}
.ShowContent img{
	max-width:100%;
}
/******/
.OtherInfos{
	margin-top:20px;
	background:#FFF;
	width:100%;
	overflow:hidden;
}
.OtherInfos .SideBox{
	margin:0 15px;
	padding:15px 0;
	position:relative;
}
.OtherInfos .SideBox:before{
	content:'';
	display:block;
	position:absolute;
	width:100%;
	height:1px;
	background:#DDD solid 1px;
	left:0;
	top:-1px;
}
.OtherInfos .SideBox .tag span{
	display:inline-block;
	line-height: 30px;
	font-size: 16px;
	padding:0 10px;
	background:#DDD;
	color:#888;
	border-radius:5px;
	box-shadow: 1px 1px 1px #666;/**块阴影**/
	margin-bottom:10px;
}
.OtherInfos .SideBox .cont{
	width:100%;
	font-size: 14px;
	line-height: 25px;
	color: #666;
	overflow:hidden;
	word-wrap: break-word;
    word-break: normal;
	word-break:break-all;
}
.OtherInfos .SideBox .cont img{
	max-width:100%;
}
.case_list {
    width: 100%;
    margin-top: 15px;
}

.case_list  li {
    width: 32.33%;
    padding: 15px 5px;
    margin-left: 7px;
    float: left;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.case_list  li .imgauto {
    width: 100%;
    height: 185px;
    position: relative;
}

.case_list  li .imgauto img {
    max-width: 100%;
    max-height: 100%;
}
.case_list  li .text{
	height: 90px;
}
.case_list  li .text span {
    font-size: 18px;
    color: #000;
    display: block;
    padding-top: 8px;
}

.case_list  li .text p {
    font-size: 14px;
    color: #888;
    display: block;
    margin-top: 10px;
    line-height: 24px;
    overflow: hidden;
}

.case_list  li .time {
    width: 60px;
    text-align: center;
    position: absolute;
    bottom: -25px;
    right: 5px;
    background: #fff;
    border-radius: 5px;

}

.case_list  li .time span {
    display: block;
    line-height: 25px;
}

.case_list  li .time .b {
    font-weight: bold;
    font-size: 16px;
    color: #0059eb;
}

.case_list  li .time .y {
    color: #fff;
    background: #0059eb;
    border-radius: 0 0 5px 5px;
}

.case_list  li:hover {
    box-shadow: 0px 1px 10px 1px #036aac;
}

.case_list  li:hover .fr span {
    color: #0071bf;
}
