.web_header {
    height: 148px;
    background: url(../image/header_bg.png) center no-repeat;
    position: absolute;
    z-index: 999;
}

.web_header_top {
    height: 48px;
    background: url(../image/header_topline.png) bottom no-repeat;
}

.defaultInputStyle {
    border: 1px solid #AFD5F5;
}

/*top_link*/
.web_header_top_link {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}

.web_header_top_link ul li {
    float: left;
}

.web_header_top_link ul li a {
    display: block;
    padding-right: 8px;
    font-size: 14px;
    color: #b8ccf9;
}

.web_header_top_link ul li:hover a {
    color: #fff;
}

/*search*/
.web_header_top_search {
    width: 260px;
    height: 32px;
    background: url(../image/search_bg.png) center no-repeat;
    padding: 7px 0;
}

.web_header_top_search .image {
    width: 18px;
    height: 18px;
    padding: 6px 12px 6px 6px;
}

.web_header_top_search .searchText {
    height: 32px;
    line-height: 32px;
    background-color: transparent;
    padding-left: 16px;
    color: #b5c5e2;
}


.web_header_fot {
    height: 100px;
}

/*logo*/
.web_header_fot_logo {
    width: 208px;
    height: 122px;
    position: relative;
    bottom: 132px;
    left: 6px;
}

.web_header_fot_logo img {
    width: 100%;
    vertical-align: middle;
}

/*nav*/
#hd {
    width: 100%;
    margin: 0px auto;
    height: 100px;
    float: right;
    position: relative;
    z-index: 11;
}

.hd-nav li {
    font-size: 15px;
    height: 100px;
    text-align: center;
    float: left;
    position: relative;
    color: #fff;
}

.hd-nav li a.navitem {
    display: inline-block;
    color: #b8cdfa;
    height: 100px;
    line-height: 100px;
    padding: 0 16px;
}

.hd-nav li:hover .navitem {
    color: #fff;
    background: url(../image/../image/icon_active.png) top no-repeat;
}

.hd-nav li:hover .subnav {
    display: block;
}

.hd-nav li .active {
    display: block;
    color: #fff;
    background: url(../image/../image/icon_active.png) top no-repeat;
}

.hd-nav .subnav {
       width: 140%;
    position: absolute;
    top: 100px;
    left: -20%;
    background: #0053ad;
    display: none;
}

.hd-nav .subnav a {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 15px;
    padding: 6px 0;
    color: #fff;
}

.hd-nav .subnav .submenu {
    position: relative;
}

.hd-nav .subnav .secnav {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 101px;
    background: #0053ad;
    display: none;
}

.hd-nav .subnav .submenu:hover {
    display: block;
    background-color: #004b9d;
}


/*banner*/
.bannerBox {
   /*  min-width: 1400px;   */
    height: auto;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 20;
}

.bd {
    width: 100%;
    height: auto;
    position: relative;
}

.banner .bd ul {
    width: 100%;
    height: auto;
}

.banner .bd ul li {
    float: left;
    width: 100%;
    height: auto;
}

.banner .bd ul li a {
    display: block;
    position: relative;
}

.hd {
    width: 100%;
    position: absolute;
    z-index: 20;
    overflow: hidden;
}

.hd ul li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    zoom: 1;
    float: none;
}

/*.sliderBox1 .bd img {width: 100%;height: 754px;}*/
.sliderBox1 .hd {
    height: 14px;
    line-height: 12px;
    text-align: center;
    left: 0;
    bottom: 90px;
    z-index: 20;
    position: relative;
}

.sliderBox1 .hd ul li {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: #fff;
    vertical-align: top;
    border-radius: 50%;
}

.sliderBox1 .hd ul li.on {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}


/*content*/
.web_content {
    height: auto;
}

/*pic_link*/
.web_content_pic_link {
    height: 114px;
    position: relative;
    margin-top: -57px;
    z-index: 999;
}

.web_content_pic_link ul li {
    float: left;
    line-height: 30px;
}

.web_content_pic_link ul li a {
    display: block;
    color: #fff;
}

