﻿
.news-detail-title {
    width: 1200px;
    margin: 0 auto;
    height: 160px;
    text-align: center;
}

    .news-detail-title h2 {
        font-size: 30px;
        padding-top: 80px;
        font-weight: bold;
        color: #2193E0;
        letter-spacing: 3px;
    }

    .news-detail-title p {
        padding-top: 15px;
        padding-bottom: 25px;
    }

        .news-detail-title p span {
            display: inline-block;
            margin-right: 40px;
            font-size: 13px;
            color: #898989;
        }

.onetitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    color: black;
    margin-top: 50px;
    padding-top: 50px;
    margin-bottom: 10px;
}

.twotitle {
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    color: #898989;
}

.onecontent {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    margin-top: 30px;
    font-size: 18px;
    color: #999999;
}

.flex-wrap {
    width: 80vw;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 50px;
}



.xtjjdiv { 
    padding-bottom:50px;
}

.xtgscontent {
  width:60%;
  margin:auto;
  text-align:center;
  font-size:18px;
  margin-top:20px;
  color:#898989;
  line-height:30px;
}

.hytditem {
   width:29%; 
   border:solid 1px #999999; 
   text-align:center;
}

    .hytditem:hover {
        border: 0px;
        box-shadow: 0px 5px 7px 1px #999999;
    }
    .itemlist {
        margin: 2%;
    }

.hytditemimgdiv {
    margin-top: 60px;
    width: 100%;
    text-align: center;
}

    .hytditemimgdiv img { 
        margin: auto;
    }

.hytditemtitle {
    margin: auto;
    width: 80%;
    margin-top: 30px;
    margin-bottom:50px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    color:#898989;
}

.ywlcpage {
    
    background:url('/images/windowsl/ywlcbg.png') no-repeat;
    background-size:100% 100%;
    padding-top:30px;
    padding-bottom:120px;
}


.ywlcplistdiv {
    width: 60vw;
    margin: auto
}


.yylcdiv {
    margin-top: 80px;
}

.Ywflex-wrap {
    width: 60vw;
    margin: auto;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 50px;
}

.yylcitem {
    width: 25%;
    border-radius: 15px;
    background-image: linear-gradient(#ffffff, #f5f5f5);
    box-shadow: 2px 8px 12px 2px rgb(181 189 201 / 50%);
}

    .yylcitem:hover {
        background-image: linear-gradient(#59ccff, #1e5efa);
        color: white;
    }

.yylcjt {
    width: 4%;
    line-height: 205px;
}

    .yylcjt img {
        animation: leftIn2 1s linear infinite;
    }

.middlejt {
    float: right;
    text-align: center;
    height: 80px;
    width: 20%;
}
.yylcjtleft {
    width: 4%;
    line-height: 205px;
    -moz-transform: rotateZ(180deg);
    -webkit-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}

.leftdivimg {
    width: 80%;
    padding-left: 10%;
    padding-top: 5%;
}


    .yylcjtleft img {
        animation: leftIn2 1s linear infinite;
    }

.yylcjtdown {
    -moz-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
    margin: auto;
    animation: leftUp 1s linear infinite;
}


@keyframes leftIn2 {
    0% {
        margin-left: 0%;
    }

    50% {
        margin-left: 30%;
    }

    100% {
        margin-left: 0%;
    }
}


@keyframes leftUp {
    0% {
        margin-top: 0%;
    }

    50% {
        margin-top: 10%;
    }

    100% {
        margin-top: 0%;
    }
}

.yylcitemimg {
    margin: auto;
    padding-top: 50px;
    text-align: center;
}


.yylcitemtitle {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 30px;
}


.lddivs {
    margin-top: 20px;
    width: 100%;
    text-align: center;
}

    .lddivs img {
        height: 70%;
    }

.leftdiv {
  width:50%;
}

.rightdiv {
  width:50%;
}

.hxitemimg {
    float: left;
}

.hxitemtitle {
    float:left;
    font-weight:600;
    font-size:25px;
    line-height:50px;
    margin-left:30px;
 }

.hxitemtitle2 {
  clear:both;
  padding-top:20px;
  font-size:16px;
  line-height:30px;
  color:#898989;
}

.hxitemdiv {
   margin-top:30px;
}

.gnqdimgdiv {
  text-align:center;
  margin:50px 0px;
}