h1, h2, h3, h4, h5, h6 {
    font-weight: 100
}
h1 {
    font-size: 30px
}
h2 {
    font-size: 24px
}
h3 {
    font-size: 16px
}
h4 {
    font-size: 14px
}
h5 {
    font-size: 12px
}
h6 {
    font-size: 10px
}
h3, h4, h5 {
    /*margin-top: 5px;*/
    font-weight: 600
}
.newsmain{
    width:1016px;
    /* border: 1px solid red; */
    height:100%;
    /* margin-left: 184px; */
    text-align: center;
    /* margin-top: 76px; */
}
.newsmain ul{
    margin-top: 15px;
    width: 681px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    /* border: 1px solid red; */

}
.newsmain ul li{
    /* list-style-position: inside; */
    list-style:inside !important;
    color: #666666;
}
.newsmaintop{
    width: 100%;
    height: 56px;
    line-height: 56px;
    /* border: 1px solid red; */
    text-align: left;
}
.newsmaintop span{
    width: auto;
    margin-right: 15px;
    font-size: 16px;
    color: #999999;
}
.newsmaintop span:first-child{
    margin-left: 20px;
}
.text1 {
    width: 100%;
}
.text1 iframe {
    width: 100%;
    height: 100%;
}
.text1{
    text-align: initial;
    width: 681px;
    margin:20px auto 0;
    line-height: 1.8em;
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}
.text1 > p {
    /* margin: 20px 0;
    font-weight: 400;
    color: #333333;
    text-indent: 35px; */
    font-size: 12px;
    line-height: 1.8em;
}
.text1 > span {
    /* margin: 10px 0;
    font-weight: 400;
    color: #333333;
    text-indent: 35px;
    display: inline-block; */
    font-size: 12px;
    line-height: 1.8em;
}
.text1 span {
    /* margin: 10px 0;
    font-weight: 400;
    color: #333333;
    text-indent: 35px;
    display: inline-block; */
    font-size: 12px;
    line-height: 1.8em;
}
.text2{
    text-align: left;
    width: 681px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.imgs{
    width: 681px;
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;

}
.imgs img{
    width: 328px;
    height: 195px;
}
.newsvideo{
    width: 676px;
    height: 402px;
    /* border: 1px solid red; */
    margin-top: 20px;
}
.title{
    margin-top: 20px;
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    width: 600px;
    height: auto;
    overflow-wrap: anywhere;
    margin-left: auto;
    margin-right: auto;
    line-height: 24px;
}
.time{
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
}
.main-container{
    height: auto !important;
    min-height: 960px !important;
    overflow: hidden;
    background: white;
}
.enlargeImg-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    text-align: center;
    z-index: 9999999999999999;
    background-color: rgba(51,51,51,1);
    display: none;
}
.enlargeImg-wrap-show {
    display: flex;
    justify-content: center;
    align-items: center;
}
.text1 ul,.text1 ol{
    margin:10px 0 10px 28px;
    color:#666666;
}
.text1 ul{
    list-style-type: disc;
}
.text1 ul li::marker{
    font-size: 3px;
}
.text1 ol{
    list-style-type: decimal;
}
table{
    width:100%;
    font-size:12px;
}
table td{
    border:1px #EEF0F5 solid;
    padding:8px;
}
.text1 a{
    /*outline: none;*/
    color: rgb(44,164,233);
    text-decoration: underline;
}
