/*新闻*/
.news {
    background: url("../images/bg1.jpg");
    background-size: cover;
    padding-top: 60px;
}

.news .news_title {
    height: 80px;
    text-align: center;
}

.news .news_title img {
    height: 100%;
    width: auto;
}

.news .news_content {
    height: 400px;
    margin: 40px 0px;
    display: flex;
    justify-content: space-between;
    box-shadow: 1px 0px 16px #d3cbcb;
    padding: 50px;
    border-radius: 5px;
}

.news .news_left {
    width: 550px;
    height: 100%;
}

.news .news_item {
    position: relative;
    border-bottom: 1px dashed #dacdcd;
    padding: 6px 0px;
}

.news .news_item h3 {
    font-size: 16px;
    line-height: 2;
    width: 85%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .news_item a:hover {
    color: #E11111;
}

.news .news_item p {
    line-height: 2;
    height: 56px;
    color: #8e8b8b;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .news_item span {
    position: absolute;
    right: 5px;
    top: 10px;
}

.news .news_right {
    width: 500px;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news .news_right img {
    width: 100%;
    height: auto;
}

.news .news_right_title {
    position: absolute;
    height: 55px;
    background: #00000085;
    width: 100%;
    bottom: 0px;
    color: white;
    padding: 10px 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/*联系我们*/
.link_title {
    height: 80px;
    text-align: center;
    margin: 60px 0px 40px 0px;
}

.link_title img {
    height: 100%;
    width: auto;
}

.link_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link_content .link_left {
    width: 600px;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
    border-right: 1px solid black;
}

.link_content .link_left p {
    line-height: 2.5;
}

.link_content .link_right {
    width: 600px;
    height: 100%;
    text-align: center;
}

.link_content .link_right h3 {
    font-size: 22px;
}

.link_content .link_right p {
    font-size: 16px;
    margin-bottom: 20px;
}

#form .quote_title {
    height: 310px;
}

#form .quote_title .quote_right_team {
    min-height: 50px;
}

#form .quote_title .quote_right_team span {
    font-size: 16px;
    color: white;
    letter-spacing: 10px;
}

#form .quote_title .quote_right_team input {
    height: 35px;
    outline: 0;
    width: 400px;
    padding: 5px 15px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #dadada;
}

#form .quote_title .quote_right_team textarea {
    width: 400px;
    padding: 16px 15px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 5px;
    overflow-x: hidden;
    resize: none;
    margin-bottom: 10px;
    border: 1px solid #dadada;
}

#form .quote_title .submit {
    padding: 10px 0px;
}

#form .quote_title .submit button {
    background: #653218;
    color: white;
    cursor: pointer;
    height: 45px;
    width: 400px;
    font-size: 14px;
    border-radius: 5px;
}

#form .quote_title .submit button:hover {
    color: #afadad;
}
