@charset "utf-8";
/* CSS Document - news*/
#content {
	width: 690px;
	margin:0 auto;
	position: relative;
	line-height: 26px;
	border-bottom:#DDDDDD 1px solid;
	margin-bottom:20px;
	padding-bottom:20px;
}
#content .pic {
	position: absolute;
	top: -25px;
	right: 0px;
}
#content li:nth-child(3n+3) {
	margin-right: 0px;
	float:right;
}
#content li {
	width:192px;
	color: #5D5D5D;
	margin: 0px 24px 30px 0;
	padding: 10px;
	list-style: none;
	float:left;
	position: relative;
	background:#EEEEEE;
	border:#DDDDDD 1px solid;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content li .photo {
	height: 190px;
	width: 190px;
	border:#DDDDDD 1px solid;
	margin-bottom:10px;
}
#content li .photo img {
	max-width: 190px;
	max-height: 190px;
	vertical-align: middle;
}
#content li:hover {
	border:#BF312C 1px solid;
	background:url(../images/news/bg.jpg) repeat;
}
#content li:hover .name span {
	text-decoration: none !important;
}
#content .name {
	height: 20px;
	font-size: 16px;
	line-height:20px;
	color:#454545;
	text-align:center;
	font-weight: bold;
	overflow: hidden;
	text-decoration: none;
	background: url(../data/news/bg.jpg) center repeat-y;
}
#content .name img {
	margin: 0 10px 2px 10px;
	vertical-align: middle;
}
#content .date {
	color: #FFF;
	margin-bottom: 10px;
	line-height: 24px;
	font-size: 13px;
	height: 24px;
	background:#BF312C;
	text-align:center;
	text-decoration: none;
	margin-bottom:10px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#content .more {
	width: 95px;
	height: 22px;
	line-height: 20px;
	color: #525252;
	background: url(../images/more.png) no-repeat;
	text-indent: -9999px;
	position: absolute;
	right: 0px;
	top: 55px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
/*----------------------detail-------------------------*/
#content_in {
	width: 690px;
	margin:0 auto;
	position: relative;
	line-height: 26px;
	border-bottom:#DDDDDD 1px solid;
	margin-bottom:20px;
	padding-bottom:20px;
}
#content_in .top_box {
	border: #E6E6E6 1px solid;
	padding: 0 10px 0 35px;
}
#content_in .date {
	color: #BF312C;
	line-height: 20px;
	font-size: 13px;
	height: 20px;
	padding-left:20px;
	text-decoration: none;
	float:right;
	font-weight:normal;
}
#content_in .date span {
	text-decoration: underline;
	margin-right: 10px;
}
#content_in .name {
	font-size: 17px;
	font-weight: bold;
	color:#444444;
	line-height: 20px;
	padding: 10px 10px 8px 20px;
	text-decoration: none;
	margin-bottom: 20px;
	border:#DDDDDD 1px solid;
	background:url(../images/news/tbg.jpg) 0 0 repeat-y;
}
#content_in .photo {
	margin: 0 auto 30px auto;
	position: relative;
	background: url(../data/news/bg.jpg) right top no-repeat;
}
#content_in .photo_b {
	width: 550px;
	height: 550px;
	text-align: center;
	float: left;
	position: relative;
	text-align: center;
	overflow: hidden;
	border:#DDDDDD 1px solid;
}
#content_in .photo_b img {
	max-width: 550px;
	max-height: 550px;
}
#content_in .photo_s li {
	list-style: none;
}
#content_in .photo_s li .list {
	width: 120px;
	height: 120px;
	display: block;
	text-align: center;
	margin: 10px 0px 10px 0px;
	position: relative;
	background: #FFF;
	border:#DDDDDD 1px solid;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .photo_s li:hover .cover {
	filter:alpha(Opacity=100);
	-moz-opacity:1;
	opacity: 1;
}
#content_in .photo_s li .cover {
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(255,255,255,0.7) url(../images/news/top.jpg) center no-repeat;
	filter:alpha(Opacity=0);
	-moz-opacity:0;
	opacity: 0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .photo_s li img {
	max-width: 120px;
	max-height: 120px;
	vertical-align: middle;
}
#content_in .photo_s li span {
	width: 120px;
	height: 120px;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	background: url(../data/news/top.png) center no-repeat;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .con {
	line-height: 24px;
}
#content_in .con img {
	max-width: 690px;
	height: auto !important;
}
#content_in .prev, #content_in .next {
	width: 120px;
	height: 31px;
	right: 0px;
	display: block;
	text-decoration: none;
	cursor: pointer;
	position: absolute;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content_in .prev {
	top: 0px;
	background: url(../images/news/prev.png) no-repeat;
}
#content_in .next {
	background: url(../images/news/next.png) no-repeat;
	bottom: 0px;
}
#content_in #carousel_menu2 {
	width: 122px;
	margin: 63px 0px;
	float: right;
	position: relative;
}


@media screen and (max-width: 1000px) {
	 #content li{
        width: 50%;
        margin: 0px 0px 15px 0;
        background: none;
        border:none;
    }
    #content li:nth-child(2n+1){
        clear: both;
    }
    #content li:nth-child(3n+3){
        float: left;
    }
    #content li:hover {
        border: none;
        background: none;
    }
    #content li a{
        display: block;
        max-width: 214px;
        margin: auto;
        padding: 10px;
        background: #EEEEEE;
        border: #DDDDDD 1px solid;

    }
    #content li:hover a{
        border: #BF312C 1px solid;
        background: url(../images/news/bg.jpg) repeat;
    }
    #content li .photo{
        width: 100%;
        height: auto;
    }
    #content li .photo img{
        max-width: 100%;
        height: auto;
    }
    #content_in .photo_b{
        width:100%;
        height: auto;
        padding: 0 30px;
    }
 
	#content_in .next{
		z-index: 5;
	    right: -44px;
		margin: -24px 0 0;
	    top: 50%;
	    transform: rotate(-90deg);
	}
	#content_in .prev{
	    top: 50%;
		left: -44px;
		right: auto;
		z-index: 5;
		bottom: auto;
		margin: -24px 0 0;
		transform:rotate(-90deg);
	}

	#content_in #carousel_menu2{
		display: none;
	}
	#content_in .date{
		float: none;
		padding-left: 0;

	}
}