
/*row1 left*/
.row1_left {
    margin: 40px 5px;
    height: 528px;
    width: 710px;
    float: left;
}
.slideTxtBox {
    width: 710px;
}

.slideTxtBox .hd {
    height: 40px;
    position: relative;
    top: -4px;
    background: #FCF2D9;
}

.slideTxtBox .hd ul {
    display: flex;
    justify-content: space-between;
    width: 690px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
}

.slideTxtBox .hd ul li {
    display: inline-block;
    height: 40px;
    padding: 0px 10px 0px 10px ;
    cursor: pointer;

}

.slideTxtBox .hd ul li a {
    line-height: 35px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #c58e57;
}
.slideTxtBox .hd ul li a:hover {
    border-bottom: 3px solid #e73200;
}
.slideTxtBox .hd .on a {
    color: #e73200;
    font-weight: bold;
    border-bottom: 3px solid #e73200;
}
.slideTxtBox .hd ul li a span {
    font-size: 22px;
    color: #c7925d;
}

.slideTxtBox .on span {
    padding-bottom: 5px;
    color: #e73200 !important;
    border-bottom: 2px solid #e73200;
}
.slideTxtBox .bd {
    padding: 0px 15px 15px 15px;
}
.slideTxtBox .bd ul {
    width: 680px;
    overflow: hidden;
    zoom: 1;
}
.sy_news_list p {
    margin-top: 20px;
    color: #2b2b2b;
    line-height: 1.5;
}
.slideTxtBox .bd li {
    overflow: hidden;
    height: 150.5px;
    margin-bottom: 30px;
    padding-top: 30px;
    border-top: 1px solid #CCC;
}
.slideTxtBox .bd li:first-child{
    border-top: none;
}
.slideTxtBox .sy_news_list {
    width: 400px;
    float: left;
    padding-left: 20px;
}

.slideTxtBox .sy_news_list h3 {
    color: #c08948;
    font-size: 20px;
}

.slideTxtBox .bd li img {
    width: 260px;
    height: 150px;
    float: left;
}

/*row1 right*/
.row1_right {
    float: right;
    height: 528px;
    margin: 40px 5px;
}
.slideTxtBox2 {
    width: 456px;
}

.slideTxtBox2 .hd {
    height: 40px;
    position: relative;
    top: -4px;
    background: #FCF2D9;
}

.slideTxtBox2 .hd ul {
    display: flex;
    justify-content: space-between;
    width: 336px;
    margin: 0 auto;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 2px;
    overflow: hidden;
}

.slideTxtBox2 .hd ul li {
    float: left;
    width: 92px;
    height: 40px;
    padding: 0 20px 0px 20px;
    cursor: pointer;
}

.slideTxtBox2 .hd ul li a {
    line-height: 35px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    color: #c58e57;
}
.slideTxtBox2 .hd ul li a:hover {
    border-bottom: 3px solid #e73200;
}
.slideTxtBox2 .hd .on a {
    color: #e73200;
    font-weight: bold;
    border-bottom: 3px solid #e73200;
}
.slideTxtBox2 .hd ul li a span {
    font-size: 22px;
    color: #c7925d;
}

.slideTxtBox2 .on span {
    padding-bottom: 5px;
    color: #e73200 !important;
    border-bottom: 2px solid #e73200;
}
.slideTxtBox2 .bd {
    padding: 0px 15px 15px 15px;
}
.slideTxtBox2 .bd ul {
    width: 426px;
    overflow: hidden;
    zoom: 1;
}
.slideTxtBox2 .bd ul p {
    margin-top: 8px;
}
.sy_news_list p {
    margin-top: 10px;
}
.slideTxtBox2 .bd li {
    overflow: hidden;
    height: 90px;
    margin-bottom: 30px;
    padding-top: 20px;
    border-top: 1px solid #CCC;
}
.slideTxtBox2 .bd li:first-child{
    border-top: none;
}
.slideTxtBox2 .sy_news_list {
    width: 426px;
    float: left;
}

.slideTxtBox2 .sy_news_list h3 {
    color: #c08948;
    font-size: 20px;
}

.slideTxtBox2 .bd li img {
    width: 260px;
    float: left;
}

/*第二行*/
.news_row2 {
    margin-top: 10px;
    padding-bottom: 10px;
}
.news_row2 img {
    width: 100%;
}
.row2_left {
    width: 1190px;
    height: 339px;
    float: left;
    margin: 5px;
}
.newsArea {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.title_area {
    font-weight: bold;
    float: left;
    text-align: center;
}
.list_area {
    background: #fffdf1;
    width: 280px;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
    text-indent: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.list_area li {
    margin-left: 10px;
    background: url("../img/hnsj_06.jpg") left center no-repeat;
    line-height: 30px;
}
.list_area li a {
    color: #c4803c;
}
/*row2 right*/
.row2_right {
    float: right;
    margin: 5px;
}
#textbox {
    display: block;
    margin: 20px auto;
}
#submit {
    background: #e73200;
    border: none;
    display: block;
    margin: 20px auto;
    width: 70px;
    height: 26px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
    color: white;
}
.question_vote {
    margin-top: 38px;
    margin-bottom: 35px;
    font-size: 18px;
    text-align: center;
    line-height: 38px;
}
.qu {
    background: url("../img/zxzxx_19.jpg");
    width: 111px;
    height: 38px;
    float: left;
    margin-left: 20px;
}
.vote {
    background: url("../img/zxzxx_21.jpg");
    width: 111px;
    height: 38px;
    float: right;
    margin-right: 20px;
}
.question_vote a {
    color: white;
}