.web_content_pic_link ul li:hover {
    webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.web_content_pic_link img {
    float: left;
}

.web_content_pic_link .text {
    float: right;
}

.web_content_pic_link .text h3 {
    font-size: 20px;
    font-weight: bold;
}

.web_content_pic_link .text p {
    font-size: 12px;
}

.web_content_pic_link .a {
    background: url(../image/bg_c.png) 100% 100%;
    width: 190px;
    padding: 27px 70px;
}

.web_content_pic_link .b {
    background: url(../image/bg_d.png) 100% 100%;
    width: 190px;
    padding: 27px 70px;
}

.web_content_pic_link .c {
    background: url(../image/bg_a.png) 100% 100%;
    width: 222px;
    padding: 27px 54px;
}

.web_content_pic_link .d {
    background: url(../image/bg_b.png) 100% 100%;
    width: 200px;
    padding: 27px 63px;
}


/*title*/
.column_title {
    width: 165px;
    height: 54px;
    line-height: 32px;
    margin-top: 48px;
}

.column_title h3 {
    float: left;
    font-size: 24px;
    color: #0053ad;
}

.column_title i {
    float: left;
    font-size: 14px;
    color: #ec6532;
    line-height: 44px;
    padding-left: 16px;
}

.column_title a {
    color: #ec6532;
}


/*news*/
.cot_news {
    width: 936px;
}

.pic_news {
    width: 442px;
    height: auto;
}

.pic_news .pic_news_img {
    max-width: 462px;
    max-height: 306px;
    vertical-align: middle;
}

.pic_news_text {
    width: 483px;
    height: 120px;
}

.pic_news_text .time {
    width: 63px;
    text-align: right;
    padding: 15px;
    font-size: 12px;
    color: #0053ad;
}

.pic_news_text .time h1 {
    text-align: right;
    font-size: 22px;
}

.pic_news_text .newsTxt {
    width: 322px;
    height: 120px;
    background-color: #0053ad;
    padding: 24px;
    margin-top: -77px;
    z-index: 999;
    position: relative;
    color: #fff;
}

.pic_news_text .newsTxt h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 16px;
}

.pic_news_text .newsTxt p {
    line-height: 26px;
    color: #a3b6d9;
}

.text_news {
    width: 436px;
    height: auto;
}

.text_news .text_news_top {
    line-height: 26px;
}

.text_news .text_news_top h3 {
    font-size: 16px;
    font-weight: bold;
    color: #0053ad;
    margin-bottom: 20px;
}

.text_news .text_news_top .icon_new {
    width: 16px;
    height: 18px;
    vertical-align: middle;
    margin-top: -4px;
}

.text_news .text_news_top .icon_deta {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px;
}

