.NewsShowDiv{
    width: 100%;
}


.Crumb a{
    line-height: 60px;
    font-size: 18px;
}

.Content{
    float: left;
    width: calc(100% - 298px);
    margin-right: 40px;
}

.Content .title{
    text-align: center;
    width: 100%;
    line-height: 60px;
    display: block;
    font-size: 20px;
    font-weight: normal;
}

.Content .time{
    color: #999;
    font-size: 14px;
    line-height: 40px;
    float: right;
}

.Content .txtContent{
    font-size: 16px;
    line-height: 38px;
    text-align: justify;

}
.Content .txtContent p{
    text-indent: 2em;
}

.Content .txtContent img{
    width: 96%;
    margin: 10px auto;
    display: block;
}

.LeftUl{
    float: right;
}

.LeftUl ul li{

    width: 240px;
    margin-right: 40px;
    font-size: 16px;
    margin: 20px 0px;
    overflow: hidden;
    word-wrap: break-word;
    white-space:nowrap;
    transition: all 0.4s ease 0s;
    border: 1px solid #ccc;
    padding: 4px;
}

.LeftUl ul li div{
    width: 100%;
    z-index: -1;
    display: block;
    margin-bottom: -40px;
    overflow: hidden;

}
.LeftUl ul li div img{
    width:100%;
}

.LeftUl ul li:hover{
    margin-left: -30px;
   
}

.LeftUl ul li p:hover{
    color: rgba(0, 150, 136, 1);
}

.LeftUl ul li p{
    line-height: 40px;
    color: #fff;
    display: inline-block;
    width: 100%;
    text-indent: 10px;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease 0s;
}

