@charset "utf-8";
body{background-color: #fbf8fb;}
.head{
    width: 100%;
    height: 317px;
    background: url(../images/head_back.png) no-repeat;
    background-size: 100% 100%;
}
.head .img{width: 1200px;margin:0 auto;padding-top: 100px;text-align: center;}
.main{
    width: 1200px;
    height: auto;
    margin:0 auto;
    margin-top: 20px;
}

.box_o .box_o_l{
    float: left;
    width: 550px;
    height: 324px;
    padding:0 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px 0px 
        rgba(0, 0, 0, 0.1);
}

.box_o .box_o_r{
    float: right;
    width: 550px;
    height: 324px;
    padding:0 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px 0px 
        rgba(0, 0, 0, 0.1);
}
.head_line{
    width: 100%;
    height: 58px;
    border-bottom: 1px solid #eeeeee;
    line-height: 58px;
    margin-bottom: 17px;
}

.head_line i {
    width: 5px;
    height: 24px;
    background: #1396d2;
    float: left;
    margin-right: 5px;
    margin-top: 18px;
}

.head_line span{
    width:50px;
    height: 58px;
    border-bottom: 1px solid #1396d2;
    line-height: 58px;
    float: left;
    font-size: 18px;
    font-weight:bold;
    color: #1396d2;
}

.head_line a{
    color: #999999;
    font-size: 12px;
    line-height: 58px;
    height: 58px;
    float: right;
}

.box li a{
    display: block;
    line-height: 46px;
    overflow: hidden;
}
.box li a p {
    float: left;
    color: #333333;
    font-size: 16px;
    line-height: 46px;
    width: 420px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.box li a p i {
    width: 5px;
    height: 5px;
    background-color: #e1dfdf;
    margin-right: 10px;
    float: left;
    margin-top: 21px;
}

.box li a small {
    float: right;
    color: #666666;
    font-size: 14px;
}
.box li:hover i{
    background-color: #1396d2;
}

.box li:hover a p{
    color: #4ba6d8;
    text-decoration:underline;
}

.dt .list{
    width: 100%;
    height: 113px;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 20px;
}

.list .date{
    width: 83px;
    float: left;
}
.list .date .top {
    width: 100%;
    height: 40px;
    background-color: #1396d2;
    border-radius: 3px 3px 0px 0px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.list .date .bottom{
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #1396d2;
}

.list .title{
    width: 434px;
    float: right;
}

.dt .title p{
    width: 368px;
    height: 32px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #1396d2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.list .title span{    
    width: 426px;
    height: 46px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #666666;
    display: block;
}

.dt .title p a{
    color: #1396d2;
    display: block;
}

.dt .title span a{color: #1396d2;}

.box_t{
    width: 1160px;
    height: auto;
    padding:0 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px 0px 
        rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    margin-bottom: 20px;
}
.box_t .min{
    width: 48%;
    /*border-right: 1px solid #1396d2;
    float: left;*/
}
.no_border{
    border-right:none !important;
}

.boder_c{
    width: 20px;
    height: 222px;
    border-right: 1px solid #1396d2
}


.box_s .box_o_l {
    float: left;
    width: 550px;
    height: 324px;
    padding: 0 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}

.box_s .box_o_r {
    float: left;
    width: 550px;
    height: 324px;
    padding: 0 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.item{
    width: 265px;
    height: auto;
}
.item img{
    width: 256px;
    height: 165px;
}
.item .bottom{
    width: 100%;
    height: 43px;
}
.item .bottom a p{
    width: 100%;
    font-size: 14px;
    line-height: 43px;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.item .bottom a{
    color: #333333;
}

.item .bottom a span{
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #666666;
    float: left;
    line-height: 43px;
    text-align: center;
}

.right_im{
    float: right !important;
}