/* 轮播 */
#mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 0;
}

#prev, #next {
    width: 50%;
    height: 100%;
    display: inline-block;
}

#prev::after {
    content: "";
    width: 28px;
    height: 45px;
    background: url('../image/pre.png') 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    opacity: 0;
    transition: 1s;
    cursor: pointer;
}

#next::after {
    content: "";
    width: 28px;
    height: 45px;
    background: url('../image/pre.png') -50px 0 no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    opacity: 0;
    transition: 1s;
    cursor: pointer;
}

#prev:hover::after, #next:hover::after {
    opacity: 1;
}

#outer {
    position: relative;
    width: 100%;
    height: auto;
    /* top: -86px; */
}

#swiper {
    /* position: absolute; */
    left: 0;
    width: 11520px;
    /* height:850px; */
    /* transition: .1s;  */
    /* transition: ease-in; */
    margin-left: -100vw;
}

#swiper div {
    /* width:100%; */
    /* height:850px; */
    float: left;
}

#swiper div img {
    /* width: 100%; */
    cursor: pointer;
    width: 100vw;
}

#focus {
    width: 120px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 35px;
    margin-left: -60px;
    z-index: 10;
}

#focus li {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    float: left;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

#focus li.select {
    width: 20px;
    height: 20px;
    margin-top: -5px;
}

.img_content {
    position: absolute;
    bottom: 0;
    /* left: 0; */
    line-height: 44px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.5);
    /* opacity:0.5; */
    cursor: pointer;
}

.img_content p {
    display: none;
}

.img_content .banner_active {
    display: block;
}

.img_content p {
    line-height: 64px;
    font-size: 20px;
    color: #fff;
}

/* } */

/* 动态消息 */

.dy_message {
    /* max-width: 1920px; */
    /*width: 100%;*/
    text-align: center;
}

.dy_menu {
    width: 55%;
    float: right;
    position: relative;
    top: 40px;
}

.dy_menul {
    width: 100%;
    margin-bottom: 10px;
    text-align: left;
    padding-left: 20px;
    display: flex;
}

.dy_menul li {
    display: inline-block;
    font-size: 22px;
    color: #212121;
    font-weight: normal;
    cursor: pointer;
    padding: 0 10px;
    border-bottom: 3px solid #103770;
}

.dy_menul .dy_menul_click {
    border-bottom: 3px solid #B5B5B5;
}
.jtyw-more,.gzdt-more{
    flex: 1;
    text-align: right;
    line-height: 34px;
    border-bottom: 3px solid #103770;
    cursor: pointer;
}
.dy_menul li:hover {
    color: #197bb9;
    border-bottom: 3px solid #B5B5B5;
}

.dy_cont {
    width: 100%;
    /*height: 445px;*/
    font-size: 0;
    display: flex;
    /*margin-bottom: 30px;*/
}

.dy_content {
    width: 45%;
    /*height: 445px;*/
}

.dy_content img {
    width: 100%;
    height: 540px;
}

.dy_contentul {
    display: inline-block;
}

.newsBanner, .dj-news-list {
    float: left;
}

.newsBanner {
    width: 100%;
    /*height: 445px;*/
}

