.list_rt {
  width: 100%;
  margin: 0 auto;
}
/*list_cwb*/
.list_cwb {
  margin-top: 30px;
}

.list_cwb_con {
  margin-top: 30px;
}

.list_cwb_con p {
  color: #4c4c4c;
  font-size: 14px;
  line-height: 35px;
  font-size: "微软雅黑";
}
/*list_zrjs*/

.list_zrjs {
    margin-top: 30px;
}

.t_cut {
    border-bottom: 3px solid #cecece;
    height: 60px;
    margin-bottom: 30px;
}

.t_cut li {
    float: left;
    padding: 10px 0px;
    border-bottom: 2px solid #cecece;
    font-size: 20px;
    color: #999;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    vertical-align: bottom;
    list-style-type: none;
    margin-right: 50px;
}

.t_cut li.active {
    border-bottom: 3px solid #0068b7;
    font-size: 20px;
    list-style-type: none;
    color: #333;
}

.clearfix .t_con.active {
    display: block;
}

.clearfix .t_con {
    display: none;
}

.t_con {
    width: 100%;
}

.t_con li {
    float: left;
    width: 173px;
    height: 250px;
    margin-right: 39px;
    margin-bottom: 40px;
    list-style-type: none;
}

.t_con li .img {
    background: #e0e0e0;
    position: relative;
    overflow: hidden;
    height: 212px;
}

.t_con li a:hover .img i {
    display: block;
}

.t_con li .img i {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/alpha_bg.png) repeat;
    display: none;
}
.clearfix {
    zoom: 1;
    clear: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.t_con li .img i b {
    background-image: url(../images/fd.png);
    background-repeat: no-repeat;
    width: 32px;

    height: 32px;
    background-position: 0 0;
    display: block;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.t_con li .img img {
    width: 173px;
    height: 212px;
}

.xyjp_tit {
    background: #f6f6f6;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #333
}

.xyjp_con li a:hover .xyjp_tit {
    background: #0068b7;
    color: #fff;
    text-decoration: none;
}

.t_con li a:hover .xyjp_tit {
    background: #96c4f8;
    color: #fff;
    text-decoration: none;
}



.t_con div ul li a:hover {
    text-decoration: none;
}


.t_con .Normal {
    font-size: 14px;
    color: #333;
    line-height: 34px;
}

.t_con p {
    margin: 0;
}
