body {
    background: url(body_bg.png) no-repeat center top;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
}

.box {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: hidden;
    background: white;
    box-shadow: 0px 0px 20px 0px rgba(223, 223, 223, 0.75);
    padding: 25px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.box .box1 {
    height: 270px;
}

.box div.sec_left {
    overflow: hidden;
    /* flex: 0 0 30%; */
    width: 320px;
}

.box div.sec_left a:hover .sec_left_box_one{
    width: 216px;
    font-size: 24px;
    margin-top: -5px;
    margin-bottom: 7px;
    margin-left: 60px;
}

.box div.sec_left a:hover .sec_left_box_two{
    font-size: 20px;
}

.sec_left_box{
    display: inline-block;
    width: 320px;
    height: 80px;
    position: relative;
    padding: 30px;
    box-sizing: border-box;
}

.sec_left_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 80px;
}

.ts_one1 {
    margin-bottom: 13px;
}

.ts_one2 {
    margin-bottom: 13px;
}

.sec_left_box_one{
    width: 210px;
    font-size: 20px;
	font-weight: bold;
	letter-spacing: 0px;
    color: #2550a4;
    position: relative;
    margin-top: -5px;
    margin-bottom: 7px;
    margin-left: 60px;

}

.sec_left_box_two{
    font-size: 14px;
	letter-spacing: 0px;
    color: #ffffff;
    position: relative;
}



.box div.sec_center {
    /* flex: 0 0 35%; */
    flex: 0 0 45%;
}

.sec_center .title a {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 20px;
    color: #999999;
    margin-right: 9px;
}

.sec_center ul.content {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 16px;
}

ul.content li {
    padding-left: 10px;
    /* flex: 0 0 100%; */
    /* display: flex; */
    justify-content: space-between;
    line-height: 44px;
    border-bottom: 1px dashed #cccc;
    background: url(./dian.jpg) no-repeat left center;
    background-size: 5px 5px;
    /* display: flex; */
    display: block;
    width: 100%;
    flex-direction: row;
    box-sizing: border-box;
}

.sec_center ul.content li a {
    /* flex: 0 0 74%; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-flex;
    width: 70%;
}

ul.content li span {
    /* flex: 0 0 23%; */
    float: right;
}

.sec_center .title{
    border-bottom: 1px solid #ccc;
    height: 40px;
    font-size: 0;
}

.box div.sec_right {
    /* flex: 0 0 30%; */
    width: 240px;
}

ul.content {
    font-size: 16px;
}

.sec_right .title a {
    display: block;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 22px;
    color: #2550a4;
    border-bottom: 1px solid #ccc;
}

.sec_right ul.content {
    height: 80%;
}

#map1 {
    width: 100%;
    height: 100%;
}

.box2 {
    margin-top: 35px;
    height: 375px;
}

.sec2_left {
    flex: 0 0 60%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.sec2_left>div {
    flex: 0 0 48%;
    overflow: hidden;
}

.box_l .title a,
.box_r .title a {
    display: block;
    width: 100%;
    height: 45px;
    font-weight: bold;
    font-size: 22px;
    color: #2550a4;
    border-bottom: 1px solid #ccc;
}

.box_l .content {
    font-size: 16px;
    text-align: left;
    overflow: hidden;
}

.box_r .content{
    font-size: 16px;
    overflow: hidden;
}
/* 
.box_r ul.content li{
    font-size: 16px;
    overflow: hidden;
} */



.box_l .content img,
.box_r .content img {
    margin: 20px 0 0 0;
    width: 100%;
    height: 240px;
}

span.zj_title,
span.ft_title {
    color: #cccc;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

span.zj_zt {
    color: #d52727;
}

span.ft_time,
span.ft_title {
    color: #999999;
}

.sec2_right {
    flex: 0 0 35%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sec2_right div {
    width: 100%;
}

.sec2_right .box2_1 {
    flex: 0 0 auto;
    height: 110px;
}

.box2_1_right_box{
    display: inline-block;
    width: 100%;
    height: 110px;
    position: relative;
    padding: 25px 29px;
    box-sizing: border-box;
}

.sec2_right .box2_1 .lyb {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.box2_1_right_one{
    font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
    color: #2550a4;
    position: relative;
    margin-top: 4px;
    margin-bottom: 7px;
}

.box2_1_right_two{
    font-size: 14px;
	letter-spacing: 0px;
    color: #2550a4;
    position: relative;
}

.sec2_right div.box2_1 a:hover .box2_1_right_one{
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 7px;
}

.sec2_right div.box2_1 a:hover .box2_1_right_two{
    font-size: 16px;
}


.sec2_right .box2_2 {
    flex: 0 0 110px;
    height: 110px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.box2_2 a {
    flex: 0 0 48%;
}

.box2_2 a .box2_2_box {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 20px 59px 20px 23px;
    box-sizing: border-box;
    overflow: hidden;
}

.box2_2_box img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.box2_2_box_one{
    font-size: 22px;
	font-weight: bold;
	letter-spacing: 0px;
    color: #2550a4;
    position: relative;
    margin-top: 4px;
    margin-bottom: 7px;
}

.sec2_right div.box2_2 a:hover .box2_2_box_one{
    font-size: 23px;
    margin-top: 0px;
    margin-bottom: 0px;
}




.sec2_right .box2_3 {
    flex: 0 0 auto;
    height: 110px;
}

.sec2_right .box2_3 .lb {
    height: 80px;
}

.sec2_right .box2_3 .lb a img {
    width: 100%;
}

.s_title {
    margin-bottom: 5px;
}


/*轮播*/


/*轮播*/

.box2_3 {
    height: 100%;
    width: 100%;
}

.box2_3 .bd {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.box2_3 .bd li {
    /* height: 100%;
    width: 100%; */
    width: 447px;
    height: 80px;
    overflow: hidden;
}

.box2_3 .bd li a {
    display: block;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.box2_3 .bd li .pic {
    display: block;
    width: 100%;
    height: 100%;
}

.box2_3 .bd li .txtbox {
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
    height: 52px;
    width: 100%;
    background: url(zoujin1.png);
    padding: 0 15px 0 10px;
    line-height: 52px;
    color: #fff;
    font-size: 17px;
    overflow: hidden;
}

.slideBox .hd {
    height: 30px;
    position: relative;
    z-index: 5;
    width: 100%;
    bottom: 0;
    overflow: hidden;
    left: 45%;
    top: 10px;
}

.box2_3 .hd li {
    float: left;
    width: 14px;
    height: 14px;
    background: #999999;
    border-radius: 50%;
}

.box2_3 .hd li.on {
    width: 14px;
    height: 14px;
    background: #2550a4;
    border-radius: 50%;
}

.box2_3 .hd li+li {
    margin-left: 10px;
}

.banner.fl {
    height: 100%;
    width: 100%;
}

/* .box a img {
    transition: .1s all;
} */

/* .box a img:hover {
    transform: scale(1.05);
} */

.tsimg_box{
    overflow: hidden;
}

.hide{
    display: none !important;
}

.sec_center .title a.change2{
    font-weight: bold;
    font-size: 22px;
    color: #2550a4;
}
/*轮播*/


/*轮播*/