.newsBanner .box, .newsBanner .box_img, .newsBanner .box_img ul li a {
    /*height: 445px;*/
    overflow: hidden;
}
.newsBanner .box_img ul li a img {
    width: 100%;
    /*height: 445px;*/
}
.box_title {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-left: 20px;
    color: white;
    text-align: left;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.dyimg_content {
    font-size: 0;
    width: 55%;
    flex: 1;
}

.dyimg_content li {
    font-size: 18px;
    text-align: left;
    cursor: pointer;
    color: #333333;
    display: none;
}

.dyimg_content .dycontent_active {
    display: block;
}

.dyimg_content li p, .dyimg_content li p span {
    text-align: left;
}

.dyimg_content li p:first-child {
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dyimg_content li p:first-child span:nth-child(3) {
    padding: 5px 10px;
    float: right;
    font-weight: normal;
    font-size: 18px;
    color: #0880df;
    border-radius: 15px;
    border: solid 1px #0880df;
    text-align: center;
}

.dyimg_content li p:nth-child(2) {
    height: 4%;
    padding-top: 10px;
    margin: 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c6c9ee;
}

.dyimg_content li p:nth-child(3) {
    height: 19%;
    font-size: 18px;
    color: #9ba1a9;
    margin: 27px 10px 10px 27px;
    border-bottom: 1px solid #c6c9ee;
    line-height: 30px;
}

.dyimg_content li p:first-child span:first-child {
    display: inline-block;
    width: 0px;
    height: 0px;
    background: transparent;
    color: transparent;
    margin: 0 10px;
    text-align: center;
}

.dyimg_content li p:first-child span:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.dyimg_content li p:nth-child(2) span {
    font-size: 20px;
}

/* .dycontentactive_message{
    height: 64%;
} */

.dycontentactive_message ul {
    list-style-type: disc;
    height: 64%;
}

.dycontentactive_message ul li {
    display: flex;
    font-size: 20px;
    color: #333333;
    line-height: 53px;
    width: 100%;
}

.dycontentactive_message ul li:hover {
    color: #197bb9;
}

.dycontentactive_message ul li span:nth-child(1) {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    margin: auto 20px;
}

.dycontentactive_message ul li span:nth-child(2) {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-right: 5px;
}

.dycontentactive_message ul li span:nth-child(3) {
    /*width: 120px;*/
    float: right;
}

.more_message {
    width: 96%;
    text-align: right;
}

/* zxy--start */

.main_task {
    /*width: 100%;*/
    overflow: hidden;
    box-sizing: border-box;
}

.mainDivBox {
    overflow: hidden;
    width: 100%;
}

.main_content {
    float: left;
    width: 100%;
}

.switchBtn:hover {
    cursor: pointer;
}

/* zxy--end */

.content_ul {
    display: flex;
}

.content_ul div {
    width: 5%;
}

.content_ul li {
    position: relative;
    width: 30%;
}

.content_ul li>span {
    position: absolute;
    color: #feffff;
    bottom: 0;
    font-size: 20px;
    cursor: pointer;
    line-height: 80px;
    font-weight: bold;
    display: block;
    width: 100%;
}

.content_active h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
    color: #404040;
}

.content_active span {
    text-align: center;
    font-size: 16px;
    color: #728693;
}

.content_active div {
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.content_active a {
    text-decoration: none;
    color: #000;
}

/* zxy--start */

.content_ul li .bg {
    position: absolute;
    width: 100%;
    height: 80px;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.content_ul li:hover .bg {
    opacity: 0;
}

.content_ul li:hover .title {
    display: none;
}

.content_ul li:hover .content_active {
    bottom: 0;
    box-shadow: 1px 1px 5px #888888;
}

.content_ul li .content_active {
    position: absolute;
    padding: 0 10px;
    bottom: -200px;
    left: 0%;
    width: 100%;
    /* height: 34%; */
    background-color: white;
    z-index: 50;
    margin-left: 0;
    position: absolute;
    transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    -webkit-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    box-sizing: border-box;
}

.content_ul li img {
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

/* .content_ul li img:first-child {
    margin-left: 20%;
} */

.main_footer {
    width: 100%;
    text-align: center;
    line-height: 80px;
}

.main_footer div {
    display: inline-block;
    width: 50px;
    height: 6px;
    background: #dde1ed;
}

.main_footer .main_active {
    display: inline-block;
    width: 50px;
    background: #197bb9;
}

/* 时间段/论坛 */

.talk {
    width: 100%;
    overflow: hidden;
}

/* zxy--end */
.talk_back {
    width: 100%;
    background-image: url(../image/talkback.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 55px 20px 30px 20px;
}

.talk_content {
    max-width: 1523px;
    position: relative;
    height: 180px;
    background-color: rgb(255, 255, 255, 0.2);
    margin: auto;
    /*margin-top: 28px;*/
}

.talk_content div h2 {
    color: white;
    margin-bottom: 3px;
}

.talk_check1 {
    display: inline-block;
    text-align: center;
}

.timePie {
    color: #FFF;
    position: absolute;
    top: -35px;
    width: 100%;
}

.talk_check, .talk_checkKunming, .talk_check_1, .talk_check_2 {
    width: 24%;
    display: inline-block;
    text-align: center;
}

.talkCheck {
    width: 16%;
    display: inline-block;
    text-align: center;
}

.timeText {
    line-height: 20px;
    font-size: 24px;
    color: #bac0d5;
}

.timeTextCheck {
    line-height: 20px;
    font-size: 28px;
    color: #71c7ff;
}

.imgDiv {
    width: 40px;
    height: 40px;
    margin: auto;
    overflow: hidden;
    cursor: pointer;
    margin-top: 10px;
}

.imgDiv img {
    margin: auto;
    /*padding: 17px;*/
}

.imgDivBlue {
    margin: auto;
    overflow: hidden;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: 10px;
}

.imgDivBlue img {
    margin-top: -4px;
}

.imgDivBlue img {
    animation: rotatefresh 1s infinite linear;
}

@keyframes rotatefresh {
    0% {
        width: 10px;
        height: 10px;
        margin-top: 10px;
        opacity: 1
    }
    20% {
        width: 10px;
        height: 10px;
        margin-top: 10px;
        opacity: 1
    }
    100% {
        width: 50px;
        height: 50px;
        margin-top: -8px;
        opacity: 0
    }
}

.talk_content h2 {
    color: #71c7ff;
}

.time_content, .time_contentKunming, .time_content1, .time_content2 {
    position: absolute;
    color: red;
    left: 8%;
    top: 25%;
}

.time_content h6, .time_contentKunming h6, .time_content1 h6, .time_content2 h6 {
    /* width: 42%; */
    font-size: 22px;
    line-height: 30px;
    color: #bbd1de;
    border-bottom: 3px solid #187ab9;
    text-align: left;
    margin: 0;
}

.time_content p, .time_contentKunming p, .time_content1 p, .time_content2 p {
    font-size: 20px;
    line-height: 46px;
    color: #bbd1de;
    text-align: left;
    margin: 0;
}

.time_content p:first-of-type, .time_contentKunming p:first-of-type, .time_content1 p:first-of-type, .time_content2 p:first-of-type {
    width: 130%;
    /* border-top: 2px solid #187ab9; */
    border-top: 2px transparent solid;
    border-image: linear-gradient(to right, #187ab9, #253e52) 1 10;
}

/* jiuge--start */
.time_text {
    position: absolute;
    color: red;
    left: 8%;
    top: 25%;
}

.time_text h6 {
    font-size: 22px;
    line-height: 30px;
    color: #bbd1de;
    border-bottom: 3px solid #187ab9;
    text-align: left;
    margin: 0;
}

.time_text p {
    font-size: 20px;
    line-height: 46px;
    color: #bbd1de;
    text-align: left;
    margin: 0;
}

.time_text p:first-of-type {
    width: 130%;
    border-top: 2px transparent solid;
    border-image: linear-gradient(to right, #187ab9, #253e52) 1 10;
}
/* jiuge--end */

/* zxy--start */

.time_content_btn {
    position: absolute;
    top: 55%;
    width: 149px;
    height: 37px;
    color: #fffffd;
    /* border: 1px solid #fffffd; */
    text-align: center;
    margin-top: -30px;
    line-height: 60px;
    right: 10%;
}

.time_content_btn {
    color: #FFF;
}

.time_content_btn .svg-wrapper2 {
    margin-top: 0;
    position: relative;
    width: 150px;
    height: 58px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
}

.time_content_btn #svg2 {
    position: absolute;
    top: -26%;
    left: 18%;
}

.svg-wrapper2 {
    margin-top: 0;
    position: relative;
    width: 150px;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

#svg2 {
    position: absolute;
    top: -26%;
    left: 18%;
}

#shape2 {
    stroke-width: 6px;
    fill: transparent;
    stroke: #c6c9ee;
    stroke-dasharray: 0 400;
    stroke-dashoffset: -220;
    transition: 1s all ease;
}

.svg-wrapper2:hover #shape2 {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #c6c9ee;
}

#text2 {
    margin-top: -35px;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 18%;
}

#text2 a {
    display: table;
    font-size: 20px;
    border: 1px solid #fff;
    width: 150px;
    height: 40px;
    text-decoration: none;
    color: #FFF;
}

#text2 a:hover {
    border: 1px solid transparent;
    color: #c6c9ee;
}

/*  <!-- 建党专题 --> */

.political {
    /*width: 100%;*/
    box-sizing: border-box;
}

.political_back {
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}

.political_back h3 {
    font-size: 40px;
    font-weight: normal;
    color: #1e1e1e;
    background-image: url(../image/decorativeline.png);
    background-repeat: no-repeat;
    background-position: center;
}

.political_ul {
    overflow: hidden;
    text-align: -webkit-auto;
    /* margin-top: 74px; */
    display: flex;
}

.political_ul li {
    /* width: 33%; */
    position: relative;
    display: inline-block;
    vertical-align: top;
    transform: scale(1);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}

.political_ul li .imgBlueBg {
    background: url(../image/blugBg.png) no-repeat;
    color: #FFF;
    width: 186px;
    height: 50px;
    padding: 0 20px;
    text-align: left;
    line-height: 50px;
    position: absolute;
    font-size: 20px;
    top: 20px;
    left: 0;
}

.political_ul li .imgRedBg {
    background: url(../image/redBg.png) no-repeat;
    color: #FFF;
    width: 186px;
    height: 50px;
    padding: 0 20px;
    text-align: left;
    line-height: 50px;
    position: absolute;
    font-size: 20px;
    top: 20px;
    left: 0;
}

.political_ul li .img_div {
    height: auto;
    overflow: hidden;
}

.political_ul li .img_div img {
    width: 100%;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    cursor: pointer;
}

.political_ul li:hover>.img_div img {
    transform: scale(1);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: -webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995), -webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}

