.f235_main .w235 {
    width: 1200px;
    margin: 0 auto;
}

.f235_main .indexTit .tit {
    padding-top: 0px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #c9974c;
    line-height: 40px;
}
.f235_main .indexTit .subtit {
    font-size: 16px;
    color: #666;
    line-height: 18px;
    font-weight: normal;
    padding-top: 12px;
}

.f235_main {
    background: #fff;
}
.f235_main .f235 {
    padding-top: 40px;
    padding-bottom: 50px;
}
.f235_main .f235 .cont {
    margin-top: 20px;
    margin-bottom: 20px;
}
.f235_main .news235 {
    width: 550px;
    height: 413px;
    overflow: hidden;
    position: relative;
}
.f235_main .news235 .hd {
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 0px;
    z-index: 10;
}
.f235_main .news235 .hd ul {
    overflow: hidden;
    zoom: 1;
}
.f235_main .news235 .hd li {
    margin-right: 6px;
    width: 12px;
    height: 12px;
    font-size: 0;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    float: left;
    transition: all .5s;
}
.f235_main .news235 .hd li.on {
    background: #c9974c;
}
.f235_main .news235 .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 550px;
    height: 413px;
    overflow: hidden;
}
.f235_main .news235 .bd li img {
    display: block;
    width: 550px;
    height: 413px;
}
.f235_main .news235 .bd li .txt {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 70px;
    background: url("../images/bg235.png") repeat center center;
}
.f235_main .news235 .bd li .txt .tit {
    display: block;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    text-indent: 20px;
}
.f235_main .news235 .bd li p {
    padding: 0;
    color: #666;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}
.f235_main .news235 .bd li .time {
    font-size: 16px;
    padding-right: 30px;
    padding-top: 20px;
}
.f235_main .textlist {
    width:620px;
}
.f235_main .textlist .item {
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    transition: all .5s;
}

.f235_main .textlist .item:first-child a {
    padding-top: 0px;
}
.f235_main .textlist .item h3 {
    color: #333;
    font-size: 16px;
	transition: all .5s;
}
.f235_main .textlist .item p {
    margin-top: 0px;
    font-size: 14px;
    line-height: 12px;
    color: #666;
}
.f235_main .textlist .item .time {

    width: 80px;
    height: 60px;
    border-right: 1px solid #ddd;
    line-height: 28px;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
    color: #666;
}
.f235_main .textlist .item .time b {
    color: #666;
    display: block;
    font-size: 28px;
    line-height: 18px;
}
.f235_main .textlist .item:hover {
    transform: translate3d(0, -2px, 0);
}
.f235_main .textlist .item:hover h3 {
    color: #2A95E5;
}