@charset "utf-8";
.textmore{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-clamp {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制显示的行数为2 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 用省略号表示被截断的文本 */
}
.boxs{
    display: inline-block;
    width: 80%;
}

body {
    font-family: "Microsoft Yahei", "SimSun";
    font-size: 14px;
    color: #333;
}

a {
    color: #333;
}

a:hover {
    color: #c80000;
}


.wrapper {
    width: 100%;
    min-width: 1182px;
}

.w1182 {
    width: 1182px;
    margin: 0px auto;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Microsoft Yahei", "SimHei";
    overflow: hidden;
    font-weight: normal;
}

p {
    overflow: hidden;
}



#top {
    background: #c80000;
    height: 34px;
    line-height: 34px;
    color: #fff;
}

#top a {
    color: #f1c996;
}

#top .left {
    padding-left: 12px;
}

#top .left a {
    margin-right: 25px;
}

#top .right {
    padding-right: 12px;
}

#top .right a {
    margin-left: 25px;
}



#footer {
    background: #c80000;
}

#footer .w1182 {
    padding: 35px 0px 50px 0px;
}

#footer .links {
    border: 1px solid #dedede;
    height: 76px;
    background: #f5f5f5;
    margin-bottom: 30px;
}

#footer .links .title {
    float: left;
    height: 76px;
    line-height: 76px;
    width: 213px;
    color: #fef2b5;
    font-size: 18px;
    text-align: center;
    position: relative;
    background: #c80000;
}

#footer .links .title i {
    position: absolute;
    right: -10px;
    top: 28px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #c80000;
}

#footer .links .list {
    float: left;
    display: inline;
    margin: 17px 0px 0px 64px;
    width: 240px;
    height: 40px;
    overflow: hidden;
    background: #fff url(../image/footer-links.gif) no-repeat 210px center;
    border: 1px solid #d9d9d9;
}

#footer .links .list select {
    background: transparent;
    width: 278px;
    width: 278px\9;
    padding: 0px 15px;
    font-size: 16px;
    border: none;
    height: 40px;
    color: #666;
    font-family: "Microsoft Yahei";
    -webkit-appearance: none;
    /*for chrome*/
}



#footer .bottom .photo {
    float: left;
}

#footer .bottom .text {

    display: inline;
    margin: 0px 0px 0px 22px;
    color: #fef2b5;
}

#footer .bottom .text p {
    line-height: 22px;
}

.hd-logo {
    position: absolute;
    left: 0px;
    top: 50px;
}

.hd-search {
    position: absolute;
    right: 0px;
    top: 46px;
    width: 422px;
}

.hd-search form {
    float: left;
}

.hd-search form .text {
    float: left;
    padding: 0px 10px;
    width: 260px;
    height: 29px;
    line-height: 29px;
    color: #aaa;
    font-size: 14px;
    border: 1px solid #dcdcdc;
    border-right: none;
}

.hd-search form .sub {
    float: left;
    width: 66px;
    height: 31px;
    background: url(../image/search.gif);
    border: none;
    cursor: pointer;
}

.hd-search .link {
    float: right;
    padding-right: 5px;
    height: 31px;
    line-height: 31px;
    font-size: 13px;
    color: #c81623;
}

.hot-word {
    position: absolute;
    right: 0px;
    top: 83px;
    width: 422px;
    line-height: 20px;
}

.hot-word span {
    color: #c81623;
}

.hot-word a {
    color: #666;
    margin: 0px 10px;
}