.political_ul li div {
    width: 100%;
    /* height: 130px; */
    /* margin-left: 10%; */
    background-color: white;
    z-index: 50;
    cursor: pointer;
}

.political_ul>div {
    width: 2%;
}

.political_ul li div p {
    line-height: 45px;
    font-size: 20px;
    width: 80%;
    margin-left: 10%;
    text-align: center;
    text-indent: 10px;
    color: #333333;
    white-space: normal;
    text-indent: 2px;
    padding-top: 34px;
}

/* catarc观点 */

/* zxy--start */

.catarcBox {
    width: 100%;
    height: 238px;
    position: relative;
    text-align: center;
}

.catarc {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    background: url(../image/catarc.png) center;
    background-repeat: no-repeat;
    text-align: -webkit-center;
}

.catarc .catarc_content {
    line-height: 168px;
}

/* zxy--end */

.catarc .catarc_content h1 {
    /* line-height: 170px; */
    font-weight: normal;
    font-size: 60px;
    color: #ffffff;
    text-align: center;
}

.catarc .catarc_content .svg-wrapper #text a {
    width: 160px;
    line-height: 48px;
    font-size: 20px;
    border: 1px solid #ffffff;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.catarc .catarc_content .svg-wrapper #text a:hover {
    translate: .1s;
    border: 1px solid transparent;
    color: #c6c9ee;
}

