
.Top {
    border-bottom: 2px solid #f0f0f0;
    padding: 0 0 20px 0;
}
.Newslist .Article .Top h1 {
    font-size: 25px;
}
.Top .info {
    display: flex;
    font-size: 14px;
    margin-top: 10px;
}
.Top .info span {
    margin-right: 20px;
}
.content {
    margin-top: 20px;
    text-align: left;
    line-height: 1.8;
}
.content strong {
		line-height: 35px;
		font-size: 22px;
    font-weight: 500;
}
.content img {
    margin-bottom: 30px;
}
.content {
    margin-top: 20px;
    text-align: left;
    line-height: 1.8;
}
.prevandnext {
    width: 100%;
    float: left;
    height: auto;
    margin-top: 20px;
		color: #666;
		padding-bottom: 50px;
}
.prevandnext div{
	padding: 5px 0px;
}
.tag-top{
    width: 100%;
    overflow: hidden;
}
.tagLeft{
    width: 80px;
    height: 80px;
    float: left;
}
.tagRight{
    width: 200px;
    height: 80px;
    float: left;
    margin-left: 20px;
    padding-top: 10px;
}
.tagRight h1{
    width: 100%;
    line-height: 40px;
    height: 40px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.tagRight p{
    width: 100%;
    line-height: 30px;
    height: 30px;
    text-align: left;
    margin: 0;
    padding: 0;
}
.tagHead{
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: 50px;
}
.tagHead p{
    margin: 0;
    padding: 0;
}
.tagHead p span{
    display: block;
    width: 120px;
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid blue;
}
.tagContent{
    width: 100%;
    padding: 10px 0 10px 0px;
    overflow: hidden;
}
.tagList .imgLeft{
    width: 270px;
    height: 180px;
    float: left;
}
.tagList .imgLeft img{
    width: 100%;
    height: 100%;
}
.listCnt{
    width: 470px;
    height: 180px;
    margin-left: 10px;
    float: right;
}
.listCnt li{
    line-height: 25px;
}
.title h2 b,.title h2{
    font-weight: 400!important;
    font-size: 24px;
}
.tagLeft p{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    color: white;
    background-color: #3290f5;
    line-height: 80px;
    text-align: center;
    font-size: 26px;
}
@media screen and (max-width: 768px){
  .content img {
    width: 100%;
}
.tagHead {
    margin-top: 30px;
}
.tagList .imgLeft{
    width: 100%;
}
.tagList .imgLeft img{
    height: auto;
}
.listCnt{
    width: 100%;
}
.listCnt ul{
    padding-top: 30px;
    width: 100%;
}
}
