@charset "utf-8";
/* CSS Document */


/* 重置 */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
padding: 0;
margin: 0;
}
table {border-collapse: collapse;
border-spacing: 0;
}

fieldset,img {
border: 0;
}

ol,ul {
list-style:none outside none;
}


/* 基本 */

a:hover { color:#cc0000;}
a:focus {  outline: none;  } 
.clear {clear: both; }

.top{ background-image:url(/images/8762/yq_bc.jpg); height:436px; width:100%; background-repeat:no-repeat; background-position:top center;}
.list{ background-color:#FFF; width:1028px; padding:36px;  min-height:700px; margin:0 auto; margin-top:-116px;}
.list_l{ width:245px; float:left;}
.list_r{ float:right; width:720px; background-color:#f5f5f5; min-height:700px; padding:18px 25px;}
.list_r a{ text-decoration:none;font-family:"微软雅黑", "黑体", "宋体"; font-size:16px; color:#333; line-height:45px;}
.list_l li{ width:245px; height:90px;margin-bottom:30px;}
.news{margin-bottom:13px;}
.time{ float:right; } 
.news a:hover { color:#cc0000;}

/* 鼠标经过缩小 */

.shrink {
  display: inline-block;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.shrink:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

/* 手机版 */
.top2{ display:none}
.footer2{ display:none}

@media only screen and (max-width:1200px){
     body{background-color:#f5f5f5;min-width:200px;}
    .top{ display:none}
	.top2{ display:block; width:100%; position:relative;z-index:-1;}
	.top2 img{ width:100%; height:auto; position:relative;z-index:-1;}
    .list{ width:94%; padding:10px 0;margin-top: -30px; z-index:999999;background-color:#FFF;}
	.list_l{ float:none;width:100%; }
	.list_l ul{ clear:both}
	.list_l li{ width:30%; float:left; margin:0 1.6%; height:auto; }
	.list_l li img{ width:100%; height:auto}
	.list_r{ float:none;width:94%; padding:0; background-color:#FFF; padding:15px 3%;}
	.news{ border-bottom:1px dashed #CCCCCC;}
	.footer{ display:none;}
	.footer2{ display: block; padding-left:30px;padding-top:20px;height:170px;line-height: 30px; color: #000000; font-size:16px;}
	
	
 }








