@charset "UTF-8";
.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}

.sub_banner {
    height: 120px;
    margin-bottom: 10px;
}

.sub_banner img {
    width: 100%;
    height: 100%;
}

.sub_content {
    width: 100%;
    background: #fff;
    padding-bottom: 33px;
}

.sub_content .sub_content_center {
    width: 1200px;
    margin: 0 auto;
}

.sub_content .sub_content_center .sub_content_left {
    width: 200px;
}

.sub_content .sub_content_center .sub_content_left .sub_content_left_title {
    height: 40px;
    background: #F2F7FF;
    line-height: 40px;
    color: #1081D9;
    padding: 0 10px;
}

.sub_content .sub_content_center .sub_content_left .sub_content_left_title h2 {
    display: inline-block;
    width: 80%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.sub_content .sub_content_center .sub_content_left .sub_content_left_title span {
    display: inline-block;
    width: 20%;
    height: 100%;
    text-align: right;
    float: right;
}

.sub_content .sub_content_center .sub_content_left .hot_news {
    box-sizing: border-box;
    min-height: 300px;
    background: #fff;
    margin-top: 20px;
    border: solid 1px #F2F7FF;
}

.sub_content .sub_content_center .sub_content_left .hot_news .hot_news_top {
    height: 40px;
    background: #F2F7FF;
    padding: 0 10px;
}

.sub_content .sub_content_center .sub_content_left .hot_news .hot_news_top h3 {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #1081D9;
    line-height: 40px;
}

.sub_content .sub_content_center .sub_content_left .hot_news .hot_news_list {
    margin-top: 10px;
    padding: 0 10px;
}

.sub_content .sub_content_center .sub_content_left .hot_news .hot_news_list > ul li {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #424242;
}

.sub_content .sub_content_center .sub_content_left .hot_news .hot_news_list > ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sub_content .sub_content_center .sub_content_left .hot_news .hot_news_list > ul li a img {
    display: inline-block;
    width: 16px;
    height: 8px;
    float: left;
    margin-top: 4px;
}

.sub_content .sub_content_center .sub_content_left .hot_news .hot_news_list > ul li a span {
    display: inline-block;
    width: 152px;
    height: 100%;
    float: left;
    margin-left: 10px;
    padding-bottom: 5px;
    border-bottom: dashed 1px #eee;
}

.sub_content .sub_content_center .sub_content_left .hot_news .hot_news_list > ul li a:hover {
    color: #1081D9;
}

.sub_content .sub_content_center .sub_content_left .lxxx {
    height: 180px;
}

.sub_content .sub_content_center .sub_content_left .lxxx .hot_news_list > ul li {
    height: 30px;
    margin-bottom: 5px;
    font-size: 14px;
}

.sub_content .sub_content_center .sub_content_left .lxxx .hot_news_list > ul li span {
    display: block;
    float: left;
}

.sub_content .sub_content_center .sub_content_left .lxxx .hot_news_list > ul li span:first-child {
    width: 40%;
    color: #aaa;
}

.sub_content .sub_content_center .sub_content_left .lxxx .hot_news_list > ul li span:last-child {
    width: 60%;
    color: #757575;
}

.sub_content .sub_content_center .sub_content_left .hyzx {
    border: none;
    height: auto;
}

.sub_content .sub_content_center .sub_content_left .hyzx .hyzx_item {
    width: 200px;
    height: 58px;
}

.sub_content .sub_content_center .sub_content_left .hyzx .hyzx_item a img {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sub_content .sub_content_center .sub_content_left .hyzx .hyzx_item a img:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.sub_content .sub_content_center .sub_content_left .hyzx .hyzx_item:nth-child(2) {
    margin: 10px 0;
}

.sub_content .sub_content_center .sub_content_left .hyzx .hyzx_item:nth-child(3) {
    margin-bottom: 10px;
}

.sub_content .sub_content_center .sub_content_left .hyzx .hyzx_item:nth-child(4) {
    margin-bottom: 10px;
}

.sub_content .sub_content_center .sub_content_left .hyzx .hyzx_item:nth-child(5) {
    margin-bottom: 10px;
}

.sub_content .sub_content_center .sub_content_left .xhgk {
    margin: 0;
    height: 280px;
}

.sub_content .sub_content_center .sub_content_left .xhgk > ul li {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    color: #424242;
    cursor: pointer;
    padding: 0 10px;
}

.sub_content .sub_content_center .sub_content_left .xhgk > ul li:hover {
    color: #1081D9;
    background: #f2f2f2;
}

.sub_content .sub_content_center .sub_content_left .xhgk > ul .on {
    color: #1081D9;
    background: #f2f2f2;
}

.sub_content .sub_content_center .sub_content_right {
    box-sizing: border-box;
    width: 980px;
    margin-left: 20px;
    border: solid 1px #F2F7FF;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_top {
    height: 40px;
    line-height: 40px;
    background: #F2F7FF;
    padding: 0 10px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_top .home {
    color: #1081D9;
    height: 100%;
    font-size: 14px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_top .home a {
    display: inline-block;
    height: 100%;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_top .home a img {
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-top: -4px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_top .home a span {
    display: inline-block;
    box-sizing: border-box;
    height: 100%;
    padding-left: 5px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list {
    margin-top: 20px;
    padding: 0 30px 30px 30px;
    min-height: 600px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .choose {
    padding: 12px;
    font-size: 14px;
    background: #f2f2f2;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .choose .sxdq p {
    margin-right: 6px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .choose .sxdq > ul li {
    float: left;
    padding: 0 6px;
    cursor: pointer;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .choose .sxdq > ul .selected {
    color: #1081D9;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list table {
    margin-top: 15px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list table tr:nth-child(odd) {
    background: #f2f2f2;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list table th {
    line-height: 40px;
    border-left: 1px solid #fff;
    background: #1081D9;
    color: #fff;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list table td {
    line-height: 40px;
    border-left: 1px solid #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .kpdt li {
    height: 40px;
    line-height: 40px;
    border-bottom: dashed 1px #eee;
    margin-top: 8px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .kpdt li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .kpdt li a .news_title {
    display: inline-block;
    width: 700px;
    color: #424242;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/newslist_icon.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .kpdt li a .publish_date {
    font-size: 14px;
    color: #bdbdbd;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .kpdt li a:hover .news_title,
.sub_content .sub_content_center .sub_content_right .sub_content_right_list .kpdt li a:hover .publish_date {
    color: #1081D9;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .hyzj li {
    height: 40px;
    line-height: 40px;
    border-bottom: dashed 1px #eee;
    margin-top: 8px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .hyzj li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .hyzj li a .news_title {
    display: inline-block;
    width: 700px;
    color: #424242;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/newslist_icon.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .hyzj li a .publish_date {
    font-size: 14px;
    color: #bdbdbd;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .hyzj li a:hover .news_title,
.sub_content .sub_content_center .sub_content_right .sub_content_right_list .hyzj li a:hover .publish_date {
    color: #1081D9;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .dsxx li {
    height: 40px;
    line-height: 40px;
    border-bottom: dashed 1px #eee;
    margin-top: 8px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .dsxx li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .dsxx li a .news_title {
    display: inline-block;
    width: 700px;
    color: #424242;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/newslist_icon.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 14px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .dsxx li a .publish_date {
    font-size: 14px;
    color: #bdbdbd;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .dsxx li a:hover .news_title,
.sub_content .sub_content_center .sub_content_right .sub_content_right_list .dsxx li a:hover .publish_date {
    color: #1081D9;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .title_txt {
    border-bottom: solid 1px #eee;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .title_txt h2 {
    font-size: 28px;
    color: #353535;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .title_txt .publish_date {
    font-size: 14px;
    color: #bdbdbd;
    text-align: center;
    margin-top: 10px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .detail_txt img {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .dt-container {
    margin: 30px 0;
    width: 100%;
    height: 530px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .wxxianlu-banner img {
    width: 100%;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .journeys-title {
    width: 100%;
    margin: 0 auto;
    height: 30px;
    line-height: 30px;
    padding: 15px 0;
    position: relative;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .journeys-title p {
    color: #198be6;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .journeys-title span {
    display: block;
    content: '';
    width: 80%;
    height: 1px;
    background: #198be6;
    position: absolute;
    right: 0;
    top: 30px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .journeys-content-text {
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .journeys-content-text p {
    text-indent: 2rem;
    line-height: 2rem;
    font-size: 16px;
}

.sub_content .sub_content_center .sub_content_right .sub_content_right_list .journeys-content-bottom {
    margin-top: 20px;
    line-height: 2rem;
    font-size: 16px;
}

.sub_content .sub_content_center .hydl_box {
    width: 517px;
    height: 321px;
    margin: 0 auto;
}

.sub_content .sub_content_center .hydl_box .hydl_box_tit {
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    font-size: 18px;
    font-weight: 600;
    color: #235fa8;
    line-height: 100px;
    padding: 0 30px;
}

.sub_content .sub_content_center .hydl_box .hydl_box_tit img {
    display: block;
    float: left;
    width: 98px;
    height: 68px;
    margin-top: 20px;
}

.sub_content .sub_content_center .hydl_box .hydl_box_tit h3 {
    float: left;
    margin-left: 30px;
}

.sub_content .sub_content_center .hydl_box .hydl_box_tit h3 span {
    opacity: 0.3;
    font-style: italic;
}

.sub_content .sub_content_center .hydl_box .hydl_box_con {
    width: 80%;
    padding-left: 40px;
    padding-right: 25px;
    margin: 0 auto;
}

.sub_content .sub_content_center .hydl_box .hydl_box_con > ul {
    margin-top: 20px;
}

.sub_content .sub_content_center .hydl_box .hydl_box_con > ul li {
    position: relative;
    line-height: 32px;
    margin-bottom: 22px;
}

.sub_content .sub_content_center .hydl_box .hydl_box_con > ul li span {
    color: #235fa8;
    font-size: 18px;
}

.sub_content .sub_content_center .hydl_box .hydl_box_con > ul li input {
    width: 68%;
    margin-left: 52px;
    box-sizing: border-box;
    vertical-align: top;
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    color: #212121;
    background: #fff;
    padding-left: 10px;
}

.sub_content .sub_content_center .hydl_box .hydl_box_con .inp_btn {
    margin-top: 6px;
    margin-left: 110px;
    width: 68%;
    height: 40px;
    line-height: 40px;
    background: #30d2a1;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
}

/*分页样式重置*/
.page_box {
    margin-top: 50px;
}

.page_box .fenye > ul li {
    border: 1px solid #757575;
    color: #757575;
}

/*# sourceMappingURL=sub_page.css.map */
