/* CSS Document */
.lanmub_newsitem9 { padding: 20px 0;} 
.lanmub_newsitem9 .newsitem_1 { background:rgba(0, 0, 0, 0) url("../images/c1.png") no-repeat scroll center center; height: 108px; text-align: center;}
.lanmub_newsitem9 .newsitem_1_1 { color: #666; font: 400 30px/46px "微软雅黑"; padding-top: 16px;}
.lanmub_newsitem9 .newsitem_1_2 { font: 400 20px/30px "arial"; text-transform: uppercase;}
.lanmub_newsitem9 .newsitem_2 {
    background: rgba(0, 0, 0, 0) url("../images/nei1.jpg") no-repeat scroll center top;
    position: relative;
	text-align:left;
}

.lanmub_newsitem9 .newsitem_2_1 { margin-top: 169px; width: 560px;}
.lanmub_newsitem9 .newsitem_2_2 { margin-top: 59px; width: 444px;}
.lanmub_newsitem9 .newsitem_2_1 ul {}
.lanmub_newsitem9 .newsitem_2_1 ul li {
    background: rgba(0, 0, 0, 0) url("../images/left06.jpg") no-repeat scroll 0 0;
    height: 221px;
    line-height: 33px;
    padding-left: 40px;
    position: relative;
}
.lanmub_newsitem9 .news_a{ color: #666;}
.lanmub_newsitem9 .newsitem_2_desc {
    left: 0;
    position: absolute;
    top: 50px;
    width: 460px; height:135px; overflow:hidden;
}

.lanmub_newsitem9 .newsitem_3 {
    background: rgba(0, 0, 0, 0) url("../images/left08.png") no-repeat scroll 0 0;
    color: #999;
    height: 60px;
    line-height: 33px;
    position: absolute;
    right: -42px;
    top: 0;
    width: 107px;
    z-index: 0;
}
.lanmub_newsitem9 .newsitem_3-sub1 { color: #fff; font: 400 26px/58px "微软雅黑"; padding-left: 14px;}
.lanmub_newsitem9 .newsitem_3-sub2 { color: #646464; font: 200 14px/30px "微软雅黑";}
.lanmub_newsitem9 .news_list1 li div { line-height:24px;}
.lanmub_newsitem9 .newsitem_2_2 ul{}
.lanmub_newsitem9 .newsitem_2_2 ul li {
    background: rgba(0, 0, 0, 0) url("../images/left13.png") no-repeat scroll 0 0;
    height: 219px;
    line-height: 33px;
    padding-left: 40px;
    position: relative;
}
.lanmub_newsitem9 .newsitem_2_2 li span {
    color: #999;
    line-height: 27px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}
.lanmub_newsitem9 .newsitem_2_2 li div {
    line-height: 24px;
}
.lanmub_newsitem9 .newsitem_4 {
    color: #999;
    height: 60px;
    left: -168px;
    line-height: 33px;
    position: absolute;
    top: 0;
    width: 130px;
    z-index: 0;
}
.lanmub_newsitem9 .newsitem_4-sub1 {
    color: #fff;
    font: 400 26px/58px "微软雅黑";
    padding-left: 14px;padding-left: 60px;padding-top: 18px;height: 50px;
}
.lanmub_newsitem9 .newsitem_4-sub2 {
    color: #646464;
    font: 200 14px/30px "微软雅黑";padding-left: 60px;
}
.lanmub_newsitem9 .newsitem_5 {
    border-radius: 5px;
    bottom: 0;
    color: #fff;
    font: 200 20px/49px "微软雅黑";
    left: 500px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 208px;
}
/*动画*/
.lanmub_newsitem9 .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.lanmub_newsitem9 .animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
.lanmub_newsitem9 .newsitem_2_1 li:nth-child(1){ -webkit-animation-delay:0s; animation-delay:0s}
.lanmub_newsitem9 .newsitem_2_1 li:nth-child(2){ -webkit-animation-delay:1s; animation-delay:1s}
.lanmub_newsitem9 .newsitem_2_2 li:nth-child(1){ -webkit-animation-delay:2s; animation-delay:0s}
.lanmub_newsitem9 .newsitem_2_2 li:nth-child(2){ -webkit-animation-delay:3s; animation-delay:1s}
.lanmub_newsitem9 .fadeInLeft {
	-webkit-animation-name: fadeInLeft9;
	animation-name: fadeInLeft9
}
@-webkit-keyframes fadeInLeft9 {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeft9 {
0% {
opacity:0;
-webkit-transform:translate3d(-100%, 0, 0);
transform:translate3d(-100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
.lanmub_newsitem9 .fadeInRight {
	-webkit-animation-name: fadeInRight9;
	animation-name: fadeInRight9
}
@-webkit-keyframes fadeInRight9 {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRight9 {
0% {
opacity:0;
-webkit-transform:translate3d(100%, 0, 0);
transform:translate3d(100%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
/*.lanmub_newsitem9 .fadeOutnews9 {
	-webkit-animation-name: fadeOutnews9;
	animation-name: fadeOutnews9
}
@-webkit-keyframes fadeOutnews9 {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOutnews9 {
0% {
opacity:1
}
100% {
opacity:0
}
}
*/
