*{
    margin: 0;
    padding: 0;
}

ul li{
    list-style: none;
}

.clearFix:after{
    content:"";
    display: block;
    clear: both;
}

.new_article_left{
    width: 300px;
    float: left;
}

.new_article_left .box1{
    border: 1px solid #dddddd;
    box-sizing: border-box;
    padding-bottom: 15px;
}

.new_article_left .box1 .t1{
    font-size: 24px;
    color: #0fa1a8;
    font-weight: bold;
    text-align: center;
    padding-top: 18px;
}

.new_article_left .box1 .t1:after{
    content: "";
    display: block;
    width: 230px;
    height: 1px;
    background: #dddddd;
    margin: 10px auto 0;
}

.new_article_left .box1 .t2{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.new_article_left .box1 .t3{
    text-align: center;
    margin-top: 10px;
}

.new_article_left .box1 .t4{
    width: 269px;
    margin: 15px auto 0;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
    text-indent: 2em;
}

.new_article_left .box2{
    margin-top: 16px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 20px 0;
}

.new_article_left .box2 .t1{
    font-size: 18px;
    color: #0fa1a8;
    font-weight: bold;
    margin-left: 12px;
}

.new_article_left .box2 .t2{
    width: 274px;
    height: 1px;
    background: #dddddd;
    margin-left: 12px;
    margin-top: 10px;
}

.new_article_left .box2 .t2:after{
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #0fa1a8;
}

.new_article_left .box2 .t3 .slideBox{
    width:298px;
    overflow:hidden;
    position:relative;
    margin-top: 20px;
}

.new_article_left .box2 .t3 .slideBox .bd{
    position:relative;
    height:100%;
    z-index:0;
}

.new_article_left .box2 .t3 .slideBox .bd li{
    zoom:1;
    vertical-align:middle;
}

.new_article_left .box2 .t3 .slideBox .bd li p{
    width: 274px;
    margin: 15px auto 0;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-indent: 2em;
}

.new_article_left .box2 .t3 .slideBox .bd li p a{
    color: #fe0101;
}

.new_article_left .box2 .t3 .slideBox .bd img{
    width:298px;
    height:268px;
}

.new_article_left .box2 .t3 .slideBox .prev{
    width: 20px;
    height: 32px;
    background: url("../images/zuo.png")no-repeat;
    position: absolute;
    left: 13px;
    top:90px;
    z-index: 1;
}

.new_article_left .box2 .t3 .slideBox .next{
    width: 20px;
    height: 32px;
    background: url("../images/you.png")no-repeat;
    position: absolute;
    right: 13px;
    top:90px;
    z-index: 1;
}

.new_article_left .box2 .t3 .btn a{
    display: inline-block;
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.new_article_left .box2 .t3 .btn a.a1{
    background: #fe0101;
    margin-left: 30px;
}

.new_article_left .box2 .t3 .btn a.a2{
    background: #ff9801;
    margin-left: 15px;
}

.new_article_left .box3{
    margin-top: 16px;
    padding: 20px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.new_article_left .box3 .t1{
     color: #0fa1a8;
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
}

.new_article_left .box3 .t2{
    width: 274px;
    height: 1px;
    background: #dddddd;
    margin-left: 12px;
    margin-top: 10px;
}

.new_article_left .box3 .t2:after{
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #0fa1a8;
}

.new_article_left .box3 .t3{
    text-align: center;
    margin-left: 12px;
    margin-top: 18px;
}

.new_article_left .box3 .t3 img{
    display: block;
}

.new_article_left .box4{
    margin-top: 16px;
    padding: 20px 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.new_article_left .box4 .t1{
    color: #0fa1a8;
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
}

.new_article_left .box4 .t2{
    width: 274px;
    height: 1px;
    background: #dddddd;
    margin-left: 12px;
    margin-top: 10px;
}

.new_article_left .box4 .t2:after{
    content: "";
    display: block;
    width: 72px;
    height: 1px;
    background: #0fa1a8;
}

.new_article_left .box4 .t3{
    margin-top: 20px;
}

.new_article_left .box4 .focusBox {
    position: relative;
    width:298px;
    height:160px;
    overflow: hidden;
}

.new_article_left .box4 .focusBox .pic img {
    width:298px;
    height:160px;
    display: block;
}

.new_article_left .box4 .focusBox .prev{
    width: 20px;
    height: 32px;
    background: url("../images/zuo.png")no-repeat;
    position: absolute;
    left:13px;
    top:67px;
}

.new_article_left .box4 .focusBox .next{
    width: 20px;
    height: 32px;
    background: url("../images/you.png")no-repeat;
    position: absolute;
    right:13px;
    top:67px;
}

.new_article_left .box4 .t4 ul li{
    float: left;
    width: 60px;
    text-align: center;
    margin-right: 10px;
    margin-top: 20px;
}

.new_article_left .box4 .t4 ul li:first-child{
    margin-left: 13px;
}

.new_article_left .box4 .t4 ul li p{
    font-size: 14px;
    color: #333;
    text-align: center;
    margin-top: 10px;
}


.new_article_left .box5{
    margin-top: 18px;
}