.text_news .text_news_top span {
    display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.text_news .text_news_top p {
    padding-left: 20px;
    border-left: 2px solid #0053ad;
    font-size: 14px;
    color: #666;
}

.text_news .news_list {
    width: 455px;
    background: url(../image/line_dashe.png) top no-repeat;
    margin-top: 35px;
    padding-top: 38px;
}

.text_news .news_list li {
    line-height: 36px;
}

.text_news .news_list h3 {
    font-size: 16px;
    float: left;
    color: #333;
}

.text_news .news_list span {
    font-size: 12px;
    float: right;
    color: #999;
}



/*捐献鸣谢*/
.titlt2 {
    margin-top: 16px;
    border-bottom: 1px solid #fff;
    padding: 0 90.5px;
}

.giving {
    width: 394px;
    height: auto;
    color: #333;
    border: 8px solid #fff;
    margin-top: 26px;
    background-color: #eee;
}

.givingBox {
    height: auto;
    color: #333;
}

.givingInner {
    width: 346px;
    height: 386px;
    background: url(../image/icon_logo.png) center no-repeat;
}

.sliderBox4 {
    width: 346px;
    height: auto;
}

web_content_news {
    width: 346px;
    height: 386px;
    overflow: hidden;
}

.sliderBox4 .bd ul li {
    width: 346px;
    height: 40px;
    line-height: 40px;
}

.sliderBox4 .bd ul li a {
    display: block;
    color: #333;
}

.sliderBox4 .bd ul li span {
    float: right;
    font-size: 12px;
    color: #999;
}

.sliderBox4 .bd ul li h3 {
    float: left;
    font-size: 14px;
}


/*nitice*/
.web_content_notice {
    height: auto;
    background: url(../image/notice_bg.png) center no-repeat;
    padding: 28px 0 20px 0;
    margin-top: 26px;
    overflow: hidden;
}

.cot_notice ul li {
    width: 432px;
    float: left;
    margin-right: 32px;
    margin-bottom: 28px;
    line-height: 28px;
}

.cot_notice ul li span {
    width: 80px;
    float: left;
    font-size: 12px;
    color: #0053ad;
}

.cot_notice ul li h3 {
    width: 338px;
    float: right;
    font-size: 16px;
    color: #333;
}


/*schoolmate*/



/*知名校友*/
.schoolmateInner {
    width: 100%;
    height: 588px;
    overflow: hidden;
    background: url(../image/schoolmate_bg.png) center no-repeat;
}

.sliderBox2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sliderBox2 .tempWrap {
    margin-top: 18px;
}

.sliderBox2 .bd {
    width: 100%;
    height: auto;
}

.sliderBox2 .bd ul li {
    float: left;
    width: 100%;
    height: auto;
    padding-bottom: 124px;
    text-align: center;
}

.sliderBox2 .bd ul li:first-child {
    margin-left: 0;
}

.sliderBox2 .bd ul li a {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
}

.sliderBox2 .bd ul li:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.sliderBox2 .bd ul li h3 {
    font-size: 16px;
    color: #fff;
    line-height: 64px;
}

.sliderBox2 .bd ul li h3 span {
    font-size: 12px;
}

.sliderBox2 .hd {
    height: 14px;
    line-height: 12px;
    text-align: center;
    left: 0;
    bottom: 90px;
    z-index: 20;
    position: relative;
}

.sliderBox2 .hd ul li {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    background: #fff;
    vertical-align: top;
    border-radius: 50%;
}

.sliderBox2 .hd ul li.on {
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-color: transparent;
}

.titlt3 h3 {
    color: #fff;
}

.header_img {
    width: 200px;
    height: 200px;
    background: #fafafa;
    border-radius: 50%;
    overflow: hidden;
}

.header_img img {
    max-width: 188px;
    max-height: 188px;
    vertical-align: middle;
    margin: 6px;
    -webkit-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.headerTxt p {
    width: 688px;
    margin: 0 auto;
    line-height: 32px;
}


/*校友天地*/
.web_content_schoolmate {
    height: auto;
    overflow: hidden;
}

.schoolmate_cot {
    height: auto;
}

.schoolmate_cot ul li {
    width: 308px;
    height: auto;
    float: left;
    margin-right: 32px;
}

.schoolmate_cot .schoolmate_img {
    max-width: 306px;
    max-height: 219px;
    vertical-align: middle;
}

.schoolmate_cot .schoolmate_img :hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}

.schoolmate_cot span {
    display: block;
    height: 42px;
    line-height: 42px;
    background: url(../image/list_bg_a.png) center no-repeat;
    padding-left: 16px;
    font-size: 12px;
    color: #fff;
    position: relative;
    margin-top: -42px;
}

.schoolmate_cot .bg2 {
    background: url() center no-repeat;
}

.schoolmate_cot .icon_deta_a {
    width: 12px;
    height: 12px;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -6px;
}

.schoolmate_txt {
    height: auto;
}

.schoolmate_txt h3 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 16px;
    color: #333333;
}

.schoolmate_txt p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 8px;
    color: #666;
}


/* 图片链接*/
.picLink_cot {
    heiht: auto;
    border-top: 1px solid #d2d2d2;
    margin-top: 56px;
    overflow: hidden;
    padding: 32px 0;
}

.picLink_cot ul li {
    float: left;
    margin-right: 32px;
}

.picLink_cot ul li img:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}



/*footer*/
.web_footer {
    height: auto;
    overflow: hidden;
    background: url(../image/fot_bg.png) no-repeat;
    background-size: 100% 100%;
}

.web_footer .top_fotLogo {
    padding: 48px 0;
    text-align: center;
    border-bottom: 1px solid #3f74b2;
}

.web_footer .top_fotLogo img {
    width: 326px;
    vertical-align: middle;
}

.fot_fotTxt p {
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    padding: 40px 0;
    color: #a3b4d5;
}

/*二维�?*/

.web_erweima {
    width: 114px;
    height: auto;
    position: fixed;
    bottom: 56px;
    right: 32px;
    z-index: 999999;
}

.web_erweima ul li {
    text-align: center;
    color: #6fa1d9;
}

.erweima_img {
    padding: 8px 12px;
}









/*******************************************************  二级页面  ***************************************************************************************************/

/*banner*/
.ej_banner {
    width: 100%;
}

.ej_banner img {
    width: 100%;
    height: 450px;
}

/*list*/
.web_ejcot {
    width: 1200px;
    padding-top: 50px;
    clear: both;
    overflow: hidden;
}

.contBox {
    width: 1200px;
    margin-top: 50px;
}

.contLWrap {
    width: 242px;
    height: auto;
}

.contLHead h3 {
    height: 60px;
    font-size: 22px;
    background: url(../image/fot_bg.png) no-repeat;
    text-align: center;
    color: #fff;
    line-height: 58px;
}

