@charset "utf-8";
/* 通用 */
*{box-sizing:border-box;}
html * {outline: 0;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-font-smoothing: antialiased;-webkit-appearance: none;}
body {margin: 0px;padding: 0px;}
a { text-decoration: none; }
a:link, a:visited { color: #333333; }
a:link{text-decoration:none; }
a:visited{text-decoration:none; }
a:hover{text-decoration:none;}
a:active{text-decoration:none;}
* { margin: 0px; padding: 0px;box-sizing: border-box;; outline: none }
ul, li { list-style-type: none; margin: 0px; padding: 0px; }
img { border: 0px; vertical-align: middle; }
.clear { clear: both; height:0;}
input, select { vertical-align: middle; }
table { margin: 0px auto;}/*table-layout: fixed;*/
p{margin: 0 0 0px;}
h2,h3,h4{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.fl{float:left;}
.fr{float:right;}
.row{margin-right: -32px;margin-left: -32px;}
.col-md-6{padding-right: 32px;padding-left: 32px;width: 50%;float: left;}
ul:after,.row:after{content: ".";display: block;height: 0;width: 50%;clear: both;visibility: hidden;}
.w1200{width: 1200px;margin: 0 auto;}




/* 纯文字列表 */
.list-t li {
    position: relative;
    padding-left: 16px;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 27px;
}
.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    background-color: #ffd58e;
    transition:all .3s;
    border-radius: 100%;
}
.list-t li:hover:before {
    background-color: #ef2004;
}
.list-t li .date {
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
}
.list-t li a {
    width: 80%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.list-t li:hover a,
.list-t li:hover span{
  color: #ef2004;
}

.list-t li:hover a {
    transform: translateX(6px);
}


/* 图文列表 */
.list-p li {
    float: left;
    width: 22.5%;
    margin-right: 3.333%;
    box-shadow: 0px 1px 12px rgba(101, 96, 96, 0.29);
    margin-top: 36px;
    position: relative;
    transition: transform .3s;
}

.list-p li a {
    display: block;
}

.list-p li:nth-child(4n+4) {
    margin-right: 0;
}
.list-p li:hover{
	transform: translateY(-10px);
	box-shadow: 0px 0px 15px rgba(73, 68, 61, 0.53);
}
.list-p li h3 {
    font-size: 18px;
    font-weight: 600;
    color: #685133;
    padding: 10px 0 10px;
}

.list-p li p {
    line-height: 30px;
    padding: 10px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-p li .photo {
    display: block;
    position: relative;
}
.list-p li img{
	width: 100%;
	height: 176px;
}
.list-p li:hover{
	transform: translateY(-10px);
	box-shadow: 0px 0px 15px rgba(73, 68, 61, 0.53);
}
.list-p li:hover p {
    color: #1a9774;
    font-weight: bold;
}

/* 图片经过效果 */
.scale1{
	overflow: hidden;	
}
.scale1 img {
    width: 100%;
    transition: all .3s;
}
.scale1:hover img{
    transform: scale(1.1);
}
/* 正文开始 */
.header{
  background: url(../images/jsxx-header.png) center top no-repeat;
  height: 4.83rem;
  padding: .25rem 0 .35rem;
  background-size: 100% 100%;
}
.content{
	margin: 0.2rem 0 .3rem;
}
.content h3{
	margin: .3rem 0;
	font-size: 30px;
	font-family: Source Han Serif SC;
}

.content h3 a {
    color: #f24520;
    background-image: -webkit-linear-gradient(bottom,red,#f3841d,red);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

@media (max-width: 1200px){
    .header, body,.content,.w1200{width:100%;}
	img{max-width: 100%;}
	.row {margin: 0;}
	.content{
		padding: 0 10px;
	}
	
}
@media (max-width: 992px){	
	.list-t li a{
		width: 70%;
	}
	.header{
		background-size: 135% 100%;
		height: 3.83rem;
	}
	.header a img {
		max-width: 50%;
	}
	.col-md-6{
		width: 100%;
		padding: 0!important;
	}	
}
/* 媒体查询 */

