body {
min-width: 1200px;
font-family: "microsoft yahei";
font-size: 14px;
color: #333333;
padding: 0;
margin: 0;
}

img {
max-width: 100%;
border: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
dl,
dt,
dd,
hr,
input,
p,
figure {
padding: 0;
margin: 0;
list-style: none;
}

a {
color: inherit;
font: inherit;
text-decoration: none;
}

a:hover {
text-decoration: none;
}

.clearfix {
zoom: 1;
}

.clearfix:after {
clear: both;
content: "";
display: block;
width: 0;
height: 0;
visibility: hidden;
}

.pos-re {
position: relative;
}

.mt10 {
margin-top: 10px !important;
}

.mt20 {
margin-top: 20px !important;
}

.mt30 {
margin-top: 30px !important;
}

.mt40 {
margin-top: 40px !important;
}

.selector-for-some-widget {
box-sizing: content-box;
}

.mt60 {
margin-top: 60px;
}

.fl {
float: left;
}

.fr {
float: right;
}

.container {
width: 1200px;
margin: 0 auto;
}

.icon-1 {
background: url(../images/icon-01.png) no-repeat left center;
}

.head {
position: relative;
padding: 15px 0;
}

.head .head-top {
height: 20px;
text-align: right;
color: #FFFFFF;
font-size: 14px;
}


.head-top a {
color: #FFFFFF;
line-height: 1;
font-weight: normal;

padding: 0 10px;
}


.logo {
margin-bottom: 15px;
}


.search {
position: relative;
margin-top: 35px;
width: 260px;
height: 30px;
float: right;
overflow: hidden;
border: 1px solid #FFFFFF;
padding: 3px 10px;
box-sizing: border-box;
border-radius: 30px;
-webkit-transition: .4s cubic-bezier(0, 0.8, 0, 1);
-moz-transition: .4s cubic-bezier(0, 0.8, 0, 1);
transition: .4s cubic-bezier(0, 0.8, 0, 1);
-webkit-backface-visibility: hidden;
}

.search .txt {
height: 22px;
line-height: 22px;
border: none;
width: 210px;
float: left;
background: none;
color: #FFFFFF;
}

.search .search-sub {
float: left;
margin-left: 5px;
margin-top: 2px;
}

.search .txt:-webkit-input-placeholder {
color: #dedede;
}

.search .txt::-webkit-input-placeholder {
color: #dedede;
}

.search .txt::-moz-input-placeholder {
color: #dedede;
}

.search .txt::-ms-input-placeholder {
color: #dedede;
}

.search .txt:focus {
outline: medium;
}





.navBar {
position: relative;
z-index: 1;
height: 50px;
line-height: 50px;
color: #333;
}

.nav {
position: relative;
width: 1200px;
margin: 0 auto;
font-size: 16px;
}

.nav a {
color: #FFFFFF;
}

.nav h3 {
font-size: 100%;
font-weight: normal;
}

.nav .m {
float: left;
position: relative;
z-index: 1;
}



.nav h3 a {
display: block;
width: 125px;
text-align: center;
}

.nav .sub {
display: none;

position: absolute;
left: 0;
top: 50px;
z-index: 1;
width: 109px;

border-top: 0;
background: #0054A7;
}


.nav .long1{width:130px;}

.nav .long2{width:145px;}

.nav .sub li {
text-align: center;
padding: 0 8px;
margin-bottom: -1px;
}

.nav .sub li a {
display: block;
border-top: 1px solid #043b71;
padding: 8px 0;
height: 28px;
line-height: 28px;
color: #fff;
}

.nav .sub li a:hover {
color: #FE7700;
}




.slider {
width: 100%;
min-width: 1200px;
height: 450px;
position: relative;
overflow: hidden;
background: #fff;
text-align: center;
}

.slider .bd {
width: 1200px;
position: absolute;
left: 50%;
margin-left: -600px
}

.slider .bd li {
width: 1200px;
overflow: hidden;
position: relative;
}

.slider .bd li img {
display: block;
width: 1200px;
height: 450px;
}

.slider .bd li h4 {
position: absolute;
bottom: 0;
left: 0;
height: 20px;
padding: 15px;
background: rgba(0, 0, 0, .3);
color: #FFFFFF;
font-size: 16px;
line-height: 20px;
width: 100%;
}

.slider .tempWrap {
overflow: visible !important
}

.slider .tempWrap ul {
margin-left: -1200px !important;

}



.slider .pnBtn {
position: absolute;
z-index: 1;
top: 0;
width: 100%;
height: 450px;
cursor: pointer;
}

.slider .prev {
left: -50%;
margin-left: -600px;
}

.slider .next {
left: 50%;
margin-left: 600px;
}

.slider .pnBtn .blackBg {
display: block;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 450px;
background: #000;
filter: alpha(opacity=50);
opacity: 0.5;
}

.slider .pnBtn .arrow {
display: none;
position: absolute;
top: 50%;
margin-top: -18px;
z-index: 1;
width: 36px;
height: 36px;
}

.slider .pnBtn .arrow:hover {
filter: alpha(opacity=60);
opacity: 0.6;
}

.slider .prev .arrow {
right: 2%;
background: url(../images/arrow-l.png) no-repeat;
}

.slider .next .arrow {
left: 2%;
background: url(../images/arrow-r.png) no-repeat;
}




.title {
height: 46px;
line-height: 46px;
font-size: 24px;
padding-left: 20px;
position: relative;
border-bottom: 1px solid #e3e3e3;
}





.title-more {
position: absolute;
right: 3px;
top: 8px;
height: 30px;
line-height: 30px;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.title-more:hover {
transform: scale(1.1);
}


.news-focus {
width: 670px;
}

.focusBox {
position: relative;
width: 100%;
height: 380px;
overflow: hidden;
text-align: left;
}

.focusBox .pic img {
width: 100%;
height: 380px;
display: block;
}

.focusBox .txt-bg {
position: absolute;
bottom: 0;
z-index: 1;
height: 36px;
width: 100%;
background: #333;
filter: alpha(opacity=60);
opacity: 0.6;
overflow: hidden;
}

.focusBox .txt {
position: absolute;
bottom: 0;
z-index: 2;
height: 36px;
width: 100%;
overflow: hidden;
}

.focusBox .txt li {
height: 36px;
line-height: 36px;
position: absolute;
bottom: -36px;
}

.focusBox .txt li a {
display: block;
color: white;
padding: 0 0 0 10px;
font-size: 15px;
font-weight: bold;
text-decoration: none;
}

.focusBox .num {
position: absolute;
z-index: 3;
bottom: 8px;
right: 8px;
}

.focusBox .num li {
float: left;
position: relative;
width: 10px;
height: 10px;
line-height: 10px;
overflow: hidden;
text-align: center;
margin-right: 5px;
cursor: pointer;
}

.focusBox .num li a {
position: absolute;
background: white;
display: block;
color: white;
width: 100%;
height: 100%;
border-radius: 50%;
top: 0;
left: 0;
text-decoration: none;
}

.focusBox .num li.on a,
.focusBox .num a:hover {
background: #2f99e5;
}



.slideTxtBox {
width: 480px;
text-align: left;
}

.slideTxtBox .hd {
height: 46px;
line-height: 46px;
font-size: 24px;
padding-left: 20px;
position: relative;
border-bottom: 1px solid #e3e3e3;
}



.slideTxtBox .hd ul li {
float: left;
cursor: pointer;
margin-right: 25px;
color: #646464;
font-size: 22px;
}

.slideTxtBox .hd ul li.on {
height: 46px;
font-size: 24px;
color: #333333;
}

.slideTxtBox .hd .more {
float: right;
}

.slideTxtBox .bd ul {
zoom: 1;
}

.slideTxtBox .bd li {

margin-top: 15px;
}

.slideTxtBox .bd li .date {
color: #999;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-ms-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

.slideTxtBox .bd li .date .date-box {
width: 60px;
height: 57px;
border: 3px solid #d6d7d9;
font-family: Times New Roman;
}

.slideTxtBox .bd li .date .date-box .day {
display: block;
font-weight: bold;
font-size: 22px;
font-style: italic;
text-align: center;
line-height: 1.5;
}

.slideTxtBox .bd li .date .date-box .ym {
display: block;
font-size: 12px;
text-align: center;
line-height: 1.5;
}

.slideTxtBox .bd li .text {
width: calc(100% - 95px);
line-height: 2;
font-size: 15px;
}

.slideTxtBox .bd li .text a {
display: block;
}







.list-new {
width: 580px;
overflow: hidden;
}

.list-new li {
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.rightdate {
margin-top: 15px;
}

.list-new .rightdate li {
font-size: 15px;
padding-left: 20px;
line-height: 40px;
}

.list-new .rightdate li .date {
float: right;
color: #999999;
margin-left: 20px;
}

.list-new li:hover {
margin-left: 10px;
}

.list-new li a {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}



ul.leftdate li {
box-sizing: border-box;
margin: 0;
border-bottom: 1px solid #DDDDDD;
padding: 9px 0;
}

ul.leftdate li:last-child {
border-bottom: none;
}

ul.leftdate li a {
display: block;
}

ul.leftdate li .date {
float: left;
padding: 3px;
width: 45px;
height: 50px;
background: rgba(255, 255, 255, 1);
color: #333;
font-size: 14px;
text-align: center;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-ms-transition: all 1s ease;
-o-transition: all 1s ease;
transition: all 1s ease;
}

ul.leftdate li .date .day {
display: block;

font-size: 30px;
font-family: Times New Roman;
font-style: normal;
}

ul.leftdate li .date .ym {
font-family: Times New Roman;
font-style: normal;
font-size: 12px;
display: block;
}

ul.leftdate li .text {
float: right;
width: calc(100% - 85px);
}

ul.leftdate li .text h4 {
line-height: 56px;
font-size: 15px;
font-weight: normal;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

ul.leftdate li:hover {
-webkit-animation-name: shake;
animation-name: shake;
}

ul.leftdate li.nobor {
border: none !important;
}

@-webkit-keyframes shake {

from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}

20%,
40%,
60%,
80% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
}

@keyframes shake {

from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}

10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}

20%,
40%,
60%,
80% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
}




.pictitle {
position: relative;
width: 190px;
height: 280px;
overflow: hidden;
background: url(../images/pic-bg.jpg) no-repeat left top;
}

.pictitle h3 {
position: relative;
padding: 50px 0;
text-align: center;
color: #FFFFFF;
font-size: 24px;
font-weight: normal;
padding-bottom: 20px;
}

.pictitle h3 .line {
position: absolute;
width: 40px;
height: 3px;
background: #FFFFFF;
left: 50%;
margin-left: -20px;
bottom: 0;
}

.pictitle .more-arrow {
display: block;
width: 85px;
padding: 10px;
border: 1px solid #FFFFFF;
margin: 100px auto 0;
color: #FFFFFF;
background: url(../images/more-arrow.png) no-repeat 75px center;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.pictitle .more-arrow:hover {
width: 100px;
background: #2F99E5 url(../images/more-arrow.png) no-repeat 90px center;
}

.picbox {
width: 1002px;
overflow: hidden;
}

.picbox ul li {
margin-left: 10px;
float: left;
overflow: hidden;
}

.picbox ul li figure {
position: relative;
float: left;
overflow: hidden;
width: 100%;
height: 100%;
background: #b30306;
text-align: center;
cursor: pointer;
}

.picbox ul li img {

max-width: 100%;
-webkit-transition: opacity .35s, -webkit-transform .35s;
transition: opacity .35s, transform .35s;
position: relative;
display: block;
height: 100%;
width: 100%;
}

.picbox ul li:hover img {
opacity: .45;
-webkit-transform: scale3d(1.1, 1.1, 1);
transform: scale3d(1.1, 1.1, 1)
}

.picbox ul li figcaption {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.picbox ul li p {
position: absolute;
text-transform: none;
box-sizing: border-box;
text-align: left;
padding: 0 10px;
font-size: 15px;
height: 26px;
line-height: 26px;
color: #FFFFFF;
background: rgba(0, 0, 0, .5);
left: 0;
bottom: 0;
width: 100%;
}

.picbox ul li.item-1 {
width: 495px;
height: 280px;
}

.picbox ul li.item-2 {
width: 238px;
height: 135px;
}




.picScroll-left {
overflow: hidden;
position: relative;
}

.picScroll-left .hd {
overflow: hidden;
height: 30px;
padding: 0 10px;
position: absolute;
right: 0;
top: 10px;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
display: block;
width: 16px;
height: 16px;
float: right;
margin-right: 5px;
margin-top: 10px;
overflow: hidden;
cursor: pointer;
}
.picScroll-left .hd .prev{
background: url(../images/arr-l.png) no-repeat center center;
}
.picScroll-left .hd .next {
background: url(../images/arr-r.png) no-repeat center center;
}


.picScroll-left .bd {
margin-top: 20px;
margin-left: -13px;
margin-right: -13px;
}

.picScroll-left .bd ul {
overflow: hidden;
zoom: 1;
}

.picScroll-left .bd ul li {
margin: 0 13px;
width: 280px !important;
height: 70px;
float: left;
_display: inline;
overflow: hidden;
text-align: center;
border: 1px solid #DDDDDD;
box-sizing: border-box;
}

.picScroll-left .bd ul li img {
max-width: 100%;
height: auto;
max-height: 70px;
display: block;
margin: auto auto;
}


.list-link {
padding: 10px 0;
margin-left: -13px;
margin-right: -13px;
overflow: hidden;
}

.list-link li {
float: left;
margin: 10px 13px;
padding: 0 40px 0 10px;
width: 280px;
line-height: 35px;
box-sizing: border-box;
border: 1px solid #DDDDDD;
background: url(../images/arr-r.png) no-repeat 250px center;
font-size: 15px;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}

.list-link li:hover {
padding: 0 35px 0 15px;
color: #FFFFFF;
}



.footer {
padding: 30px 0;
background: #313131;
}

.footer .sydw {
width: 300px;
margin-right: 20px;
}

.footer .copyright {

width: 650px;
line-height: 24px;
color: #e5e5e5;
}

.footer .foot-ico {
width: 210px;
position: relative;
}

.footer .foot-ico ul {
padding-top: 0px;
}

.footer .foot-ico ul li {
float: left;
margin-left: 20px;
width: 80px;
text-align: center;
color: #FFFFFF;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: relative;
}

.footer .foot-ico .pic{
background: rgba(255,255,255,.8);
width: 47px;
height: 47px;
border-radius: 50%;
text-align: center;
box-sizing: border-box;
padding-top: 0px;
margin: 0 auto;
}
.footer .foot-ico .pic:hover{
background: rgba(255,255,255,1);
}
.footer .foot-ico .pic .wxico,.footer .foot-ico .pic .wbico{
width: 47px;
height: 47px;
}
.footer .foot-ico .pic .wbico a{
display: block;
width: 100%;
height: 100%;
}
.footer .foot-ico .pic a{
display: block;
}
.footer .foot-ico .vm {
position: absolute;
top: -180px;
left: -50px;
background-color: #fff;
height: 128px;
width: 128px;
padding: 20px;
visibility: hidden;
opacity: 0;
transition: all 0.3s linear;
}

.footer .foot-ico .vm img {
width: 128px;
}

.footer .foot-ico p {
line-height: 2;
}

.footer .foot-ico ul li:hover .vm {
visibility: visible;
opacity: 1;
}


.listbanner {
width: 100%;
height: 250px;
overflow: hidden;
position: relative;
}

.listbanner img {
position: absolute;
max-width: 1920px;
left: 50%;
margin-left: -960px;
}


.list-left {
width: 240px;

}
.lanmu{
width: 240px;
height: 70px;
line-height: 70px;
text-align: center;
color: #FFFFFF;
font-size: 24px;
font-weight: bold;
}

.sideMenu {
background: #ebebeb url(../images/list-left-bg.png) no-repeat left bottom;
padding: 5px 0 150px;
}

.sideMenu h3 {
height: 58px;
line-height: 58px;
padding-left: 30px;
cursor: pointer;
font-size: 16px;
font-weight: normal;
}

.sideMenu h3.first {
border: none;
}

.sideMenu h3 em {
float: right;
display: block;
width: 10px;
height: 10px;
cursor: pointer;
margin-top: 23px;
margin-right: 15px;
text-align: center;
background: url(../images/list-nav-1.png) no-repeat center center;
}

.sideMenu h3.on {
background: #FFFFFF;
margin-left: 8px;
font-size: 16px;
font-weight: bold;
padding-left: 18px;
}

.sideMenu h3>a {
display: block;
}

.sideMenu ul {
background: #FFFFFF;
color: #999;
display: none;

font-size: 14px;
border-left: 4px solid #d40000;
margin-left: 8px;
}

.sideMenu ul.has {
padding: 0px 15px 10px 18px;
}

.sideMenu ul li {
width: 100%;
height: 28px;
line-height: 28px;
}
.sideMenu ul li:first-child{
padding-top: 10px;
border-top: 1px solid #DDDDDD;
}
.sideMenu ul li a {
display: block;
line-height: 28px;
padding-left: 15px;
background: url(../images/list-nav-2.png) no-repeat left center;
}







.list-right {
width: 910px;
overflow: hidden;
padding: 10px 0 20px;
min-height: 410px;
}

.list-right .titname {
height: 46px;
line-height: 46px;
border-bottom: 1px solid #e5e5e5;
font-size: 24px;
position: relative;
overflow: hidden;

}
.list-right .titname .titnametxt{
display: block;
float: left;
height: 45px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.navigation {
float: right;
color: #666666;
font-size: 14px;
padding-left: 20px;
background: url(../images/icon-home.png) no-repeat left center;
}
.list-con ul {
overflow: hidden;
}
.list-con ul li {
padding: 10px 0 10px 15px;
height: 36px;
line-height: 36px;
background: url(../images/icon-04.png) no-repeat left center;
font-size: 15px;
border-bottom: 1px dashed #ececec;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.list-con ul li .date {
float: right;
color: #999999;
}

.list-con ul li:hover {
margin-left: 10px;
font-size: 16px;
color: #AD0407;
}

.list-con .fanye {
margin: 15px;
text-align: center;
}

.container .all{
width: 100% !important;
}
.nolefttitle{
background: #f5f5f5;
height: 50px;
line-height: 50px;
}
.nolefttitle .titnametxt{
position: absolute;
top: -10px;
display: block;
border-radius: 5px 5px 0 0;
padding: 0px 20px;
color: #FFFFFF;
height: 60px;
z-index: 99;
font-size: 24px;
line-height: 60px;
}


.article-con {
padding: 20px 0;
}

.article-con h1 {
font-size: 22px;
line-height: 34px;
text-align: center;
margin-bottom: 10px;
}

.article-con h2 {
font-size: 16px;
line-height: 30px;
text-align: center;
margin-bottom: 10px;
}

.article-con .article-date {
font-size: 12px;
color: #999999;
text-align: center;
line-height: 22px;
padding: 10px 0;
border-bottom: 1px dashed #ececec;
}

.article-con .article-text {
font-size: 15px;
line-height: 30px;
color: #333333;
padding: 10px 0;
border-bottom: 1px dashed #ececec;
}

.article-con .article-text p {
text-indent: 2em;
padding: 5px 0;
}

.article-con .article-text p img,
.article-con .article-text p video {
max-width: 92%;

}

.article-con .updown ul {
padding: 10px;
}

.article-con .updown ul li {
font-size: 15px;
line-height: 34px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.article-con .updown ul li a:hover {
color: #d40000;
}

.article-con .updown ul li:hover {
margin-left: 10px;
font-size: 16px;
}


.article-con .article-text table tr td p,
.article-con .article-text table tr th p {
text-indent: 0;
padding: 0;
}
.article-con .article-text table {
border-collapse: collapse;
border:1px #d1d1d1 solid;
}
.article-con .article-text table td {
border:1px #d1d1d1 solid;
}


.ldlist-con {
padding: 20px;
}

.ldlist-con ul li {
padding: 10px;
height: 230px;
font-size: 15px;
border: 1px solid #ececec;
border-radius: 8px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
margin: 20px 0;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background: #fbfbfb;
overflow: hidden;
}

.ldlist-con ul li .ld-tit {
height: 30px;
line-height: 30px;
color: #AD0407;
font-size: 16px;
text-indent: 20px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}

.ldlist-con ul li .ld-photo {
width: 120px;
margin: 20px;
height: 150px;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}

.ldlist-con ul li .ld-photo img {
width: 100%
}

.ldlist-con ul li .ld-txt {
width: 630px;
padding: 10px;
line-height: 24px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
font-size: 14px;
}

.ldlist-con ul li .ld-txt p {
padding: 5px 0;
text-indent: 2em;
}

.ldlist-con ul li:hover {
box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
background: #FFFFFF;
}

.ldlist-con ul li:hover .ld-tit {
font-size: 17px;
}




.ie8 {
text-align: center;
color: #fff;
height: 100%;
border: 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1234;
margin: 0 auto;
font-family: "microsoft yahei";
font-size: 30px;
background: #000000;
font-weight: lighter;
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}



.list-con ul.list-pic li{padding:0;height:230px;float:left;line-height: 24px;border: none;margin:0 30px;}
.list-con ul.list-pic li img{width:240px;height:160px;}






.middle_1{
width: 100%;
margin: auto;
background: #fff;
margin-bottom: 15px;
margin-top: 25px;
position: relative;
}
.middle_1 ul{
padding: 25px 0;
overflow: hidden;
}
.middle_1 ul .lii img{
width: 165px;
height: 120px;
}
.middle_1 ul .lii :hover img{
transform: scale(1.2);
transition: all .6s;
}
.middle_1 ul .lii {
float: left;
margin-right: 10px;
position: relative;
padding-left: 0;
line-height: 0;
border: none;
overflow: hidden;
}
.middle_1 ul .lii p{line-height:28px;text-align:center;}