.toutiao1 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 20px;
        margin: 30px 0;
            width: 100%;}

.toutiao1 .tt_con {
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
    overflow: hidden;
    position: relative;
    margin-right: 0px;
    border-bottom: 1px solid #c9c8c8;}

.toutiao1 .tt_con p {
    font-size: 14px;
    color: #333;
    line-height: 200%;
    text-align: justify;
    text-indent: 2em;}
  

 @media screen and (max-width: 600px) {
        .toutiao1 .tt_con h1 {
            font-size: 18px;}

    }


/* 组件独立样式，不污染全局 */
.scroll-box {
    width: 100%;
    height: 95px;
    position: relative;
    overflow: hidden;
    padding: 0 20px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;}
.sxan{}
.scroll-list {    width: 88%;
  height: 100%;
  transition: transform 0.3s ease;}

.scroll-item {
    width: 100%;
    height: 95px;}

/* 上下箭头按钮 */
.arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 99;
    user-select: none;
    right: 20px;}
.arrow-up { top: 10px;}
.arrow-down { bottom: 10px;}
.bts {
    color: #b40015;
    margin: 0 0 10px 0;
    white-space: nowrap;
    text-align: left;
    width: 100%;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 20px;}
.zys{overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #333;
    margin-top: 15px;}

.flexzy{    display: flex;
    justify-content: space-between;}
.sg-logo {
    width: 250px;
    padding-left: 50px;}
.sg-logo li {
    width: 100%;
    margin: 30px 0;}
.sg-logo li img {
    width: 100%;
    display: block;
    margin: 0 auto;}
@media only screen and (max-width: 599px) {
.flexzy {
    flex-direction: column-reverse;}
.sg-logo {
    width: 100%;
    padding-left: 0;}
}

.robot {display:none;}
.fix-con {right: -90px;}
.fix-wrap {width:580px;overflow:hidden;
    position: absolute;
    left: -570px;height: 100%;display:none;}
.fix-problem li.on h3{color: #83328f;}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;}

@-webkit-keyframes bounceInRight{
  0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,.610,.355,1.000);transition-timing-function:cubic-bezier(0.215,.610,.355,1.000);}
  0%{opacity:0;-webkit-transform:translate3d(3000px,-350px,0);transform:translate3d(3000px,-350px,0);}
  60%{opacity:1;-webkit-transform:translate3d(-325px,-350px,0);transform:translate3d(-325px,-350px,0);}
  75%{-webkit-transform:translate3d(-260px,-350px,0);transform:translate3d(-260px,-350px,0);}
  90%{-webkit-transform:translate3d(-265px,-350px,0);transform:translate3d(-265px,-350px,0);}
  100%{-webkit-transform:translate3d(-260px,-350px,0);transform:translate3d(-260px,-350px,0);}
}
@keyframes bounceInRight{
  0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,.610,.355,1.000);transition-timing-function:cubic-bezier(0.215,.610,.355,1.000);}
  0%{opacity:0;-webkit-transform:translate3d(3000px,-350px,0);transform:translate3d(3000px,-350px,0);}
  60%{opacity:1;-webkit-transform:translate3d(-325px,-350px,0);transform:translate3d(-325px,-350px,0);}
  75%{-webkit-transform:translate3d(-260px,-350px,0);transform:translate3d(-260px,-350px,0);}
  90%{-webkit-transform:translate3d(-265px,-350px,0);transform:translate3d(-265px,-350px,0);}
  100%{-webkit-transform:translate3d(-260px,-350px,0);transform:translate3d(-260px,-350px,0);}
}
.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight;}
.fix-con{top:42%;}
.iframeBorder::before{
        content:' ';
        position:absolute;
        top:0px;
        left:0px;
        width:100%;
        height:30px;
        background:#fff;}
    .iframeBorder::after{
        content:' ';
        position:absolute;
        bottom:0px;
        left:0px;
        width:100%;
        height:30px;
        background:#fff;}
.fix-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 1001;}