.contLWrap ul {
    width: 242px;
    height: auto;
    border-left: 6px solid #e0e0e0;
}

.contLWrap ul li {
    width: 225px;
    height: 60px;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    margin-left: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.contLWrap ul li a {
    display: block;
    color: #333333;
}

.contLWrap ul li a:hover {
    display: block;
    color: #1f6bc3;
}

.contR {
    width: 908px;
    min-height:650px;
}

.contRWrap {
    width: 908px;
    margin-bottom: 50px;
}

.contRWrap li {
    width: 868px;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px dashed #cecece;
    font-size: 14px;
}

.contRWrap li a {
    color: #333;
    float: left;
    display: block;
    width: 1200px;
}

.contRWrap li .xyou {
    float: right;
}

.contRWrap li img {
    vertical-align: middle;
    margin: -3px 16px 0 0;
}

/*page*/
.page {
    width: 100%;
    height: 36px;
    margin: 40px 0;
    line-height: 30px;
    color: #323232;
    overflow: hidden;
    display: block;
}

.page i {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin: 0 2px;
    color: #323232;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #d1d1d1;
    cursor: pointer;
}

.page i:hover {
    background: #f5f4f4;
}

.page i.active {
    color: #fff;
    background: #1f6bc3;
    border: 1px solid #1f6bc3;
}

/*.page a {display: inline-block; height: 30px; width: 30px; margin: 0 2px; text-align: center; color: #323232; vertical-align: top; border: 1px solid #d1d1d1; zoom: 1; float:none;}*/
.page a:hover {
    background: #f5f4f4;
}

.page a.active {
    color: #fff;
    background: #1f6bc3;
    border: 1px solid #1f6bc3;
}

.page a.pageD {
    width: 28px;
    height: 32px;
    border: none;
    margin: 0 -4px;
}

/*cot*/
.contcot {
    min-height: 400px;
}

.contcot p {
    line-height: 32px;
    font-size: 14px;
    padding-bottom: 16px;
    color: #666;
}

.contcot h2 {
    line-height: 32px;
    font-size: 20px;
    text-align: center;
}

.contcot .details {
    width: 100%;
    height: 48px;
    text-align: center;
    overflow: hidden;
}

.contcot .details span {
    line-height: 48px;
    font-size: 14px;
    text-align: center;
    margin-right: 16px;
    color: #999;
}

.contcot .page1 {
    width: 908px;
    padding-top: 22px;
    border-top: 1px solid #cecece;
    clear: both;
}

.contcot .page1 li {
    font-size: 14px;
    width: 100%;
    float: left;
    line-height: 32px;
}

.contcot .page1 .next {
    font-size: 14px;
    text-align: left;
    margin-bottom: 24px;
}

/*jjy*/
.contabout {
    min-height: 742px;
}

.contabout {
    line-height: 32px;
    font-size: 14px;
    margin-bottom: 32px;
}

/*pic_list*/
.piclist {
    width: 950px;
    overflow: hidden;
}

.piclist ul li {
    width: 280px;
    margin: 0px auto;
    padding-right: 32px;
    display: block;
    float: left;
    margin-bottom: 32px;
}

.piclist .img {}

.piclist .name {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #000;
    display: block;
}

/*list_2*/
.contRWrap_a {
    width: 911px;
    overflow: hidden;
    clear: both;
    display: block;
}

.contRWrap_a li {
    width: 903px;
    height: 168px;
    border: 1px solid #e0dfda;
    box-shadow: 0px 1px 6px 0px #dfdfdf;
    margin-bottom: 32px;
}

.contRWrap_a .txt_img {
    width: 235px;
    height: 168px;
}

.contRWrap_a .txt_img img {
    width: 235px;
    height: 168px;
    vertical-align: middle;
}

.contRWrap_a .txt_cot {
    width: 668px;
    height: 168px;
}

.contRWrap_a .txt_cot .cot_bt .bttime {
    float: right;
    width: 64px;
    height: 66px;
    background: #ec6532;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.contRWrap_a .txt_cot .cot_bt .bttime .day {
    display: block;
    width: 64px;
    text-align: center;
    font-size: 30px;
    line-height: 32px;
    margin-top: 8px;
}

.contRWrap_a .txt_cot .cot_bt h3 {
    width: 556px;
    height: 66px;
    line-height: 66px;
    margin: 0 24px;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
}

.contRWrap_a .txt_cot .cot_bt h3 a {
    display: block;
    color: #755d37;
}

.contRWrap_a p {
    width: 620px;
    margin: 0 24px;
    font-size: 12px;
    line-height: 24px;
    margin-top: 16px;
    color: #999;
}





/*捐赠�?*/
.jzy {}

.jzy table {
    border-collapse: collapse;
}

.jzy table tr td {
    line-height: 46px;
    border-collapse: collapse;
    border: 1px #e6e6e6 solid;
}


/***************校友捐赠-我要捐赠*****************/
.givingMy {
    padding: 0 20px 32px 20px;
}

.givingMyH p {
    color: #666;
    line-height: 28px;
}

.givingMyInner {
    width: 500px;
    height: auto;
    margin: 0 auto;
    margin-top: 32px;
}

.givingMyInner .givingMyI {
    width: 100%;
    height: 30px;
    margin-bottom: 20px;
    line-height: 30px;
}

.givingMyInner .givingMyI:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
}

