@charset "utf-8";
.headbox{
    width:100%;
    min-width: 1200px;
    height: 425px;
    background: url(../images/head_back.png)  no-repeat;
    background-size: 100% 100%;
}

.content-max{
    width: 100%;
    min-width: 1200px;
    background: #f1f1f1;
    padding-top: 20px;
    padding-bottom: 40px;
}

.content-1200{
    width: 1200px;
    margin:0 auto;
}

.list-min{
    width: 550px;
    height: 322px;
    float: left;
    margin-right:20px;
    margin-top: 20px;
    padding: 0 20px;
    background: #fff;
}

.content-max .list-min:nth-child(2n){
    margin-right:0px;
}

  .dongtai-top {
    margin-bottom: 10px;
}

.dongtai-top{
    height: 52px;
    border-bottom: 1px solid #d9d9d9;
}

.dongtai-top img{
    width: 35px;
    height: 30px;
    float: left;
    border-bottom: 1px solid #1a71a3;
    padding-bottom: 9px;
    padding-right: 10px;
    margin-top: 13px;
}
.dongtai-top h3{
    float: left;
    color: #1a71a3;
    font-size: 18px;
    font-weight: bold;
    line-height: 52px;
    border-bottom: 1px solid #1a71a3;
    position: relative;
}

.dongtai-top a {
    float: right;
    color: #666666;
    font-size: 14px;
    line-height: 53px;
}

/*.list{
    width: 100%;
    height: 113px;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 20px;
}*/


.dt_list{
    width: 100%;
    height: 113px;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 20px;
}

.dt_list .date{
    width: 83px;
    float: left;
}
.dt_list .date .top {
    width: 100%;
    height: 40px;
    background-color: #13568f;
    border-radius: 3px 3px 0px 0px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.dt_list .date .bottom{
    width: 100%;
    height: 40px;
    background-color: #eeeeee;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #13568f;
}

.dt_list .title{
    width: 434px;
    float: right;
}

.dt_list .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: #13568f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dt_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_list .title p a{
    color: #1396d2;
    display: block;
}

.dt_list .title span a{color: #13568f;}


.list li a .title .dian {
    width: 5px;
    height: 5px;
    float: left;
    background: #999999;
    background-size: 100% 100%;
    margin-top: 23px;
    margin-right: 6px;
    margin-left: 10px;
}

.list li {
    width: 100%;
    height: 40px;
}

.list li a {
    display: block;
}

.list li a .title {
    width: 80%;
    height: 40px;
    float: left;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0px;
}

.list li:hover a .title{
    color: #13568f;
}

.list li:hover .title .dian{
    background: #13568f;
}

.list li a span {
    width: 17.5%;
    height: 40px;
    float: right;
    font-size: 16px;
    line-height: 52px;
    letter-spacing: 0px;
    color: #666666;
}


.item{
    width: 265px;
    height: auto;
}
.item img{
    width: 256px;
    height: 165px;
}
.item .bottom{
    width: 100%;
    height: 43px;
}
.item .bottom a p{
    width: 61%;
    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;
}