.svg-wrapper {
    margin-top: 0;
    position: relative;
    width: 150px;
    height: 40px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

#svg {
    position: absolute;
    top: -207%;
    left: -3%;
}

#shape {
    stroke-width: 6px;
    fill: transparent;
    stroke: #c6c9ee;
    stroke-dasharray: 0 400;
    stroke-dashoffset: -220;
    transition: 1s all ease;
}

.svg-wrapper:hover #shape {
    stroke-dasharray: 50 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #c6c9ee;
}

#text {
    margin-top: -35px;
    text-align: center;
    position: absolute;
    top: -260%;
    left: -4%;
}

/* zxy--start */

.shortcutDiv {
    position: fixed;
    top: 50%;
    right: 30px;
    z-index: 999;
}

.shortcutDiv .shortcutIcon:nth-child(1) {
    background-color: #4c75cd;
}

.shortcutDiv .shortcutIcon:nth-child(1):hover {
    background-color: #6d96ed;
}

.shortcutDiv .shortcutIcon:nth-child(2) {
    background-color: #55acee;
}

.shortcutDiv .shortcutIcon:nth-child(2):hover {
    background-color: #7fc2f5;
}

.shortcutDiv .shortcutIcon:nth-child(3) {
    background-color: #aab9cf;
}

.shortcutDiv .shortcutIcon:nth-child(3):hover {
    background-color: #b2c5e1;
}

