﻿.NewsDiv {
    width: 100%;
    padding: 80px 0px;
}

.NewsDiv .Item {
    display: flex;
    flex-wrap: nowrap;
    padding: 80px 0px;
    border-bottom: 1px dotted #999;
    cursor: pointer;

}

.NewsDiv .Item:hover{
    border-bottom: 2px dotted #000f96;
}

.NewsDiv .Item:last-child{
    border-bottom: none;
}
.NewsDiv .Item .ItemImg .DateCss {
    clear: both;
    display: flex;
    flex-wrap: nowrap;
    padding: 70px 45px;
}

.NewsDiv .Item .ItemImg .DateCss .DayCss {

    font-size: 1.6em;
    border-right: 1px solid #eee;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    padding-right: 10px;

}

.NewsDiv .Item .ItemImg .DateCss .YMCss {
    font-size: 0.6em;
    padding-left: 10px;
    line-height: 24px;
}


.NewsDiv .Item .ItemImg {
    width: 360px;
    height: 200px;
    background-color: rgb(0, 60, 146);
    margin-right: 40px;
    overflow: hidden;
    line-height: 200px;
    text-align: center;
    font-size: 3.5em;
    color: #fff;
}

.NewsDiv .Item .this{
    color: rgb(0, 60, 146);
    background-color: #eee;
}


.NewsDiv .Item .this .DateCss .DayCss{
    border-right: 1px solid rgb(0, 60, 146);
}


.NewsDiv .Item .ItemImg img {
    width: 100%;
    min-height: 200px;
}

.NewsDiv .Item .ItemTitle {
    font-size: 1.6em;
    font-weight: bold;
    line-height: 40px;
}

.NewsDiv .Item .ItemTxt {

    font-size: 1.2em;
    color: #999;
    line-height: 35px;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
}

.ItemIco {
    margin-top: 45px;
}

.ContentTitle{
    font-size: 2em;
    line-height: 70px;
}

.ContentDate{
    font-size: 1em;
    color: #999;
}

.line{
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 20px 0px;
}
.ContentTxt{
    font-size: 1em;
    color: #777;
    line-height: 30px;
    text-align: justify;
}

.ContentTxt p{
    text-indent: 2em;
    padding: 0px;
    margin: 0px;
}