*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    color: #333333;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
.clear{
    clear: both;
}
.banner {
    background: url(../banner.png) no-repeat top center;
    width: 100%;
    height: 800px;
    min-width: 1200px;
}

.center{
    width: 1200px;
    margin: -100px auto;
}
.headlines {
    width: 100%;
    height: 114px;
    margin-top: 20px;
}

.headlines-content h1 {
    text-align: center;
    color: #0a539e;
    font-size: 40px;
    position: relative;
    top: -15px;
}
.headlines-content h1 a{
    color: #6c440a;
}

.headlines-content p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #111111;
    margin: -10px 0 0 0;
}

/*轮播图*/
.focus_top {
    width: 1200px;
    height: 450px;
    margin: 30px auto 0;
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.focus_top .hd {
    width: 550px;
    height: 450px;
    position: absolute;
    right: 0;
    z-index: 10;
}

.focus_top .hd ul {
    width: 550px;
    float: right;
}

.focus_top .hd ul li {
    height: 110px;
    float: left;
    background-color: #f3f3f3;
    transition: background-color .1s linear, color .1s linear;
}

.focus_top .hd ul li + li {
    margin-top: 3px;
}

.focus_top .hd ul li:first-child + li {
    margin-top: 4px;
}

.focus_top .hd ul li b {
    width: 74px;
    height: 110px;
    line-height: 110px;
    float: left;
    background-color: #e7e7e7;
    text-align: center;
    font-size: 28px;
    transition: background-color .1s linear, color .1s linear;
}

.focus_top .hd ul li div {
    width: 476px;
    height: 110px;
    padding: 0 20px;
    box-sizing: border-box;
    float: right;
    display: flex;
    align-content: end;
}

.focus_top .hd ul li div h2 {
    font-size: 22px;
    max-height: 89px;
    padding-top: 26px;
    line-height: 30px;
    text-align: justify;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.focus_top .hd ul li.on {
    background-color: #b61d22;
}

.focus_top .hd ul li.on b {
    background-color: #901317;
}

.focus_top .hd ul li.on b,
.focus_top .hd ul li.on div h2 {
    color: #fff;
}

.focus_top .hd ul li:hover {

}

.focus_top .bd {
    width: 650px;
    height: 600px;
    position: relative;
    z-index: 1;
}

.focus_top .bd li {
    position: relative;
    zoom: 1;
    vertical-align: middle;
}

.focus_top .bd li .pic {
    position: relative;
    z-index: 0;
}

.focus_top .bd li .pic img {
    width: 650px;
    height: 450px;
    vertical-align: bottom;
}

/*记者小康行*/
.section2 {
    width: 1200px;
    margin: 100px auto 0 auto;
}
.jmtp {
    width: 1200px;
    height: 460px;
    float: left;
    margin: 30px 0 0 0;
}
.jm_left {
    width: 552px;
    height: 460px;
    float: left;
    position: relative;
}
.jme {
    width: 552px;
    height: 460px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.jm_nav {
    width: 552px;
    height: 40px;
    float: left;
    background: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}
.jm_nav a {
    color: #fff;
}

.jm_right {
    width: 648px;
    height: 460px;
    float: left;
}
.ybtj {
    width: 315px;
    height: 225px;
    float: left;
    margin: 0 0 10px 9px;
    position: relative;
}
.yb_pic {
    width: 315px;
    height: 225px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}
.short {
    width: 315px;
}
.jm_left .jme img{
    width: 552px;
    height: 460px;
}
.ybtj .yb_pic img{
    width: 315px;
    height: 225px;
}


/*以案说法*/
.news3{
    margin-top: 100px;
}
.qxrcNr {
    width: 580px;
    float: left;
    height: 390px;
    background: url(../fxpl-round.png) no-repeat;
    margin: 20px 0 0 0;
}
.mb25px {
    margin-bottom: 25px;
}
.qxrcBj {
    width: 564px;
    height: 114px;
    float: right;
    background: url(../fxpl-bg.png) no-repeat;
}
.qxrcBj p {
    width: 508px;
    float: left;
    margin: 12px 0 0 30px;
    font-size: 22px;
    height: 24px;
    font-family: "Microsoft YaHei";
    line-height: 24px;
    overflow: hidden;
}
.qxrcBj span {
    width: 508px;
    float: left;
    font-size: 16px;
    color: #888;
    margin: 5px 0 0 30px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}
.qxrcBj span a {
    color: #cf3d06;
}
.qxrcBj {
    width: 564px;
    height: 114px;
    float: right;
    background: url(../fxpl-bg.png) no-repeat;
}


.white {
    color: white;
    background: url(../tt_02.png) repeat-x;
    height: 48px;
    width: 1200px;
    margin: 100px auto 20px;
    position: relative;
    z-index: 100;
}
.news3 {
    width: 1200px;
    margin: 100px auto 0;
}



.footer {
    margin-top: 50px;
    border-top: 1px solid #c9c9ca;
    padding: 15px 0 15px 0;
    background-color: #f8f8f8;
    text-align: center;
    line-height: 25px;
    color: #333;
    font-size: 14px;
}