.container > .wrap {
    overflow: hidden;
    padding-bottom: 35px;
}

.hm-title {
    padding-left: 45px;
    padding-top: 3px;
    height: 51px;
    padding-right: 17px;
    font-size: 14px;
    line-height: 46px;
    color: #4e4e4e;
    position: relative;
    background: url("../images/tBg.png") no-repeat left top;
    background-size: 100% 100%;
}

.hm-title:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    background: url("../images/i1.png") no-repeat 0px -109px;
    position: absolute;
    left: 18px;
    top: 50%;
    margin-top: -9px;
}

.hm-title a {
    float: right;
}

.hm-title a:hover {
    color: #2e3289;
}

.hm-fl {
    width: 702px;
}

.hm-fl .hm-title {
    background-image: url("../images/lBg1.png") /*tpa=http  ://izdst.com/images/lBg1.png*/;
}

/* search */
.search {
    width: 350;
    height: 29px;
    margin-right: 6px;
    padding-top: 8px;
}

.search-form {
    overflow: hidden;
}

.search-form .search-input {
    width: 255px;
    height: 29px;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    background-color: #fff;
    float: left;
    padding: 0px 6px 0px 10px;
    outline: none;
    font-size: 14px;
    line-height: 29px;
    border: none;
    border: 1px solid #8c9899;
    box-shadow: inset 0 0px 2px 1px rgba(0, 0, 0, 0.4);
}

.search-form .search-btn {
    float: left;
    width: 95px;
    height: 29px;
    border: none;
    cursor: pointer;
    text-indent: -999em;
    background: url("../images/btn.png") /*tpa=http://izdst.com/images/btn.png*/ no-repeat left center;
}

.hm-pro ul {
    overflow: hidden;
    padding: 26px 0 37px 0;
    background: url("../images/lBg.png") /*tpa=http://izdst.com/images/lBg.png*/ no-repeat left top;
    background-size: 100% 100%;
}

.hm-pro ul li {
    float: left;
    width: 50%;
    margin-bottom: 28px;
    padding: 0 0 0 18px;
    position: relative;
}

.hm-pro ul li a {
    display: block;
    overflow: hidden;
}

.hm-pro ul li img {
    float: left;
    margin-right: 12px;
}

.hm-pro ul li h1 {
    font-size: 14px;
    line-height: 24px;
    color: #313131;
    padding-top: 10px;
}

.hm-pro ul li h1 em {
    display: block;
    font-size: 18px;
    color: #7a7a7a;
}

.hm-pro ul li span {
    font-size: 12px;
    line-height: 12px;
    color: #b7b7b7;
    position: absolute;
    left: 151;
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.hm-pro ul li:hover span {
    color: #0067b3;
}

.hm-fr {
    width: 285px;
}

.lists {
    width: 100%;
    height: 405px;
    padding: 0 16px;
    overflow: hidden;
    background: url("../images/rBg.png") /*tpa=http://izdst.com/images/rBg.png*/ no-repeat left top;
    background-size: 100% 100%;
}

.news-lists {
    margin-bottom: 12px;
}

.lists li {
    height: 94px;
    border-bottom: 1px dashed #a9a9a9;
}

.lists li h1 {
    font-size: 14px;
    line-height: 18px;
    color: #444343;
    padding-top: 20px;
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}

.lists li p {
    font-size: 12px;
    line-height: 18px;
    color: #979797;
}

.lists li:hover h1 {
    color: #2e3289;
}

.lists li img {
    float: left;
    margin: 17px 8px 0 4px;
}

/**/