.shortcutDiv .shortcutIcon:nth-child(4) {
    background-color: #238cc2;
}

.shortcutDiv .shortcutIcon:nth-child(4):hover {
    background-color: #3da9e0;
}

.shortcutIcon {
    padding: 12px;
}

.shortcutIcon:hover {
    cursor: pointer;
}

.shortcutIcon img {
    display: block;
}

.shortcutText {
    display: none;
}

.shortcutText div {
    margin: 10px;
    text-align: center;
    color: #FFF;
}

.shortcutText div:hover {
    cursor: pointer;
}

/* .shortcutDiv:hover .shortcutText{
    display: block;
}
.shortcutDiv:hover .shortcutIcon{
    display: none;
} */

/* zxy--end */

.mainBox {
    background-image: url(../image/dyback.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 50px;
}

.mainContentBox {
    width: 90%;
    margin: auto;
    box-sizing: border-box;
}

.dlBox {
    width: 19%;
    height: 318px;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: text-top;
}

.dlBox dd {
    height: 120px;
}

.dlBox p {
    color: #9ba1a9;
}

.mainContentBox dl {
    margin: auto;
    width: 210px;
    height: 258px;
    cursor: pointer;
    padding: 30px 10px;
}

.mainContentBox dl:hover {
    box-shadow: rgb(175, 208, 240) 0px 0px 5px 5px;
    border-radius: 5px;
}

.mainTitle {
    font-size: 22px;
    color: #333;
    line-height: 70px;
}

#myCarousel .carousel-control img {
    position: absolute;
    top: 50%;
    margin-top: -22px;
}
.display-flex{
    display: flex;
}
.flex-1{
    flex: 1;
}
.yxfc_ul {
    overflow: hidden;
    text-align: -webkit-auto;
    /* margin-top: 74px; */
    display: flex;
}

.yxfc_ul li {
    width: 32%;
    text-align: left;
    position: relative;
    display: inline-block;
    vertical-align: top;
    transform: scale(1);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}

.yxfc_ul li .img_div {
    height: auto;
    overflow: hidden;
}

.yxfc_ul li .img_div img {
    width: 100%;
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    cursor: pointer;
}

.yxfc_ul li .img_div img:hover {
    transform: scale(1);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: -webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: -webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
    transition: transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995), -webkit-transform 1000ms cubic-bezier(0.335, 0.015, 0.46, 0.995);
}
.yxfc_ul .title{
    padding: 5px;
    line-height: 30px;
    font-size: 18px;
    border-bottom: 3px solid #B5B5B5;
    margin-bottom: 10px;
}
.yxfc_ul .more{
    text-align: right;
    padding: 5px;
    line-height: 30px;
    border-bottom: 3px solid #103770;
    margin-bottom: 10px;
    cursor: pointer;
}
.yxfc_ul .more:hover{
    color: #337ab7;
}
.yxfc_ul .new-div{
    line-height: 30px;
    margin-top: 10px;
    height: 150px;
}
.yxfc_ul .new-div li{
    display: flex;
    width: 100%;
}
.yxfc_ul .new-div li:hover{
    color: #337ab7;
    cursor: pointer;
}
.new-title{
    flex: 1;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.new-time{
    width: 100px;
    display: inline-block;
    text-align: right;
}