.products
{
    margin: 70px auto 60px;
}
.product_bg
{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
    padding-top: 62px;
    padding-bottom: 74px;
}
.product_wz
{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.product_wz span
{
    display: block;
    height: 36px;
    line-height: 36px;
    color: #333;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}
.product_wz p
{
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}
.product_box
{
    position: relative;
    width: 1200px;
    margin: 30px auto 0;
}
.product_left
{
    width: 230px;
    height: 610px;
    float: left;
}
.product_right
{
    width: 940px;
    height: 820px;
    float: right;
}
.pro-tt
{
    width: 230px;
    height: 85px;
    background: #0b7c02;
    padding-top: 15px;
    border: 1px dotted #ccc;
    border-bottom: none;
}
.pro-tt span
{
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
}
.pro-tt p
{
    height: 30px;
    line-height: 28px;
    color: #e5f3dd;
    font-size: 22px;
}
.pro-tt a
{
    background: #0b7c02;
    text-align: center;
}
.pro-tt a:hover
{
    text-decoration: none;
}
.pro_nav
{
    width: 230px;
    height: 503px;
    border: 1px solid #ccc;
    background: #fff;
    border-top: none;
    text-align: center;
}
.pro_nav ul
{
    list-style-image: none;
}
.pro_nav ul li
{
    float: left;
    background: url(../image/index_col_ico.png) no-repeat;
    width: 230px;
    height: 55px;
    text-align: center;
    line-height: 58px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}
.pro_nav ul li a
{
    display: block;
    width: 230px;
    height: 55px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: bold;
}
.pro_nav ul li a:hover
{
    background: url(../image/index_col_ico.png) no-repeat;
    text-decoration: none;
}
.pro_nav ul li img
{
    height: 50px;
    margin-right: 24px;
    float: left;
    margin-top: 15px;
    margin-left: 20px;
}
.pro_more
{
    position: relative;
    width: 1200px;
    line-height: 48px;
    text-align: center;
    background: url(../image/more.png) no-repeat;
    clear: both;
}
.pro_more a
{
    color: #555;
    font-size: 15px;
    display: block;
    height: 50px;
    line-height: 50px;
}
.pro_more a:hover
{
    color: #0b7c02;
    text-decoration: none;
}
.pro_nav .anniu
{
    CURSOR: pointer;
    color: #333;
    background: #65b655;
    font-size: 15px;
}
.pro_nav .anniu a
{
    color: #fff;
    font-size: 15px;
}
.pro_nav a:hover
{
    background: #65b655;
    color: #fff;
}
.ptel
{
    width: 230px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #141414;
    font-size: 18px;
    text-align: center;
    padding: 75px 0 10px;
    background: url(../image/tel.png) no-repeat center 20px;
}
.p_products
{
    width: 940px;
    overflow: hidden;
}
.p_products ul li
{
    width: 295px;
    border: 1px solid #ccc;
    background: #fff;
    float: left;
    height: 242px;
    overflow: hidden;
    margin-right: 24px;
    margin-bottom: 24px;
}
.p_products ul li:nth-child(3n)
{
    margin-right: 0;
}
.p_products ul li:hover
{
    border: 1px solid #65b655;
}
.p_products ul li:hover p
{
    background: #65b655;
    color: #fff;
}
.p_products ul li p
{
    font-size: 14px;
    width: 100%;
    text-align: center;
    margin-top: 0;
    border-top: 1px dotted #ccc;
    height: 41px;
    line-height: 42px;
    padding-top: 0;
    overflow: hidden;
    float: left;
}
.p_products ul li a img
{
    float: left;
    width: 296px;
    height: 200px;
    background: rgba(23,135,40,.2);
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.p_products ul li a
{
    display: block;
    overflow: hidden;
}
.p_products ul li a:hover
{
    color: #fff;
    text-decoration: none;
}
.p_products ul li a:hover img
{
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.question
{
    width: 100%;
    overflow: hidden;
    background: url("http://www.hcre.com.cn/static/img/questionbg.jpg") no-repeat center;
    height: 385px;
}
.question .container
{
    overflow: hidden;
    position: relative;
    height: 385px;
}
.question .con
{
    width: 341px;
    height: 269px;
    background-color: #fff;
    position: absolute;
    top: 43px;
    right: 1px;
    border-radius: 5px;
    padding: 21px 34px;
    overflow: hidden;
}
.question .con ul
{
    width: 100%;
    overflow: hidden;
    height: 263px;
    position: relative;
}
.question .con li
{
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px dotted #e2e5e6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.question .con li
{
    color: #333;
    background: url("../image/question-icon01.png") no-repeat 1px center;
    padding-left: 14px;
    text-decoration: none;
}
.question .con li span
{
    color: #f90;
    font-weight: bold;
}
.pro_details
{
    width: 100%;
    overflow: hidden;
    background: url("../image/pro_detailsbg.jpg") no-repeat center;
    height: 913px;
}
.pro_details .Title
{
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 51px;
}
.pro_details .Title p
{
    text-align: center;
    margin-top: 14px;
}
.pro_details .Title p span
{
    font-size: 18px;
    color: #666;
    background: url("../image/pro_details_icon01.png") no-repeat left center;
    padding-left: 18px;
    margin-right: 24px;
}
.pro_details .con
{
    width: 100%;
    overflow: hidden;
    height: 731px;
    margin-top: 34px;
}
.pro_details .con .menu
{
    overflow: hidden;
    text-align: center;
}
.pro_details .con .menu li
{
    display: inline-block;
    width: 181px;
    height: 40px;
    border: 2px solid #333;
    line-height: 40px;
    text-align: center;
    margin-right: 14px;
    font-size: 18px;
}
.pro_details .con .menu li
{
    *display: inline;
}
.pro_details .con .menu li.cur
{
    background: #0095db;
    height: 44px;
    width: 185px;
    border: none;
    line-height: 44px;
}
.pro_details .con .menu li.cur a
{
    color: #fff;
}
.pro_details .con .menu li a
{
    color: #333;
    text-decoration: none;
    display: block;
}
.pro_details .con .menu li:hover
{
    background: #0095db;
    height: 44px;
    width: 185px;
    border: none;
    line-height: 44px;
}
.pro_details .con .menu li:hover a
{
    color: #fff;
}
.pro_details .con .qieh
{
    width: 100%;
    overflow: hidden;
    height: 620px;
    margin-top: 46px;
}
.pro_details .conBox
{
    overflow: hidden;
    position: relative;
    height: 620px;
}
.pro_details .conBox img
{
    margin: 0 auto;
    display: block;
}
.pro_details .conBox .box
{
    overflow: hidden;
    position: absolute;
}
.pro_details .conBox .box h3
{
    font-size: 23px;
    color: #0095db;
    font-weight: bold;
}
.pro_details .conBox .box p
{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-top: 12px;
}
.pro_details .conBox .box1
{
    width: 262px;
    top: 27px;
    left: 48px;
    text-align: right;
}
.pro_details .conBox .box2
{
    width: 290px;
    top: 27px;
    left: 908px;
}
.pro_details .conBox .box3
{
    width: 202px;
    top: 158px;
    left: 19px;
    text-align: right;
}
.pro_details .conBox .box4
{
    width: 148px;
    top: 158px;
    left: 992px;
}
.pro_details .conBox .box5
{
    width: 230px;
    top: 341px;
    left: 0;
    text-align: right;
}
.pro_details .conBox .box6
{
    width: 227px;
    top: 342px;
    left: 982px;
}
.pro_details .conBox .box7
{
    width: 244px;
    top: 482px;
    left: 58px;
    text-align: right;
}
.pro_details .conBox .box8
{
    width: 244px;
    top: 482px;
    left: 894px;
}
.pro_details .conBox_yyj
{
    overflow: hidden;
    position: relative;
    height: 620px;
}
.pro_details .conBox_yyj img
{
    margin: 0 auto;
    display: block;
}
.pro_details .conBox_yyj .box
{
    overflow: hidden;
    position: absolute;
}
.pro_details .conBox_yyj .box h3
{
    font-size: 23px;
    color: #0095db;
    font-weight: bold;
}
.pro_details .conBox_yyj .box p
{
    font-size: 16px;
    color: #333;
    line-height: 25px;
    margin-top: 12px;
}
.pro_details .conBox_yyj .box1
{
    width: 244px;
    top: 15px;
    left: 35px;
    text-align: right;
}
.pro_details .conBox_yyj .box2
{
    width: 290px;
    top: 15px;
    left: 908px;
}
.pro_details .conBox_yyj .box3
{
    width: 202px;
    top: 230px;
    left: 0;
    text-align: right;
}
.pro_details .conBox_yyj .box4
{
    width: 148px;
    top: 230px;
    left: 1000px;
}
.pro_details .conBox_yyj .box5
{
    width: 292px;
    top: 402px;
    left: 0;
    text-align: right;
}
.pro_details .conBox_yyj .box6
{
    width: 276px;
    top: 422px;
    left: 920px;
}
.adv
{
    width: 100%;
    overflow: hidden;
    padding-bottom: 58px;
}
.adv .Title
{
    width: 100%;
    background: url("../image/advtitlebg.jpg") no-repeat center;
    height: 137px;
    text-align: center;
    padding-top: 38px;
}
.adv .Title h2
{
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}
.adv .Title .p1
{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.adv .Title .p2
{
    font-size: 24px;
    color: #fff;
    width: 498px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #f90;
    margin: 30px auto 0;
}
.adv .conBox
{
    width: 100%;
    overflow: hidden;
    padding-top: 54px;
}
.adv .conBox .container
{
    overflow: hidden;
    position: relative;
}
.adv .conBox .container .pic
{
    top: 38px;
    left: 562px;
    display: block;
    position: absolute;
}
.adv .conBox .con
{
    overflow: hidden;
}
.adv .conBox .con img
{
    display: block;
    float: left;
}
.adv .conBox .con .box
{
    float: right;
    width: 527px;
}
.adv .conBox .con .box h3
{
    font-size: 26px;
    color: #333;
    font-weight: bold;
    margin-bottom: 40px;
}
.adv .conBox .con .box h3 span
{
    color: #f90;
}
.adv .conBox .con .box p
{
    font-size: 15px;
    color: #333;
    line-height: 28px;
    margin-bottom: 10px;
    background: url("../image/pro_details_icon01.png") no-repeat left 6px;
    padding-left: 28px;
}
.adv .conBox .con1 img
{
    margin: 60px 0 12px;
    border-top-left-radius: 20px;
}
.adv .conBox .con1 .box
{
    padding-top: 60px;
    height: 343px;
}
.adv .conBox .con2 .box
{
    height: 313px;
    width: 532px;
    padding-top: 18px;
}
.adv .conBox .con3 .box
{
    height: 284px;
    width: 514px;
    padding-top: 26px;
}
.adv .conBox .con4 .box
{
    height: 265px;
    width: 529px;
    padding-top: 32px;
}
.adv .conBox .con4 .box h3
{
    margin-bottom: 50px;
}
.adv .conBox .con3 .box h3
{
    margin-bottom: 50px;
}
.adv .conBox .con2 img, .adv .conBox .con4 img
{
    float: right;
}
.adv .conBox .con2 .box, .adv .conBox .con4 .box
{
    float: left;
    text-align: right;
}
.adv .conBox .con2 .box p, .adv .conBox .con4 .box p
{
    background: url("../image/pro_details_icon01.png") no-repeat right 6px;
    padding-right: 28px;
}
.Dz
{
    width: 100%;
    background: url("http://www.hcre.com.cn/static/img/dzbg.jpg") no-repeat center;
    height: 206px;
}
.Dz .container
{
    position: relative;
    height: 206px;
}
.Dz img
{
    position: absolute;
    left: 25px;
    bottom: 21px;
}
.Dz .con
{
    width: 417px;
    position: absolute;
    top: 60px;
    left: 782px;
    overflow: hidden;
}
.Dz .con .btn
{
    width: 131px;
    float: left;
}
.Dz .con .btn a
{
    font-size: 15px;
    color: #fff;
    display: block;
    height: 39px;
    width: 131px;
    line-height: 39px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
}
.Dz .con .btn .a1
{
    background: #f90;
    border-bottom: 1px solid #f6dcb4;
    margin-bottom: 8px;
}
.Dz .con .btn .a2
{
    background: #0095db;
    border-top: 1px solid #b2dbef;
}
.Dz .con .phone
{
    width: 190px;
    float: left;
    margin-left: 67px;
}
.Dz .con .phone p
{
    background: url("../image/dz-phone.png") no-repeat 3px center;
    font-size: 16px;
    color: #333;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
}
.Dz .con .phone i
{
    display: block;
    color: #0087d5;
    font-size: 28px;
    margin-top: 2px;
}
.case
{
    width: 100%;
    overflow: hidden;
    background: url("../image/casebg.png") repeat;
    padding-bottom: 64px;
}
.case .Title
{
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding-top: 53px;
}
.case .Title h3
{
    font-size: 30px;
    font-weight: bold;
}
.case .Title h3 a
{
    color: #333;
    text-decoration: none;
}
.case .Title p
{
    font-size: 15px;
    color: #999;
    font-family: arial;
    text-transform: uppercase;
    margin-top: 4px;
}
.case .con
{
    width: 100%;
    overflow: hidden;
    margin-top: 26px;
}
.case .con .menu
{
    overflow: hidden;
    text-align: center;
}
.case .con .menu li
{
    display: inline-block;
    width: 181px;
    height: 40px;
    border: 2px solid #333;
    line-height: 40px;
    text-align: center;
    margin-right: 14px;
    font-size: 18px;
}
.case .con .menu li
{
    *display: inline;
}
.case .con .menu li.cur
{
    background: #f90;
    height: 44px;
    width: 185px;
    border: none;
    line-height: 44px;
    font-weight: bold;
}
.case .con .menu li.cur a
{
    color: #fff;
}
.case .con .menu li a
{
    color: #333;
    text-decoration: none;
    display: block;
}
.case .con .menu li:hover
{
    background: #f90;
    height: 44px;
    width: 185px;
    border: none;
    line-height: 44px;
    font-weight: bold;
}
.case .con .menu li:hover a
{
    color: #fff;
}
.case .conBox
{
    overflow: hidden;
    margin-top: 34px;
}
.case .conBox ul
{
    overflow: hidden;
}
.case .conBox li
{
    width: 365px;
    height: 421px;
    border: 1px solid #ededed;
    float: left;
    margin-left: 49px;
    overflow: hidden;
    background-color: #fff;
}
.case .conBox li:first-child
{
    margin-left: 0;
}
.case .conBox li img
{
    display: block;
}
.case .conBox li h3
{
    font-size: 15px;
    padding: 20px 21px;
    font-weight: bold;
}
.case .conBox li h3 a
{
    color: #333;
    text-decoration: none;
}
.case .conBox li:hover h3 a
{
    color: #0095db;
}
.case .conBox li p
{
    line-height: 20px;
    color: #666;
    font-size: 14px;
    height: 40px;
    padding: 0 21px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about
{
    width: 100%;
    overflow: hidden;
    background: url("../image/cont_bg.jpg") no-repeat center;
    height: 500px;
}
.about .Title
{
    overflow: hidden;
    margin-top: 50px;
}
.about .Title h2
{
    text-align: center;
}
.about .Title h2 a
{
    color: #333;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
    display: block;
}
.about .Title h2 i
{
    display: block;
    width: 98px;
    height: 2px;
    background: #fff;
    margin-top: 14px;
}
.about .Title p
{
    float: left;
    font-size: 24px;
    color: #8dc4ea;
    font-family: arial;
    line-height: 24px;
    text-transform: uppercase;
    margin-left: 18px;
    margin-top: 8px;
}
.about dl
{
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}
.about dt
{
    float: left;
    width: 625px;
    margin-top: 3px;
    padding: 5px;
    background: #fff;
    border: 1px solid #ddd;
}
.about dt
{
    width: 560px;
    height: 280px;
}
.about dd
{
    width: 590px;
    float: right;
}
.about dd h3
{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.about dd h3 a
{
    text-decoration: none;
    color: #333;
}
.about dd h3 span
{
    color: #777;
    display: block;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: .5px;
    padding-top: 5px;
}
.about dd p
{
    font-size: 15px;
    color: #666;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.about dd .more
{
    float: right;
    display: block;
    width: 137px;
    height: 40px;
    background: url("../image/aboutbtn.png") no-repeat center;
    line-height: 40px;
    text-indent: 27px;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    margin-top: 25px;
}
.honor
{
    width: 100%;
    overflow: hidden;
    background: url("../image/honorbg.jpg") no-repeat center;
    height: 353px;
}
.honor .container
{
    width: 1165px;
    padding-right: 35px;
}
.honor .top
{
    overflow: hidden;
    height: 34px;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 30px;
}
.honor .top span
{
    float: left;
    background: url("../image/pro_details_icon01.png") no-repeat right center;
    padding-right: 22px;
    display: block;
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.honor .top span a
{
    color: #333;
    text-decoration: none;
}
.honor .top .more
{
    display: block;
    width: 74px;
    height: 21px;
    float: right;
}
.honor .con
{
    overflow: hidden;
    margin-top: 19px;
    height: 206px;
    position: relative;
}
.honor .con ul
{
    overflow: hidden;
    width: 105%;
    height: 206px;
    position: absolute;
    top: 0;
    left: 0;
}
.honor .con li
{
    float: left;
    width: 145px;
    height: 204px;
    border: 1px solid #e7e7e7;
    margin-right: 56px;
}
.news
{
    width: 100%;
    overflow: hidden;
    padding-top: 45px;
    padding-bottom: 55px;
}
.leftnews
{
    width: 765px;
    overflow: hidden;
    float: left;
}
.leftnews .top
{
    border-bottom: 1px solid #e0e0e0;
    height: 48px;
}
.leftnews .top ul
{
    float: left;
    height: 48px;
    display: inline-block;
}
.leftnews .top ul
{
    *display: inline;
}
.leftnews .top li
{
    line-height: 48px;
    height: 48px;
    width: 171px;
    float: left;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.leftnews .top li a
{
    color: #666;
    text-decoration: none;
    display: block;
}
.leftnews .top li i
{
    display: none;
    width: 18px;
    height: 12px;
    background: url("../image/news-icon01.png") no-repeat center;
    position: absolute;
    left: 50%;
    margin-left: -9px;
    bottom: -12px;
}
.leftnews .top li.cur
{
    background: #4f9f33;
}
.leftnews .top li.cur a
{
    color: #fff;
}
.leftnews .top li.cur i
{
    display: block;
}
.leftnews .top .more
{
    float: right;
    font-size: 14px;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    background: url("../image/news-icon03.png") no-repeat right center;
    padding-right: 10px;
    display: block;
    margin-top: 17px;
}
.leftnews .newsbox
{
    overflow: hidden;
}
.leftnews .newsbox .newslist
{
    overflow: hidden;
    margin-top: 25px;
}
.leftnews .newsbox dl
{
    overflow: hidden;
    margin-bottom: 30px;
}
.leftnews .newsbox dt
{
    float: left;
    width: 338px;
}
.leftnews .newsbox dd
{
    float: left;
    width: 406px;
    margin-left: 20px;
}
.leftnews .newsbox dd h3
{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leftnews .newsbox dd h3 a
{
    color: #333;
    text-decoration: none;
}
.leftnews .newsbox dd p
{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leftnews .newsbox dd .more
{
    float: right;
    display: block;
    width: 114px;
    height: 33px;
    font-size: 14px;
    font-weight: bold;
    line-height: 33px;
    text-decoration: none;
    text-indent: 18px;
    color: #fff;
    background: url("../image/newsbtn.png") no-repeat center;
    margin-top: 25px;
}
.leftnews .newsbox ul
{
    height: 188px;
    background: #f5f5f5;
    overflow: hidden;
    padding: 0 21px;
    border-radius: 6px;
}
.leftnews .newsbox li
{
    overflow: hidden;
    margin-top: 11px;
}
.leftnews .newsbox li:first-child
{
    margin-top: 21px;
}
.leftnews .newsbox li a
{
    float: left;
    display: block;
    font-size: 14px;
    color: #666;
    width: 530px;
    padding-left: 28px;
    background: url("../image/pro_details_icon01.png") no-repeat left center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.leftnews .newsbox li a:hover
{
    text-decoration: none;
    color: #f00;
}
.leftnews .newsbox li span
{
    font-size: 14px;
    color: #999;
    float: right;
}
.rightnews
{
    overflow: hidden;
    width: 381px;
    float: right;
}
.rightnews .top
{
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.rightnews .top h3
{
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    float: left;
}
.rightnews .top h3
{
    *display: inline;
}
.rightnews .top h3 a
{
    color: #666;
    text-decoration: none;
    background: url("../image/news-icon02.png") no-repeat left center;
    padding-left: 26px;
}
.rightnews .top .more
{
    float: right;
    font-size: 14px;
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    background: url("../image/news-icon03.png") no-repeat right center;
    line-height: 55px;
    padding-right: 10px;
    display: inline-block;
}
.rightnews .qa
{
    height: 413px;
    overflow: hidden;
    position: relative;
    margin-top: 25px;
    border-bottom: 1px solid #eee;
}
.rightnews .qa ul
{
    overflow: hidden;
    height: 414px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.rightnews .qa li
{
    height: 100px;
    padding-left: 15px;
    padding-top: 20px;
}
.rightnews .qa li h3
{
    font-size: 16px;
    font-weight: bold;
    background: url("../image/news-q.png") no-repeat left center;
    padding-left: 32px;
    line-height: 24px;
    height: 23px;
    margin-bottom: 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.rightnews .qa h3 a
{
    color: #333;
}
.rightnews .qa h3 a:hover
{
    text-decoration: none;
    color: #f00;
}
.rightnews .qa p
{
    font-size: 14px;
    color: #666;
    background: url("../image/news-a.png") no-repeat left top;
    padding: 0 10px 0 32px;
    line-height: 24px;
    overflow: hidden;
}
.link
{
    width: 100%;
    overflow: hidden;
    background: rgba(34,139,34,.05);
    padding: 25px 0 20px;
}
.link dl
{
    overflow: hidden;
}
.link dt
{
    float: left;
    padding-right: 30px;
    height: 50px;
    border-right: 1px solid #b2b8ba;
}
.link dt p
{
    width: 68px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    background: #4f9f33;
    color: #fff;
    margin: 4px 0;
    font-size: 16px;
}
.link dt span
{
    font-size: 15px;
    color: #333;
    font-weight: bold;
}
.link dd
{
    float: left;
    padding-left: 30px;
}
.link dd li
{
    float: left;
    list-style: none;
    padding-top: 9px;
    margin-right: 10px;
}
.link dd a
{
    font-size: 15px;
    color: #666;
    display: inline-block;
    padding: 0 25px;
    background: url("../image/link-icon.png") no-repeat left center;
}
.link dd a:first-child
{
    padding-left: 0;
    background-image: none;
}
.link dt span a
{
    color: #333;
    font-size: 17px;
}