.givingMyInner .givingMyI span {
    display: table;
    display: block;
    display: inline-block;
    float: left;
}

.givingMyInner .givingMyI span.givingMyL {
    width: 74px;
    text-align: right;
}

.givingMyInner .givingMyI span.givingMyC {
    width: 200px;
    height: 30px;
    margin-left: 15px;
    zoom: 1;
}

.givingMyInner .givingMyI span.givingOption {
    position: relative;
}

.givingOption em {
    display: inline-block;
    width: 20px;
    height: 30px;
    position: absolute;
    background: url() no-repeat center;
    top: 0;
    right: 5px;
    z-index: 38;
    cursor: pointer;
}

.givingOption em.active {
    background: url() no-repeat center;
}

.givingSelect {
    display: none;
    width: 182px;
    padding: 0 8px;
    color: #999;
    background: #fff;
    border: 1px solid #6B190B;
    border-top: none;
    position: absolute;
    left: 0;
    top: 30px;
    z-index: 40;
}

.givingSelect li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 6px;
    border-bottom: 1px dashed #d9d9d9;
    cursor: pointer;
}

.givingSelect li:hover {
    background: #f9f9f9;
}

.givingMyInner .givingMyI span.givingMyR {
    margin-left: 12px;
    color: #ff2727;
}

.givingMyInner .givingMyI input.givingMyTxt {
    float: left;
    width: 198px;
    height: 28px;
    line-height: 28px;
    text-indent: 10px;
    border: 1px solid #d9d9d9;
    zoom: 1;
}

.givingMyInner .givingMyI input.active {
    border: 1px solid #6B190B;
}

.givingDx i {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-top: 7px;
    margin-right: 5px;
    background: url() no-repeat center;
    vertical-align: top;
}

.givingDx i.active {
    background: url() no-repeat center;
}

.givingDx em {
    display: inline-block;
    margin-right: 18px;
}

.givingMyY {
    display: none;
    width: 100%;
    height: auto;
}

.givingMyZ {
    width: 100%;
    height: 62px;
    line-height: 62px;
    margin-bottom: 20px;
}

.givingMyZ:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
}

.givingMyZ span {
    display: table;
    float: left;
}

.givingMyZ span.givingMyL {
    width: 74px;
    text-align: right;
}

.givingZf {
    margin-left: 15px;
    width: 325px;
}

.givingZf:after {
    display: block;
    clear: both;
    content: "";
    overflow: hidden;
}

.givingZf em {
    display: table;
    float: left;
    width: 140px;
    height: 56px;
    line-height: 56px;
    margin-right: 18px;
    text-align: center;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
}

.givingZf em {
    vertical-align: middle;
}

.givingZf em img {
    margin-top: 3px;
}

.givingZf em.active {
    border: 1px solid #1f6bc3;
}

.givingMySure {
    width: 100%;
    height: 36px;
}

.givingMySure input {
    width: 160px;
    height: 36px;
    margin-left: 90px;
    line-height: 36px;
    color: #fff;
    background: #ffac29;
    border-radius: 4px;
    cursor: pointer;
}

.givingMySure input:hover {
    background: #ff7529;
}

/*校友分会*/
.fhlist {
    width: 910px;
    margin-top: -12px;
    margin-bottom: 32px;
}

.fhlist .xyfh_txt {
    overflow: hidden;
    clear: both;
    width: 940px;
}

.fhlist .xyfh_txt li {
    float: left;
    width: 312px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fhlist .xyfh_txt li img {
    vertical-align: middle;
    margin: 0 16px 0 0;
}
