/*新闻各组件的样式文件*/
#newsCategory {
    background-image: url("/mycms/templates/images/newsbg.jpg");
    background-size: cover;
}

#newsCategory a {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
}

.about-news {
    border-top: 1px solid #ff7f1e;;
    padding: 20px 40px 55px 40px;
    float: left;
}

.about-news ul {
    list-style: none;
    width: 100%;
    float: left;
}

.about-news ul li {
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #D1D1D1;
}

.about-news ul li > div {
    padding-left: 100px;
}

.about-news ul span {
    float: left;
    width: 65px;
    font-size: 20px;
    text-align: center;
}

.about-news ul h5 a {
    font-size: 18px;
    color: #d77c31;
}

.about-news ul p {
    font-size: 12px;
    line-height: 25px;
    color: #666;
    padding-right: 40px;
}

.about-news img {
    width: 780px;
    padding: 6px 0;
}

.pro-list-right {
    padding-top: 24px;
    padding-left: 40px;
}

.list-part1 h4 {
    letter-spacing: 3px;
    border-bottom: #d77c31 1px solid;
}

.list-part1 h4::after {
    display: block;
    content: '';
    width: 54px;
    height: 2px;
    background: #e20629;
}

.list-part1 ul {
    list-style: none;
}

.list-part1 ul li {
    border-bottom: #d8d8d8 1px solid;
    padding: 15px 0;
}

.list-part1 ul li a {
    transition: all 0.5s ease-in-out;
    font-size: 15px;
    font-weight: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #6b6b6b;
}

.list-part1 ul li a:hover {
    color: #d77c31;
    padding-left: 20px;
}

.list-part2 {
    margin-top: 66px;
}

.list-part2 h4 {
    letter-spacing: 3px;
    border-bottom: #d77c31 1px solid;
}

.list-part2 h4::after {
    display: block;
    content: '';
    margin-left: 75%;
    width: 50px;
    height: 2px;
    background: #e20629;
}

.list-part2 ul {
    list-style: none;
}

.list-part2 ul li {
    float: left;
    padding: 2px;
}

.list-part2 ul li a {
    display: inline-block;
    padding: 10px 20px;
    border: #e4e4e4 1px solid;
    color: #6d6d6d;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.list-part2 ul li a:hover {
    background-color: #d77c31;
    color: #ffffff;
}

.news-next {
    margin-top: 20%;
}

.news-next p {
    font-size: 16px;
}

.news-next a {
    color: #4e4e4e;
}

.news-next a:hover {
    color: #0056ab;
}