body {
    background-color: #f4f6f8;
    scroll-behavior: smooth;
}

.head {
    width: 100%;
    min-width: 1200px;
    height: 81px;
    background: rgba(255, 255, 255, 1);
}

.head .search {
    width: 1200px;
    height: 81px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head .search img {
    width: 115px;
    height: 36px;
}

.head .search .search_a input {
    width: 536px;
    height: 40px;
    float: left;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(233, 233, 233, 1);
    text-indent: 10px;
}

.head .search .search_a a {
    text-decoration: none;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    width: 80px;
    height: 40px;
    background: rgba(0, 133, 255, 1);
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.head .search .weather {
    margin-left: 59px;
    width: 116px;
    height: 50px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    text-align: right;
}

.head .search .weather p:last-child {
    margin-top: 8px;
}
.head .search .weather p:last-child a{
    margin-left: 10px;
}
.head .search .weather span {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: rgba(108, 185, 255, 1);
    color: #fff;
    text-align: center;
    line-height: 18px;
}

.content {
    width: 1200px;
    margin: 20px auto;
    background: rgba(255, 255, 255, 1);
}

.content .position {
    width: 1200px;
    height: 48px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
}

.cleaver {
    position: fixed;
    top: 0;
}

.content .position a {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-left: 55px;
}

.content .position a:first-child {
    margin-left: 27px;
    font-weight: bold;
    color: rgba(3, 134, 255, 1);
}

.content .content_p {
    width: 1200px;
    height: 1px;
    background-color: rgba(233, 233, 233, 1);
    border: 1px solid rgba(233, 233, 233, 1);
    position: relative;
}

.content .content_p span {
    display: inline-block;
    width: 84px;
    height: 3px;
    background: rgba(0, 133, 255, 1);
    position: absolute;
    top: -1px;
    left: 16px;
}

.content .dictionary {
    width: 1200px;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-wrap: wrap;
}

.content .dictionary .dic {
    width: 210px;
    height: 50px;
    margin: 10px 0;
    margin-left: 25px;
}
.content .dictionary .dic .dic_a{
    display: inline-block;
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content .dictionary .dic img {
    width: 44px;
    height: 44px;
}

.content .dictionary .dic .right {
    height: 45px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.dic_a:hover p span{
    color: #0085ff !important;
}

.content .dictionary .dic .right span{
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.content .dictionary .dic .right i {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    width: 160px;
    color: rgba(138, 138, 141, 1);
    overflow: hidden;
}

.carousel {
    width: 1200px;
    height: 237px;
    background: rgba(255, 255, 255, 1);
}

.carousel .carousel_ul {
    width: 1150px;
    height: 185px;
    margin: 20px auto;
    overflow: hidden;
    transition: all 2s;
}

.carousel .carousel_ul li {
    float: left;
    margin-left: 30px;
}

.carousel .carousel_ul li:first-child {
    margin-left: 0;
}

.carousel .carousel_ul li img {
    width: 206px;
    height: 116px;
}

.carousel .carousel_ul li p {
    width: 196px;
    height: 45px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.carousel .gps {
    width: 100px;
    height: 10px;
    line-height: 10px;
    margin: 0 auto;
}

.carousel .gps span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 20px;
    border-radius: 50%;
    background: rgba(205, 231, 255, 1);
}

.carousel .gps span:first-child {
    background-color: rgba(0, 133, 255, 1);
}

.life {
    width: 1200px;
    margin: 12px auto;
    background: rgba(255, 255, 255, 1);
}

.life .life_head {
    width: 1160px;
    height: 48px;
    margin: 0 auto;
    line-height: 48px;
    border-bottom: 1px solid rgba(233, 233, 233, 1);
    font-size: 16px;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
}
.life .life_head a.add_appmore{
    float: right;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}
.life .life_head a.add_appmore:hover{
    color: rgb(0, 133, 255);
}


.life .life_head span {
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.life .life_dict {
    width: 1160px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    display: flex;
    flex-wrap: wrap;
}

.life .life_dict .dic {
    width: 232px;
    height: 50px;
    margin: 10px 0;
    padding-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.life .life_dict .dic .dic_a{
    display: inline-block;
    height: 50px;
    display: flex;
    align-items: center;
}

.life .life_dict .dic img {
    width: 44px;
    height: 44px;
}

.life .life_dict .dic .right {
    height: 45px;
    display: flex;
    text-indent: 10px;
    flex-flow: column;
    justify-content: center;
}

.life .life_dict .dic .right span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.life .life_dict .dic .right a:hover {
    color: #0085ff;
}

.life .life_dict .dic .right i {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    color: rgba(138, 138, 141, 1);
    overflow: hidden;
}

.life .life_chinese {
    width: 1160px;
    margin: 0 auto;
    border-top: 1px solid rgba(233, 233, 233, 1);
    padding-bottom: 12px;
    display: flex;
}

.life .life_chinese .life_doc {
    width: 232px;
    line-height: 25px;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
}

.life .life_chinese a:hover {
    color: #0085ff;
}

.life .life_chinese .life_doc .life_c {
    width: 232px;
    display: flex;
    flex-wrap: wrap;
}
.life_c3{
    width: 232px;
    overflow: hidden;
    padding-right: 14px;
    box-sizing: border-box;
}
.life_c3 a{
    color: #222222;
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.life .life_chinese .life_doc .life_c a {
    margin: 3px 4px;
}
.life .life_chinese .life_doc .life_c p{
    padding-right:5px;
}


.new_update{
    width: 100%;
    overflow: hidden;
    background-color: #ffffff;
    padding: 10px 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}


.new_update_left{
    float: left;
    width: 940px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

.new_update_left li{
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 25px;
    overflow: hidden;
    float: left;
    margin-top: 10px;
    height: 28px;
}

.new_update_left li a{
    display: inline-block;
    max-width: 100%;
    height: 24px;
    line-height: 24px;
    color: #222222;
    font-size: 16px;
    overflow: hidden;
}

.new_update_left li a:hover{
    color: #0085ff;
}

.new_update_right{
    width: 210px;
    float: right;
    overflow: hidden;
}


.new_update_right li{
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    margin-top: 10px;
    height: 28px;
}

.new_update_right li span{
    display: inline-block;
    height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius:5px;
    color: #FFFFFF;
    font-size: 14px;
    width: 24px;
    margin-right: 10px;
    background-color: #E9E9E9;
    line-height: 24px;
    text-align: center;
}

.new_update_right li:nth-child(1) span{
    background-color: #0085ff !important;
}

.new_update_right li:nth-child(2) span{
    background: rgba(108, 185, 255, 1) !important;
}

.new_update_right li:nth-child(3) span{
    background: rgba(108, 200, 255, 1) !important;
}

.new_update_right li a{
    height: 24px;
    line-height: 24px;
    color: #666666;
    display: block;
    max-width: 80%;
    overflow: hidden;
    font-size: 14px;
}


.new_update_right li a:hover{
    color: #0085ff;
}

.new_update_left li:nth-child(1) a{
    font-size: 18px;
    font-weight: bold;
}

.new_update_left li:nth-child(2) a{
    font-size: 18px;
    font-weight: bold;
}

.new_update_left li:nth-child(3) a{
    font-weight: bold;
}

.new_update_left li:nth-child(4) a{
    font-weight: bold;
}
.life .life_dict .dic2 {
    width: 232px;
    height: 50px;
    margin: 10px 0;
    padding-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.life .life_dict .dic2 .dic_a{
    display: inline-block;
    height: 50px;
    display: flex;
    align-items: center;
}

.life .life_dict .dic2 img {
    width: 44px;
    height: 44px;
}

.life .life_dict .dic2 .right {
    height: 45px;
    display: flex;
    text-indent: 10px;
    flex-flow: column;
    justify-content: center;
}

.life .life_dict .dic2 .right span {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    display: block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}

.life .life_dict .dic2 .right a:hover {
    color: #0085ff;
}

.life .life_dict .dic2 .right i {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
    color: rgba(138, 138, 141, 1);
    overflow: hidden;
}