/*--------------------Í¼Æ¬ÐÂÎÅ-----------------------------*/

.news{
    width: 1200px;
    height: 362px;
    background: #eee;
    
}
.news .pic{
    width: 838px;
    height: 362px;
    float: left;
    position: relative;
    overflow: hidden;
}
.pic .pic_box{
    width: 838px;
    height: 362px;
    overflow: hidden;
}
.pic .pic_box ul{
    position: relative;
    left: 0px;
    width: 5028px;
    height: 362px;
    overflow: hidden;
}
.pic .pic_box li{
    float: left;
    width: 838px;
}
.pic_focus{
    position: absolute;
    bottom: 33px;
    right: 55px;
    z-index: 2;
}
.pic_focus li.f1{
    margin: 0 9px 0 0;
    display: inline-block;
    float:left;
    width: 11px;
    height: 11px;
    text-indent: -9999px;
    background: url(../images/dot.png) no-repeat center center;
    cursor: pointer;
}
.pic_focus li.f_arrow{
    float: left;
    color: #fff;
    display: block;
    margin: 0 0px 0 9px;
    width: 14px;
    height: 11px;
    cursor: pointer;
    background: url(../images/icon_arrow.png) no-repeat center center;
}
.pic_focus li.hover, .pic_focus li.f1:hover{
    width: 11px;
    height: 11px;
    background: url(../images/dot_focus.png) no-repeat center center;
}
.pic_mask{
    position: absolute;
    width: 838px;
    height: 40px;
    background: url(../images/bg_mask.png) repeat;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.news .txt{
    position: relative;
    width: 362px;
    height: 362px;
    overflow: hidden;
}
.news .txt ul{
    position: absolute;
    /*left: -525px;*/
    width: 239400px;
    overflow: hidden;
}
.news .txt .txt_content{
    width: 362px;
    height: 500px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #033ca3;
}

.news .txt .txt_content .inside-content{
    width: 362px;
    height: 360px;
    overflow: hidden;
}

.txt_content h2{
    color: #fff;
    font-size: 24px;
    text-align: center;
    margin: 30px 0 20px 0;
}
.txt_content p{
    color: #fff;
    font-size: 16px;
    text-indent: 28px;
    margin: 10px 20px;
    line-height: 32px;
}
.news .txt .txt_more{
    position: absolute;
    bottom: 30px;
    right: 40px;
}
.news .txt .txt_more a{
    line-height: 60px;
    color: #fff;
}
.news .txt .txt_more a:hover{
    color: #a62000;
}

.news{
    height: 420px;
}
.news .pic{
    width: 746px;
    height: 420px;
}
.pic .pic_box{
    width: 746px;
    height: 420px;
}
.pic .pic_box ul{
    width: 4476px;
	/*width: 5448px;*/
    height: 420px;
}
.pic .pic_box li{
    width: 746px;
}
.news .txt{
    width: 454px;
    height: 420px;
}
.news .txt .txt_content{
    width: 454px;
}
.news .txt .txt_content .inside-content{
    width: 454px;
    height: 420px;
}
.pic_focus{
    right: 102px;
}