.header {
    position: relative;
    width: 100%;
    height: 137px;
}
.logo {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 464px;
    height: 53px;
    margin-top: -26px;
    text-indent: -9999px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.sh {
    position: absolute;
    top: 50%;
    right: 0;
    width: 298px;
    height: 51px;
    margin-top: -25px;
    background-image: url(../img/sh.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.navbar {
    width: 100%;
    background-color: #333;
}
.navbar ul > li {
    line-height: 40px;
    float: left;
    padding: 0 30px;
}
.navbar ul > li > a {
    font-size: 16px;
    line-height: 40px;
    display: block;
    padding: 0 10px;
    color: #dbdbdb;
}
.navbar ul > li > a:after {
    display: table;
    clear: both;
    content: '';
}
.navbar ul > li > a > span {
    display: block;
    float: left;
}
.navbar ul > li > a > i {
    display: block;
    float: left;
    width: 9px;
    height: 40px;
    margin-left: 9px;
    -webkit-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
    background-image: url(../img/dropdown-icon.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}
.navbar ul > li > a:hover > i {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.carousel {
    width: 100%;
}
.newsbar {
    line-height: 47px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 47px;
    padding-left: 115px;
    background-color: #fff;
}
.newsbar .title {
    position: absolute;
    top: 0;
    left: 0;
    width: 115px;
    color: #ff6a00;
}
.newsbar .marquee {
    overflow: hidden;
    width: 100%;
    height: 47px;
}
.newsbar ul {
    display: block;
    overflow: hidden;
    width: 100%;
}
.newsbar ul li {
    position: relative;
    display: block;
    float: left;
    padding: 0 20px;
    color: #656565;
}
.newsbar ul li:hover {
    color: #ff6a00;
}
.newsbar ul li:before {
    position: absolute;
    top: 50%;
    left: -1px;
    display: block;
    width: 1px;
    height: 15px;
    margin-top: -8px;
    content: '';
    background-color: #656565;
}
.newsbar ul li span {
    margin-left: 10px;
}
.newsbar ul li:hover span {
    color: #656565;
}
.fun-grid {
    width: 100%;
    padding: 40px 0;
    background-color: #f7f7f7;
}
.fun-grid .col {
    float: left;
    box-sizing: border-box;
}
.fun-grid .col + .col {
    border-left: 1px solid #e6e6e6;
}
.fun-grid .col-1,
.fun-grid .col-3 {
    width: 351px;
}
.fun-grid .col-2 {
    width: 468px;
}
.fun-grid .col .icon {
    float: left;
    overflow: hidden;
    width: 118px;
    height: 118px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    border: 1px solid #e4e4e4;
    border-radius: 50%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}
.fun-grid .col-1 .icon {
    background-image: url(../img/index-grid-1-icon.png);
}
.fun-grid .col-2 .icon {
    margin-left: 110px;
    background-image: url(../img/index-grid-2-icon.png);
}
.fun-grid .col-3 .icon {
    margin-left: 108px;
    background-image: url(../img/index-grid-3-icon.png);
}
.fun-grid .col:hover .icon {
    box-shadow: 0 3px 7px rgba(0,0,0,.1);
}
.fun-grid .col span {
    font-size: 24px;
    line-height: 120px;
    margin-left: 25px;
    color: #666;
}
.main-title {
    font-size: 24px;
    width: 100%;
    margin-top: 45px;
    text-align: center;
    color: #000;
}
.main-subtitle {
    font-size: 14px;
    width: 100%;
    margin-top: 15px;
    text-align: center;
    color: #666;
}
.main-more {
    display: block;
    overflow: hidden;
    width: 40px;
    height: 40px;
    margin: 15px auto 0;
    -webkit-transition: all .2s;
         -o-transition: all .2s;
            transition: all .2s;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background-color: #f66f1d;
}
.main-more:hover {
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
}
.main-more span {
    font-size: 12px;
    display: block;
    margin-top: 8px;
    margin-bottom: 0;
}
.main-more .fa {
    display: block;
}
.rdxq-wrap {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 55px;
}
.rdxq-wrap:after {
    display: table;
    clear: both;
    content: '';
}
.rdxq-left {
    float: left;
    width: 878px;
}
.rdxq-left:after {
    display: table;
    clear: both;
    content: '';
}
.rdxq-left ul li {
    float: left;
    width: 170px;
}
.rdxq-left ul li + li {
    margin-left: 7px;
}
.rdxq-left ul li .img {
    position: relative;
    overflow: hidden;
    width: 170px;
    height: 220px;
    border: 1px solid #d1d1d1;
}
.rdxq-left ul li .img:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #fff;
    background-color: transparent;
}
.rdxq-left ul li span {
    line-height: 32px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0 5px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rdxq-left ul li a {
    line-height: 23px;
    display: block;
    width: 98px;
    margin: 0 auto;
    text-align: center;
    color: #f66f1d;
    border: 1px solid #d1d1d1;
    border-radius: 11px;
}
.rdxq-left ul li a:hover {
    color: #fff;
    border-color: #f66f1d;
    background-color: #f66f1d;
}
.rdxq-right {
    float: right;
    width: 240px;
}
.rdxq-right .title {
    font-size: 18px;
    line-height: 40px;
    width: 100%;
    text-indent: 30px;
    color: #fff;
    background-image: url(../img/message-title.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.index-message {
    margin-top: 25px;
}
.index-message .group {
    position: relative;
    width: 100%;
}
.index-message .group:after {
    display: table;
    clear: both;
    content: '';
}
.index-message .group + .group {
    margin-top: 10px;
}
.index-message .group label {
    font-size: 14px;
    float: left;
    width: 70px;
    margin-top: 3px;
    color: #000;
}
.index-message .group input {
    box-sizing: border-box;
    width: 170px;
    padding: 3px;
    border: 1px solid #d1d1d1;
    outline: none;
}
.index-message .group .radio-box {
    width: auto;
    margin-top: 0;
}
.index-message .group .radio-box + .radio-box {
    margin-left: 8px;
}
.index-message .group .radio-box input {
    display: inline-block;
    width: auto;
    margin-top: 5px;
    padding: 0;
}
.index-message button[type='submit'] {
    font-size: 24px;
    line-height: 40px;
    float: right;
    width: 150px;
    margin-top: 15px;
    color: #fff;
    border: none;
    border-radius: 3px;
    outline: none;
    background-color: #f66f1d;
}
.index-message span.error {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 5px;
    padding: 5px 8px;
    white-space: nowrap;
    color: #fff;
    background-color: #f66f1d;
}
.index-message input.error {
    border-color: #f66f1d;
}
.master {
    width: 100%;
    padding-bottom: 50px;
    background-color: #f7f7f7;
}
.master .container {
    position: relative;
}
.master-swiper {
    overflow: hidden;
    width: 1110px;
    height: 215px;
    margin-top: 30px;
}
.master-swiper:after {
    display: table;
    clear: both;
    content: '';
}
.master-swiper .list {
    display: block;
    float: left;
    width: 25%;
}
.master-swiper .list-round {
    position: relative;
    overflow: hidden;
    width: 215px;
    height: 215px;
    margin: 0 auto;
    border-radius: 50%;
}
.master-swiper .list img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.master-swiper .list .description {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 12px;
    text-align: center;
    color: #fff;
    background-color: rgba(34,172,56,.5);
}
.master-swiper .list .description h1 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    display: block;
    overflow: hidden;
    width: 160px;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.master-swiper .list .description p {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    display: block;
    overflow: hidden;
    width: 90px;
    margin: 15px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.master-swiper .list:hover img {
    width: 231px;
    height: 231px;
    margin-top: -8px;
    margin-left: -8px;
}
.master-swiper-perv,
.master-swiper-next {
    position: absolute;
    z-index: 6;
    bottom: 80px;
    display: block;
    width: 27px;
    height: 49px;
    background-image: url(../img/master-swiper-arrow.png);
    background-repeat: no-repeat;
}
.master-swiper-perv {
    left: 0;
    background-position: left 0;
}
.master-swiper-next {
    right: 0;
    background-position: right 0;
}
.green {
    width: 100%;
    padding-bottom: 30px;
    background: rgb(0,104,183);
    background:    -moz-linear-gradient(top,  rgba(0,104,183,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(0,104,183,1) 0%,rgba(255,255,255,1) 100%);
    background:         linear-gradient(to bottom,  rgba(0,104,183,1) 0%,rgba(255,255,255,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0068b7', endColorstr='#ffffff',GradientType=0 );
}
.green .main-title {
    color: #fff;
}
.green-row {
    width: 100%;
    margin-top: 40px;
}
.green-row:after {
    display: table;
    clear: both;
    content: '';
}
.green-row .col {
    position: relative;
    float: left;
    overflow: hidden;
    width: 250px;
}
.green-row .col + .col {
    margin-left: 56px;
}
.green-row .col .title {
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    background-color: #0068b7;
}
.green-row .col .title h1 {
    font-size: 24px;
    font-weight: normal;
    overflow: hidden;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.green-row .col .title p {
    font-size: 12px;
    overflow: hidden;
    margin: 0;
    margin-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.green-row .col .photo {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 88%;
}
.green-row .col .photo img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.green-row .col .info {
    box-sizing: border-box;
    width: 100%;
    padding: 18px;
    background-color: #fff;
}
.green-row .col .info p {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    color: #999;
}
.reason {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.reason .col {
    display: inline-block;
    width: 200px;
    height: 220px;
    margin: 0 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.reason .col-1 {
    background-image: url(../img/reason-1.png);
}
.reason .col-2 {
    background-image: url(../img/reason-2.png);
}
.reason .col-3 {
    background-image: url(../img/reason-3.png);
}
.reason .col-4 {
    background-image: url(../img/reason-4.png);
}
.reason .col-5 {
    background-image: url(../img/reason-5.png);
}
.bottom {
    width: 100%;
    margin-top: 60px;
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    background-image: url(../img/footer-bg.jpg);
    background-repeat: repeat-x;
    background-position: 0 0;
}
.bottom:after {
    display: table;
    clear: both;
    content: '';
}
.bottom .col {
    float: left;
    box-sizing: border-box;
    width: 25%;
    height: 45px;
    padding-left: 130px;
    background-image: url(../img/bottom-icon.png);
    background-repeat: no-repeat;
}
.bottom .col-1 {
    background-position: 70px 0;
}
.bottom .col-2 {
    background-position: 70px -45px;
}
.bottom .col-3 {
    background-position: 70px -90px;
}
.bottom .col-4 {
    background-position: 70px -135px;
}
.bottom .col p {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    color: #617084;
}
.footer {
    width: 100%;
    padding: 25px 0;
    text-align: center;
    border-top: 1px solid #cbcccb;
    background-color: #e9e9e9;
}
.footer p {
    font-style: 14px;
    line-height: 30px;
    margin: 0;
    color: #184f78;
}
.item-banner {
    overflow: hidden;
    width: 100%;
    height: 127px;
}
.item-banner img {
    width: 100%;
    height: auto;
}
.crumbs {
    font-size: 14px;
    line-height: 38px;
    width: 100%;
    color: #767676;
    background-color: #ededed;
}
.item-title {
    font-size: 18px;
    margin-top: 15px;
    padding: 8px 0;
    color: #60b029;
    border-bottom: 2px solid #60b029;
}
.item-wrap {
    width: 100%;
    min-height: 250px;
    padding-top: 12px;
}
.item-wrap .list-box {
    margin-left: -16px;
}
.item-master .list-box {
    margin-left: -42px;
}
.item-wrap .list-box:after {
    display: table;
    clear: both;
    content: '';
}
.item-wrap .list {
    display: block;
    float: left;
    overflow: hidden;
    width: 280px;
    margin-top: 15px;
    margin-left: 16px;
}
.item-master .list {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin-top: 30px;
    margin-left: 42px;
    border-radius: 50%;
}
.item-wrap .list .photo {
    overflow: hidden;
    width: 280px;
    height: 210px;
}
.item-master .list .photo {
    width: 100%;
    height: 100%;
}
.item-wrap .list .photo img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.item-master .list .photo img {
    width: 100%;
    height: 100%;
}
.item-wrap .list .text {
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #959595;
    border: 1px solid #dadada;
    border-top: none;
    background-color: #fff;
}
.item-master .list .text {
    font-size: 18px;
    line-height: 60px;
    position: absolute;
    bottom: -100%;
    left: 0;
    padding: 0 40px;
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    text-align: center;
    color: #fff;
    border: none;
    background-color: rgba(0,0,0,.5);
}
.item-wrap .list:hover .photo img {
    -webkit-transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
         -o-transform: scale(1.05, 1.05);
            transform: scale(1.05, 1.05);
}
.item-wrap .list:hover .text {
    color: #60b029;
    border-color: #60b029;
}
.item-master .list:hover .text {
    bottom: 0;
    color: #fff;
}
.item-pagination {
    width: 100%;
    margin-top: 30px;
    text-align: right;
}
.item-pagination a {
    display: inline-block;
    margin: 0 5px;
    padding: 3px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #5b5b5b;
    border: 1px solid #ddd;
}
.item-pagination a:hover {
    color: #fff;
    border-color: #60b029;
    background-color: #60b029;
}
.item-pagination a.jp-disabled {
    cursor: no-drop;
    opacity: .5;
    background-color: #fff;
}
.item-pagination a.jp-disabled:hover {
    color: #5b5b5b;
    border-color: #ddd;
}
.item-pagination a.jp-current {
    cursor: default;
    color: #fff;
    border-color: #60b029;
    background-color: #60b029;
}
.item-view-wrap {
    width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 4px solid #60b029;
}
.item-view-wrap .view-1 {
    overflow: hidden;
    width: 100%;
    height: 300px;
}
.item-view-wrap .view-1:after {
    display: table;
    clear: both;
    content: '';
}
.item-view-wrap .view-1 .info-box {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 934px;
    height: 300px;
    padding-left: 450px;
    border: 1px solid #ccc;
}
.view-swiper-perv,
.view-swiper-next {
    font-size: 32px;
    line-height: 36px;
    position: absolute;
    z-index: 6;
    top: 50%;
    display: block;
    width: 30px;
    height: 40px;
    margin-top: -20px;
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,.5);
}
.view-swiper-perv {
    left: 0;
}
.view-swiper-next {
    right: 0;
}
.item-view-wrap .view-1 .info-box .view-swiper {
    position: absolute;
    top: -1px;
    left: -1px;
    overflow: hidden;
    width: 450px;
    height: 300px;
    background-color: #ccc;
}
.item-view-wrap .view-1 .info-box .view-swiper .list img {
    display: block;
    width: 450px;
    height: 300px;
}
.item-view-wrap .view-1 .info-main {
    position: absolute;
    top: -1px;
    right: -1px;
    overflow: hidden;
    box-sizing: border-box;
    width: 484px;
    height: 300px;
    padding: 20px 25px;
}
.item-view-wrap .view-1 .info-main .description {
    overflow: auto;
    width: 100%;
    max-height: 175px;
    margin-top: 12px;
}
.item-view-wrap .view-1 .info-main h1 {
    font-size: 22px;
    overflow: hidden;
    margin: 0;
    padding-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #60b029;
    border-bottom: 1px solid #60b029;
}
.item-view-wrap .view-1 .info-main p {
    font-size: 12px !important;
    margin-bottom: 0 !important;
    color: #666;
}
.item-view-wrap .view-1 .info-main .time {
    margin-top: 20px;
}
.item-view-wrap .view-1 .info-main .text {
    line-height: 2 !important;
    margin: 0 !important;
}
.item-view-wrap .view-1 .message-box {
    float: right;
    box-sizing: border-box;
    width: 215px;
    height: 300px;
    border: 1px solid #60b029;
    background-color: #fdfee8;
}
.item-view-wrap .view-1 .message-box .title {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    color: #667485;
    border-bottom: 1px solid #edefca;
    background-color: #fff;
}
.view-message {
    padding-top: 12px;
    padding-right: 20px;
    padding-left: 20px;
}
.view-message .group {
    position: relative;
    width: 100%;
}
.view-message .group:after {
    display: table;
    clear: both;
    content: '';
}
.view-message .group + .group {
    margin-top: 5px;
}
.view-message .group label {
    font-size: 12px;
    display: block;
    width: 70px;
    margin-bottom: 2px;
    color: #000;
}
.view-message .group input {
    box-sizing: border-box;
    width: 100%;
    padding: 3px;
    border: 1px solid #d1d1d1;
    outline: none;
}
.view-message .group .radio-box {
    float: left;
    width: auto;
    margin-top: 0;
}
.view-message .group .radio-box + .radio-box {
    margin-left: 8px;
}
.view-message .group .radio-box input {
    display: inline-block;
    width: auto;
    margin-top: 5px;
    padding: 0;
}
.view-message button[type='submit'] {
    font-size: 14px;
    line-height: 27px;
    width: 100%;
    margin-top: 5px;
    color: #fff;
    border: none;
    border-radius: 2px;
    outline: none;
    background-color: #f66f1d;
}
.view-message span.error {
    font-size: 12px;
    line-height: 1;
    position: absolute;
    top: -5px;
    right: 0;
    padding: 6px;
    white-space: nowrap;
    color: #fff;
    background-color: #f66f1d;
}
.view-message input.error {
    border-color: #f66f1d;
}
.item-view-wrap .view-2 {
    width: 100%;
}
.item-view-wrap .view-2 .title {
    font-size: 16px;
    margin-top: 10px;
    padding: 8px 0;
    color: #60b029;
    border-bottom: 2px solid #60b029;
}
.item-view-wrap .view-2 .list-wrap {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.item-view-wrap .view-2 .list-wrap:after {
    display: table;
    clear: both;
    content: '';
}
.item-view-wrap .view-2 .list-wrap .list {
    display: inline-block;
    overflow: hidden;
    width: 180px;
    margin: 0 5px;
}
.item-view-wrap .view-2 .list-wrap .list .photo {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 210px;
}
.item-view-wrap .view-2 .list-wrap .list .photo img {
    display: block;
}
.item-view-wrap .view-2 .list-wrap .list .text {
    line-height: 40px;
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #ccc;
    border-top: none;
    background-color: #fff;
}
.master-view-content {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    border: 1px solid #60b029;
    border-top-width: 2px;
}
.master-view-content:after {
    display: table;
    clear: both;
    content: '';
}
.master-view-title {
    font-size: 20px;
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 14px;
    color: #60b029;
}
.master-view-content .photo {
    float: left;
    overflow: hidden;
    width: 210px;
    height: 210px;
}
.master-view-content .photo img {
    width: 100%;
    height: 100%;
}
.master-view-content .article {
    float: left;
    width: 865px;
    margin-left: 30px;
}
.master-view-content .article .title {
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    padding-top: 2px;
    color: #f66f1d;
}
.master-view-content .article .zp {
    overflow: auto;
    width: 100%;
    max-height: 500px;
}
.master-view-content .article .zp img {
    max-width: 865px !important;
    height: auto !important;
}
.page-view-content {
    box-sizing: border-box;
    width: 100%;
    padding: 30px;
    border: 1px solid #60b029;
    border-top-width: 2px;
}
.page-view-content .article {
    width: 100%;
}
.page-view-content .article img {
    max-width: 100% !important;
    height: auto !important;
}
.doing-wrap {
    overflow: hidden;
    width: 100%;
}
.doing-wrap ul {
    margin-top: -30px;
}
.doing-wrap ul li {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ccc;
}
.doing-wrap ul li:after {
    display: table;
    clear: both;
    content: '';
}
.doing-wrap ul li .view {
    line-height: 32px;
    position: absolute;
    right: 0;
    bottom: 30px;
    display: block;
    width: 120px;
    text-align: center;
    color: #fff;
    background-color: #60b029;
}
.doing-wrap ul li .view:hover {
    color: #fff;
    background-color: #f57921;
}
.doing-wrap ul li a:hover {
    color: #f57921;
}
.doing-wrap ul li .photo {
    display: block;
    float: left;
    overflow: hidden;
    width: 250px;
    height: 150px;
}
.doing-wrap ul li .text {
    float: left;
    overflow: hidden;
    width: 825px;
    height: 150px;
    margin-left: 25px;
}
.doing-wrap ul li .text h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.8;
    overflow: hidden;
    width: 100%;
    margin: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #60b029;
}
.doing-wrap ul li .text .desc {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #667485;
}
.doing-wrap ul li .text .meta {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    color: #667485;
}
.doing-wrap ul li .text .meta span {
    color: #f57921;
}
