/**头部**/
.clearmargin {
    margin-right: 0 !important
}

.indexlogo {
    width: 100%;
    padding: 1.125em 0;
    text-align: center;
    height: 2.97em;
}

.indexlogo img {
    width: 60%;
}

.fixWrap {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100
}

.top_nav {
    list-style: none;
    border-top: 1px solid #0a3b6c;
    background: #013d83;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 3.125em
}

.top_nav i {
    color: #fff;
}

.top_nav_fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 100
}

.top_nav a {
    color: white;
    padding: 0 0.9em;
    font-size: 1.125em;
    line-height: 277.8%;
    display: inline-block;
    -webkit-flex: auto;
    -webkit-align-self: center;
    -webkit-align-items: center;
}

.loginPersonImg {
    width: 2em;
    height: 2em;
    float: left
}

.loginPersonImg img {
    border-radius: 50%;
    width: 2em;
    height: 2em;
}

.top_nav li {
    -webkit-flex-basis: 100%;
}

.top_nav li:last-child,
.top_nav li:nth-last-child(2) {
    -webkit-flex: auto;
    min-width: 3.125em
}

.top_nav a.current {
    background-color: #012b5e;
}

.top_nav .search,
.top_nav .user_null {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125em;
    height: 3.125em;
    padding: 0;
    float: right;
    text-align: center;
    -webkit-align-self: center;
}

.top_nav .search img,
.top_nav .user_null img {
    width: 18px;
}

.top_nav a#loginOut span {
    font-size: 0.75em;
    margin-left: 0.3em;
}

#popover .mui-search input[type='search'] {
    margin-bottom: 0;
}

#popover .mui-search:before {
    margin-top: -9px;
}

#popover .searchArea {
    padding: 0.325em;
}

#popover .searchArea a.cancle {
    -webkit-flex-basis: 3em;
    color: #999;
    margin-left: 0.5em;
}

#popover .searchArea .searchbox {
    -webkit-flex-basis: 100%;
}

#popover .mui-search .mui-placeholder {
    position: absolute;
    left: 50%;
    margin-left: -1em;
    top: 5px;
}

/**首页**/
.contant {
    padding: 0 0.625em;
}

#hot {
    background: #ff5555;
    font-size: 0.875em;
    color: white;
    padding: 0.375em;
    margin-right: 0.625em;
}

.big_title {
    width: 100%;
    font-size: 1.125em;
    line-height: 3.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    font-weight: 400;
    /*text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 1;*/
}

.big_title > a {
    color: #013d83;

}

.index_slider .mui-slider-group .mui-slider-item > a:not(.mui-control-item) {
    height: 13em;
}

.lbt {
    position: relative;
    width: 100%;
}

.bewrite {
    background: rgba(0, 0, 0, 0.5);
    font-size: 0.875em;
    color: white;

}

.ctrl {
    position: absolute;
    right: 0.8125em;
    bottom: 0.8125em;
}

.ctrl span {
    width: 0.5em;
    height: 0.5em;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin-right: 0.25em;
    float: left;
}

.ctrl .ctrl_current {
    background: white;
}

.news_list {
    margin-top: 1em;
    position: relative
}

.news_list ul li {
    font-size: 1.125em;
    line-height: 2.25em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
}

.news_list ul li a {
    color: #666666;
}

.news_list ul li:first-child a {
    color: #333333;
}

.mui-table-view:after {
    content: none;
}

.more {
    line-height: 3.1875em;
    width: 100%;
    /*border-top: 1px solid #f0f0f0;*/
    display: block;
    text-align: center;
    padding: 0.4375em 0 0.625em 0;
    color: rgba(51, 51, 51, 0.3);
    position: relative;
}

.more:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #dcdcdc;

}

.contant .title {
    font-size: 1.125em;
    color: #333333;
    margin-bottom: 0.5em;
}

.choice_tit {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 3.125em;
    font-size: 1.125em;
    margin-bottom: 1.125em;
    cursor: pointer;
}

.index_tab .mui-segmented-control {
    font-size: 1.125em;
    font-weight: 400;
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    table-layout: fixed;
    border: none;
    border-radius: 0px
    background-color: transparent;
    z-index: 2;
}

.index_tab .mui-segmented-control .mui-control-item {
    line-height: 275%;
    color: #333333;
    border-color: #007aff;
    border-left: 0px solid #007aff;
}

.index_tab .mui-control-item.mui-active {
    background-color: #fff;
    border-left: 1px solid #e6edf3;
    border-right: 1px solid #e6edf3;
    border-top: 2px solid #013d83;
    color: #013d83;

}

.index_tab .mui-table-view {
    margin-top: -0.5;
}

.index_tab .mui-table-view:before {
    background-color: #e6edf3;
}

.index_tab .mui-table-view:after {
    background-color: #dcdcdc;
}

.index_tab .mui-table-view-cell {
    color: #666666;
    font-size: 1.125em;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 250%;
}

.index_tab .mui-table-view-cell:first-child {
    padding-top: 1em;
    padding-bottom: 0.75em;
}

.index_tab2 .mui-table-view-cell:first-child {
    padding-top: 0;
    padding-bottom: 0;
}

.govArea {
    padding: 0 0.3em
}

.index_tab .mui-table-view-cell h1 {
    margin-left: 0.625em;
    font-size: 1.125em;
    color: #282828;
    line-height: 120%;
    font-weight: 400;
    display: inline;
}

.index_tab .mui-table-view-cell:after {
    left: 0;
}

.index_tab .mui-table-view-cell: > a:not(.mui-btn) {
    padding: 0;
    margin: 0;
}

.index_tab .information {

}

.index_tab .information div {
    width: 24%;

    -webkit-flex-basis: 24%;
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;

}

.index_tab .information div img {
    width: 100%;
}

.index_tab1 .two_tit a {
    position: relative;
}

.index_tab1 .two_tit a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #e6edf3;
}

.index_tab1 .two_tit a.mui-active:after {
    background-color: #fff;
}

.index_tab1 .mui-table-view-cell {
    line-height: 100%
}

.law_list {
    margin-right: -0.3125em;
    padding: 1em 0;
}

.lecteam .title {
    margin-bottom: 0;
}

.law_list {
    background: #efefef;
}

.law_list .text {
    font-size: 20px;
    text-align: center;
    color: #4f4f4f;
    font-weight: 700;
}

.law_list .swiper-container {
    margin-top: 10px;
}

.law_list .lec {
    background: #fff;
    margin-left: 10px;
    padding-bottom: 10px;
}

.law_list.lec .lecname, .law_list .lec .lecBrief {
    padding: 0 10px;
}

.law_list .lec .lecname {
    font-weight: 700;
    font-size: 16px;
    margin-top: 0.5rem;
}

.law_list .lec .lecImg {
    height: 11rem;
    overflow: hidden;
}

.law_list .lec .lecBrief {
    font-size: 12px;
    color: #474747;
    line-height: 20px;
    margin-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    display: -webkit-box;
    height: 9rem;

}

.teamB {
    color: #d4d4d4;
    text-align: center;
    line-height: 40px;
    padding: 10px 0;
}

.teamB span {
    font-size: 14px;
    margin: 10px;
}

.leccheckAll {
    text-align: center;
    color: #ff5c00;
    line-height: 36px;
    padding-top: 10px;
}

.videoTeach {
    padding: 0 0.625em;
}

.videoTeach .title {
    margin-bottom: 0.5em
}

/* .law_list a {
 	font-size:1em;
 	line-height:200%;
 	padding:0 0.75em;
 	border-radius:1em;
 	margin-right:0.3125em;
 	margin-bottom: 1em;
 	cursor: pointer;
 	display: inline-block;
 }
 .law_list a:first-child{
 	background: #013d83;
 	color: white;
 }

 .law_list .null {
 	background: #f8f8f8;
 	color: #333333;
 }
 .law_list a:hover{
 	background: #013d83;
 	color: white;
 }*/

.tit_line {
    height: 2.125em;
    border-bottom: 2px solid #e6edf3;
    position: relative;
}

.tit_current_line {
    height: 2.125em;
    border-bottom: 2px solid #013d83;
    position: absolute;
    left: 0;
    padding-right: 1.4375em;
}

.teacher_list, .vedio_list, .governmentFileList {
    margin-right: -0.28em;
    -webkit-flex-flow: auto;

}

.vedio_list {
    margin-right: -0.625em;
}

.teacher, .governmentFile {
    width: 33.3%;
    margin-bottom: 0.875em;
}

.teacher a, .vedio a, .governmentFile a {
    -webkit-flex-direction: column;
    margin-right: 0.28em;
    display: block;

}

.teacher a img {
    -webkit-flex-direction: column;
    height: 5.56em;
    max-width: 100%;
}

.teacher h1 {
    font-size: 0.875em;
    color: #333333;
    line-height: 1.1875em;
    margin-top: 0.4em;
    max-height: 1.1875em;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vedio {
    -webkit-flex-basis: 50%;
    display: inline;
    -webkit-flex-shrink: 0;
}

.vedio a {
    margin-right: 0.625em;
}

.vedio a img {
    -webkit-flex-direction: column;
    height: 6.4em;
    width: 100%;
}

.filelistContent {
    padding: 1em 0.22em 1em 0.5em;
}

.governmentFileList {
    margin-right: -0.28em;
}

.governmentFile {
    margin-bottom: 1.25em;
}

.governmentFile a p, .governmentIndex a p {
    background-color: #fff;
    box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.1);
    padding: 0.5em;

}

.governmentFile span {
    font-size: 0.55em;
    color: #999;
}

.governmentFileList.mui-table-view.mui-grid-view {
    padding: 0 0 10px 0;
}

.governmentFileList.mui-table-view.mui-grid-view .mui-table-view-cell {
    padding: 0;
    margin: 0px;
}

.governmentFileList .mui-table-view:before {
    background-color: #f5f5f5
}

.governmentFileList .city {
    position: relative;
}

.governmentFileList .city:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #c8c7cc;
}

.governmentFileList .count {
    line-height: 100%;
    margin-bottom: 1em;
    color: #999;
    font-size: 1em;
    padding-left: 1em;
    width: 100%;
}

.governmentFileList .city li {
    border-bottom: 2px solid #f5f5f5
}

/*.governmentFileList .city li a.current
{
   border-bottom: 2px solid #2d7df4;
   width: 100%;
   text-align: center;
   line-height: 2.5294em;
   font-size: 1.0625em;
   display: block;
}*/
.governmentFileList .moreCity {
    border: 1px solid #f5f5f5;
}

.mui-table-view.mui-grid-view.governmentFileList .mui-table-view-cell > a:not(.mui-btn) {
    margin: 0;
    white-space: normal;
}

.governmentIndex a p {
    margin-right: 0.35em;
    background-color: #f5f5f5;
}

.governmentFile a h5 {
    font-weight: 400px;
    font-size: 0.67em;
    line-height: 150%;
    padding: 0.5em;
    color: #000;
    height: 2.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 2;
}

.governmentFile a img {
    max-width: 100%;
}

.top_card * {
    float: left;
}

.user_pic {
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    overflow: hidden;
}

.user_nam {
    color: #b2b2b2;
    font-size: 0.75em;
    margin: 0 0.625em;
    line-height: 2.0em;
}

.top,
.health,
.essence {
    font-size: 0.6875em;
    padding: 0.1875em 0.375em;
    border-radius: 20%;
    color: white;
    margin: 0 0.1875em;
}

.top {
    background: #ff4c4c;
}

.health {
    background: #52bc83;
}

.essence {
    background: #ff8b3d;
}

.card {
    position: relative;
    padding: 0.5em 0;
}

.card_title {
    font-size: 1.125em;
    color: #282828;
    line-height: 2.0625em;
    font-weight: 400;
}

.card p {
    font-size: 0.875em;
    color: #666666;
    line-height: 1.4375em;
}

.card_list .card:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #dcdcdc;
}

.card_list a:nth-child(2) .card:after {
    height: 0px;
}

.bottom_time * {
    float: left;
}

.bottom_time {
    padding-bottom: 0.625em;
}

.bottom_time li {
    font-size: 0.75em;
    color: #b2b2b2;
    margin: 0 0.25em;
    list-style: disc;
}

.bottom_time li:first-child {
    list-style: none;
}

.card_pic_list {
    margin-bottom: 0.375em;
    margin-top: 0.375em;
}

.card_pic {
    width: 35%;
    margin-right: 4%;
    float: left;
}

/**首页**/
.footer {
    background: #eeeeee;
    text-align: center;
    padding-bottom: 0.5em;
    box-shadow: 0 2px 6px #dddcdd inset;
    padding-top: 1em;
}

.footer a {
    color: #333333;
    line-height: 1.8em;
    font-size: 1.125em;
    padding: 0 0.5em;

}

.footer p.copy {
    padding-top: 0.5em;
}

.friendlink-m {
    margin-top: 0.3375em;
}

.friendlink-m a {
    color: #7f7f7f;
    line-height: 1.125em;
}

.footer p {
    color: #c1c1c1;
    font-size: 0.6875em;
    margin-bottom: 0.5625em;
}

/****社区列表****/
#tab {
    position: relative;
}

.sq_ad {
    width: 100%;
    position: relative
}

.sq_ad img {
    max-width: 100%
}

.sq_ad .closeSqAd {
    position: absolute;
    right: -1.2em;
    top: -1em;
    padding: 2em;
}

.sq_ad .closeSqAd i {
    color: rgba(0, 0, 0, 0.9);
    text-shadow: 0px 0px 0px rgba(255, 255, 255, 1);
    font-size: 0.9em;

}

.sq_list {
    margin-top: 0.5em;
    padding: 0.5em 0em;
    background-color: #fff;
    position: relative;
    padding-right: 0;
}

.sq_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-content: center;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
}

.sq_list a {
    margin: 0;
}

.sq_list ul.author {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -webkit-align-items: center;
    -webkit-align-content: center;
    padding: 0 0.59em;

}

.sq_list ul.author li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -webkit-align-content: center;
    -webkit-flex-wrap: nowrap;
    margin-right: 0.6em

}

.sq_list ul.author li p {
    color: #b2b2b2;
    font-size: 0.875em;
    margin-left: 0.6em;

}

.sq_list .author p span {
    margin-left: 0.5em
}

.sq_list ul.author li .person_photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 1.5em;

}

.sq_list ul.author li .person_photo img {
    border-radius: 50%;
    width: 1.5em;
    height: 1.5em;
    -webkit-align-self: flex-start;

}

.sq_list ul.author li h2 span {
    border-radius: 5px;
    padding: 2px 3px;
    font-size: 0.75em;
    color: #fff;
    margin-right: 0.5em
}

.sq_list ul.author li h2 span.zhi1 {
    background: #52bc83;
    padding-top: 1px;
}

.sq_list ul.author li h2 span.zhi2 {
    background: #ff8b3d;
}

.sq_list ul.author li h2 span.zhi3 {
    background: #ff4c4c;
}

.sq_list .total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -webkit-flex-direction: column;
}

.sq_list .total p {
    line-height: 153%;
    font-size: 0.9375em;
    padding: 0.1em 0.75em;
    color: #666666
}

.sq_list .total p.title {
    font-size: 1.1em;
    line-height: 140%;
    max-height: 2.8em;
    /* overflow:hidden;
     text-overflow:ellipsis ;
     white-space:nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    padding: 0;
    margin: 0;
    padding: 0.3em 0.75em;
    color: #282828

}

.sq_list .total .description {
    max-height: 4.59em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    text-align: justify;

}

.sq_list .total .photo {
    display: -webkit-box;
    max-height: 8.6em;
    overflow: hidden;
}

.sq_list .total .photo img {
    max-width: 100%;
    max-height: 100%;
}

.sq_list ul.detail {
    padding: 0.75em;
    color: #999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;

}

.sq_list ul.detail li {
    list-style: disc;
    padding-left: 0em;
    padding-right: 1em;
    font-size: 0.9375em;
    line-height: 100%;
    vertical-align: middle;
    list-style-position: inside;
    display: -webkit-box;
    -webkit-flex-wrap: nowrap;

}

.sq_list ul.images,
.teacher_card ul.images {
    margin-top: 0.5em;
    padding: 0 0.75em;
    -webkit-align-content: space-between;
    -webkit-align-items: center;
}

.sq_list ul.images li,
.teacher_card ul.images li {
    -webkit-flex: 100%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin: 0 0.03em;
    max-height: 117px;
}

.sq_list ul.images li div,
.teacher_card ul.images li div {
    padding: 0.05em;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    max-height: 117px;
}

.sq_list ul.images li div img,
.teacher_card ul.images li div img {
    max-width: 100%;
}

.sq_list ul.detail li:first-child {
    list-style: none;
}

#communityList .mui-slider-item img {
    width: auto
}

#communityList .mui-table-view {
    background-color: #f8f8f8;
}

#communityList .mui-table-view:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0px;
    height: 0px;
    content: '';

}

#communityList .mui-table-view-chevron .mui-table-view-cell {
    margin-right: 0;
}

#communityList .mui-table-view-cell {
    margin-top: 0.6em;
    margin-right: 0;
}

#communityList .mui-table-view-cell:after {
    left: 0px;
}

#communityList .mui-table-view-cell:before,
.mui-bar-tab:before {
    position: absolute;
    right: 0;
    top: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #dcdcdc;
}

.pubComAreaBtn {
    position: relative
}

.pubComAreaBtn:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #dcdcdc;
}

.mui-bar-tab:before {
    background-color: #dbdbdb;
}

/****社区内容****/
.content {
    padding: 0.625em 1.78em;
    background-color: #fff;
}

.content h1 {
    font-size: 1.5625em;
    line-height: 144%;
}

.content ul.author {
    padding-top: 0.46em
}

.content ul.author li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-align-items: center;
    -webkit-align-content: center;
    -webkit-flex-wrap: nowrap;
    margin-right: 0.6em;
    font-size: 0.9375em;
    color: #b2b2b2;

}

.content ul.author li .person_photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    width: 2em;
    margin-right: 0.6em

}

.content ul.author li .person_photo img {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-align-self: flex-start;

}

.content .contentContent {
    padding-top: 1.3em;
    text-align: left;
}

.content .contentContent p {
    line-height: 162.5%;
    color: #444444;
    padding: 0;
    text-align: justify;
    /*text-align-last:left;*/
}

.content .contentContent p, .content .contentContent em, .content .contentContent strong, .content .contentContent i {
    font-size: 1.0625rem !important;
}

.content .contentContent img {
    max-width: 100%;
    max-height: 100%;
    padding: 0;
}

.content .contentContent h1 {
    font-size: 1.4325em;
    line-height: 150%;
    padding: 0 0 0.6em 0;
    text-align: left
}

.content .contentContent iframe {
    width: 100% !important;
    height: 220px !important;
}

/****评论列表***/
.noreplay {
    text-align: center;
    font-size: 1em;
    padding: 1em 0;
    color: #8f8f8f
}

.fixBtn {
    position: fixed;
    right: 0.5em;
    bottom: 3.5em;
    padding: 0.5em;
    z-index: 2;
}

.fixBtn a {
    width: 4.2em;
    height: 4.2em;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 0.875em;
    line-height: 120%;
    background: rgba(83, 83, 83, 0.5);

    -webkit-align-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
}

.fixBtn span {
    -webkit-align-self: center;
}

.toTop {
    bottom: 6.2em;
}

.toTop2 {
    bottom: 11.4em;
}

#toTop i {
    font-size: 1.8em;
}

.comment {
    background: #fafafa;
    /*padding:0em 1.1875em;*/
}

.comment h1 span {
    line-height: 2.65em;
    margin: 0em 1.1875em;
    padding-top: 1em;
    font-size: 0.90625em;
    display: inline-block;
    border-bottom: 0.2em solid #031d83 ;
    color: #031d83;
}

.commentList {
    margin: 0em 1.1875em;
}

.commentList ul.author li .person_photo {
    width: 2.0625em;
    margin-right: 0.625em;

}

.commentList ul.author li .person_photo img {
    border-radius: 50%;
    width: 2.0625em;
    height: 2.0625em;
    -webkit-align-self: flex-start;

}

.commentList ul.author li:nth-child(2) ul li:first-child p {
    font-size: 0.90625em;
    color: #8f8f8f;
    line-height: 138%;
    padding-top: 0.3em;
}

.commentList ul.author li:nth-child(2) ul:first-child li:first-child p:nth-child(2) {
    font-size: 0.6872em;
    line-height: 150%;
}

.commentList ul.author li:nth-child(2) ul:first-child li:nth-child(2) {
    margin-right: -1.1875em
}

.commentList ul.author li:nth-child(2) ul:first-child li:nth-child(2) a {
    color: #666666;
    width: 4em;
    display: inline-block;

}

.commentList ul.author li:nth-child(2) ul:first-child li:nth-child(2) a span {
    font-size: 0.8em;
}

.commentList ul.author li:nth-child(2) ul:first-child li:nth-child(2) a i {
    margin-right: 0.1em;
    font-size: 1.3em;
}

.commentList ul.author li:nth-child(2) ul:first-child li:nth-child(2) a i.icon-pinglun3 {
    font-size: 1.05em
}

.comment .mui-table-view-cell.mui-active {
    background-color: #f8f8f8;
}

.commentList ul.author li:nth-child(2) ul:first-child li:nth-child(2) a i.icon-dianzanshixin {
    color: rgb(255, 89, 61);
    font-size: 1.2em;
    margin-left: 0.1em;
}

p.commentContent,
p.replayContent,
p.quoteContent {
    font-size: 1.0625em;
    line-height: 162.5%;
    color: #444444;
    padding: 0.5em 0;
    text-align: justify;
    text-align-last: left;
}

p.replayContent span {
    color: #8f8f8f;
}

p.quoteContent {
    background-color: #efefef;
    padding: 0.6em
}

.comment .mui-table-view {
    background-color: #f8f8f8;
    padding: 0;
}

.comment .mui-table-view-cell {
    padding: 0.6875em 0;
}

.comment .mui-table-view:before {
    left: 1.1875em;
    right: 1.1875em;
}

.comment .mui-table-view:after {
    height: 0px;
}

.commentList ul.author li:first-child {
    -webkit-flex-basis: 2.6875em;
}

.commentList ul.author li:nth-child(2) {
    -webkit-flex: 100%;
}

.commentList ul.author li:nth-child(2) ul li {
    -webkit-flex: 100%;
}

.commentList ul.author li:nth-child(2) ul li:nth-child(2) {
    -webkit-flex-basis: 10em;
    -webkit-align-content: flex-start;
    -webkit-align-items: flex-start;
}

.commentFooter {
    background-color: #fff;
}

.commentFooter a {
    -webkit-flex: auto;
    -webkit-align-self: center;

}

.commentFooter a.leinput {
    width: 100%;
    margin-bottom: 0;
    padding: 0.2em;
    padding-left: 1em;
    font-size: 0.9375em;
    line-height: 150%;
    border-radius: 1em;
    background-color: #f7f7f7;
    display: inline;
    border: none;
    -webkit-flex-basis: 50%;
    padding-left: 0.7em;
    color: #999;
}

.commentFooter a i {
    font-size: 1.6em;
    position: relative;
    color: #4d4d4d;
    transition: font-size all 2s
}

.commentFooter a.zanBtn,
.commentFooter a.commentBtn {
    -webkit-flex-basis: 25%;
    text-align: center;
}

.commentFooter a.zanBtn {
    text-align: left;
    -webkit-flex-basis: 15%;
}

.commentFooter a.input {

}

.commentFooter a i .mui-badge {
    position: absolute;
    top: -0.5em;
    right: -1.2em;
    background: #fff;
    color: #ff682d;
    font-family: arial;
}

.replayAreaText {
    background-color: #fff;
    padding: 0 0.6em
}

.replayAreaText .btnArea {
    line-height: 300%;
}

.replayAreaText .btnArea a {
    color: #666
}

.replayAreaText textarea {
    border: none;
}

.replayAreaText .input {
    position: relative
}

.replayAreaText .input input[type='text'] {
    border: none;
    line-height: 200%;
    margin: 0.5em 0;
    position: relative
}

.replayAreaText .input:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #dcdcdc;
}

.replayAreaText .areatext {
    height: 100%;
    padding: 0.5em 0;
}

.replayAreaText .areatext textarea {
    height: 100%;
}

.replayAreaText .btnArea .blue {
    color: #007AFF
}

.replayAreaText button {
    border: none;
    font-size: 1em;
    color: #666;
    background: none;
    line-height: 200%;
    padding: 0px 1em;

}

/***login**/
.logo_box {
    width: 100%;
    text-align: center;
}

.logo_box a {
    background: url(images/backup.png);
    float: left;
    margin-left: 0.75em;
    width: 0.625em;
    height: 1.0625em;
    margin-top: 1.875em;
}

.logo {
    float: left;
    width: 11.3125em;
    margin: 1.125em 0;
    margin-left: 6.0625em;
}

/*登录*/
.login_box {
    width: 84%;
    margin: 0 auto;
}

.login {
    width: 100%;
}

.login input[type='text'] {
    margin-bottom: 0;
    border-radius: 8px 8px 0 0;
}

.account {
    margin-bottom: 0px;
    font-size: 0.875em;
    padding-left: 0.9375em;
    line-height: 3.34375em;
    border: 2px solid #c9c9c9;
    border-radius: 8px 8px 0 0;
    width: 100%;
    box-sizing: border-box;
}

.psw_box {
    position: relative;
}

#d1 {
    font-size: 0.875em;
    padding-left: 0.9375em;
    /* line-height: 3.34375em; */
    border-radius: 0 0 8px 8px;
    border-top: none;
    width: 100%;
    box-sizing: border-box;
}
#d2 {
    font-size: 0.875em;
    padding-left: 0.9375em;
    line-height: 3.34375em;
    border: 2px solid #c9c9c9;
    border-radius: 0 0 8px 8px;
    border-top: none;
    width: 100%;
    box-sizing: border-box;
}

#d3 {
    position: absolute;
    width: 1.125em;
    height: 0.65625em;
    background: url(../images/see_password.png);
    right: 0.9375em;
    top: 50%;
    margin-top: -0.5em;
    cursor: pointer;
}

.login_box > input[type="button"],
#information > input[type="button"],
#e_mail > input[type="button"] {
    width: 100%;
    background: #388cdf;
    font-size: 1.125em;
    color: white;
    border-radius: 8px;
    line-height: 2.25em;
    margin: 1.3125em 0;
    display: block;
    cursor: pointer;
}

#loginbutton_weixin {
    text-align: center;
    width: 100%;
    background: #45bd2a;
    font-size: 1.125em;
    color: white;
    border-radius: 8px;
    line-height: 2.25em;
    margin: 1.3125em 0;
    display: block;
    cursor: pointer;
}

#loginbutton_weixin span img {
    width: 1.3em;
    height: 1.25em;
    vertical-align: sub;
}

.sign_up_box {
    width: 100%;
}

.sign_up_box a {
    font-size: 0.875em;
    color: #388cdf;
}

.sign_up {
    float: left;
}

.find_psw {
    float: right;
}

#other_text {
    font-size: 0.875em;
    line-height: 110px;
    text-align: center;
}

#left_line {
    display: block;
    width: 34%;
    height: 1px;
    background: url(../images/other_line.png) repeat-x;
    margin-top: 1.6875em;
    float: left;
}

#right_line {
    display: block;
    width: 34%;
    height: 1px;
    background: url(../images/other_line.png) repeat-x;
    float: right;
    margin-top: 1.6875em;
}

.other {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.qq {
    width: 2.9375em;
    height: 2.1875em;
    background: #0187d0;
    margin: 0 0.6em;
    border-radius: 50%;
    padding-top: 0.75em;
    text-align: center;
    display: inline-block;
}

.qq img {
    margin: 0 auto;
    width: 1.375em;
    height: 1.4375em;
}

.sina {
    width: 2.9375em;
    height: 2.1875em;
    background: #d32f30;
    margin: 0 0.6em;
    border-radius: 50%;
    padding-top: 0.75em;
    text-align: center;
    display: inline-block;
}

.sina img {
    margin: 0 auto;
    width: 1.375em;
    height: 1.4375em
}

.wechat {
    width: 2.9375em;
    height: 2.1875em;
    background: #81d740;
    margin: 0 0.6em;
    border-radius: 50%;
    padding-top: 0.75em;
    text-align: center;
    display: inline-block;
}

.wechat img {
    margin: 0 auto;
    width: 1.375em;
    height: 1.4375em
}

/**注册**/

.content {
    margin: 0 auto;
}

.logo {
    width: 11.3125em;
    margin: 0 auto;
    margin-top: 3.375em;
    margin-bottom: 2.0625em;
    float: none;
    text-align: center;
}

.logo img {
    max-width: 100%;
}

.check {
    background: #3a8ce1;
    padding: 6px;
    border-radius: 8px;
    overflow: auto;
}

.check a {
    color: white;
    line-height: 2.2375em;
    width: 8.1875em;
    display: block;
    float: left;
    text-align: center;
    font-size: 0.9375em;
    border-radius: 8px;
    cursor: pointer;
}
@media screen  and (max-width: 320px) {
    .check a{
        width: 7em;
    }
}

#information {
    margin-top: 1.3125em;
    position: relative;
}

#e_mail {
    margin-top: 1.3125em;
    position: relative;
}

.information input {
    display: block;
}

#information input[type='text'],
#e_mail > input[type='text'] {
    margin-bottom: 0;
}

#information input[type='text']:first-child,
#e_mail > input[type='text']:first-child {
    border-radius: 8px 8px 0 0;
    border-bottom: none;
}

#information input[type='text']:nth-child(2),
#e_mail > input[type='text']:nth-child(2) {
    border-radius: 0;
}

#information input[type='text']:nth-child(3),
#e_mail > input[type='text']:nth-child(3) {
    border-radius: 0 0 8px 8px;
    border-top: none
}

.phone_nub {
    line-height: 3.25em;
    border: 2px solid #cdcdcd;
    box-sizing: border-box;
    border-bottom: none;
    font-size: 0.875em;
    width: 17.5em;
    padding-left: 2.3145em;
    padding-right: 0.9375em;
    background: url(../images/phone_icon.png) no-repeat 0.9375em center;
}

#send_yz {
    position: absolute;
    width: 3.5625em;
    background: #3a8ce1;
    display: block;
    color: white;
    font-size: 0.875em;
    line-height: 1.8125em;
    text-align: center;
    border-radius: 8px;
    top: 8px;
    right: 0.9375em;
    cursor: pointer;
}

#send_yz2 {
    position: absolute;
    width: 3.5625em;
    background: #3a8ce1;
    display: block;
    color: white;
    font-size: 0.875em;
    line-height: 1.8125em;
    text-align: center;
    border-radius: 8px;
    top: 0.75em;
    right: 0.9375em;
    cursor: pointer;
}

.yz_nub {
    line-height: 3.25em;
    border: 2px solid #cdcdcd;
    box-sizing: border-box;
    border-bottom: none;
    font-size: 0.875em;
    width: 17.5em;
    padding-left: 2.3145em;
    padding-right: 0.9375em;
    background: url(../images/yz_icon.png) no-repeat 0.9375em center;
}

.password {
    line-height: 3.25em;
    border: 2px solid #cdcdcd;
    box-sizing: border-box;
    font-size: 0.875em;
    width: 17.5em;
    padding-left: 2.3145em;
    padding-right: 0.9375em;
    border-radius: 0 0 8px 8px;
    background: url(../images/password_icon.png) no-repeat 0.9375em center;
}

#e_mail .phone_nub {
    background: url(../images/mail_icon.png) no-repeat 0.9375em center;
}

#e_mail .yz_nub {
    background: url(../images/password_icon.png) no-repeat 0.9375em center;
}

#e_mail .password {
    background: url(../images/yz_icon.png) no-repeat 0.9375em center;
}

.content h6 {
    width: 100%;
    font-size: 0.625em;
    color: #6d6d6d;
    text-align: center;
    line-height: 0.8125em;
    margin: 1.28em 0;
    float: left;
}

.content h6 > input {
    width: 0.8125em;
    height: 0.8125em;
    display: block;
    margin-left: 0.9375em;
    float: left;
}


.content > form > input[type="button"] {
    width: 100%;
    font-size: 1.125em;
    color: white;
    background: #3a8ce1;
    line-height: 2.75em;
    border-radius: 8px;
    cursor: pointer;
}

/**视频列表**/
.video_title {
    padding-top: 0.5em
}

.video_title.mui-segmented-control {
    width: auto
}

.video_title.mui-segmented-control .mui-control-item {
    border: none;
    text-align: left;
    font-size: 0.875em;
    color: #333333;
    position: relative;
}

.video_title.mui-segmented-control .mui-control-item:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 2px;
    content: '';
    background-color: #e6edf3;

}

.video_title .font_title {
    font-size: 1.125em;
    color: #333333;
    font-weight: bold;
    border-bottom: 2px solid #013d83;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4em;
    z-index: 1;
}

.video_title.mui-segmented-control .mui-active {
    background: none;
    color: #00b4ff;
}

.video_title.mui-segmented-control {
    border: none;
    border-radius: 0;
}

.video_list_wrap.mui-content-padded {
    margin-left: 0;
    margin-right: 0;
}

.video_list {
    margin-right: -0.625em
}

.video_title.mui-segmented-control .title {
    width: 6%;
    padding-left: 0.6875em;

}

.vdTitle {
    font-size: 1em;
    padding: 0 0.625em;
    line-height: 280%;
    position: relative;
    background-color: #fff;
}

.vdTitle:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #dcdcdc;
}

/*****/
.sub_nav .logo_small {
    margin-left: 0.625em;
    margin-right: 0.3em;
    width: 2em;
    height: 2em;
    display: inline;
    float: left
}

.sub_nav .logo_small img {
    max-width: 100%;
    margin-top: 0.2em;
}

.sub_nav a {
    font-size: 1.125em;
    padding: 0 0.1em;
}

.videoListContent {
    padding: 0 0.15rem !important;
}

/***文章列表***/
.list {
    border-bottom: 1px solid #dddddd;
    padding: 0.375em;
    border-top: 1px solid white;
}

.list h1 {
    padding: 0;
    font-size: 1em;
    color: #464646;
    line-height: 1.3125em;
    padding-top: 0.5em;
    padding-bottom: 0.1875em;
    font-weight: bold;
    padding-right: 0.625em;
}

.list p {
    font-size: 0.8125em;
    color: #909090;
    line-height: 1.25em;
    margin: 0;
}

.time_ago {
    font-size: 0.6875em;
    color: #999999;
    position: absolute;
    right: 15px;
    bottom: 2px;
    display: flex;
    align-items: center;
}

.time_ago i {
    font-size: 0.8em;
    margin-right: 0.3em
}

.card_01 {
    padding: 0.625em 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid white;
}

.card_01 .pic {
    width: 6.25em;
    height: 4.375em;
    background: #a3a3a3;
    float: left;
}

.card_01 h1 {
    padding: 0;
    font-size: 1em;
    color: #464646;
    line-height: 1.3125em;
    font-weight: bold;
    float: left;
    margin-left: 1.0625em;
    padding-right: 0.625em;
    width: 14.25em;
}

.card_02 {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid white;
}

.card_02 h1 {
    padding: 0;
    font-size: 1em;
    color: #464646;
    line-height: 1.3125em;
    font-weight: bold;
    padding: 0.5em 0.625em;
}

.card_02 .pic {
    width: 7.1875em;
    margin-right: 0.3125em;
    height: 5em;
    background: #A3A3A3;
    float: left;
}

.shengf {
    float: left;
    width: 15%;
    text-align: center;
    line-height: 2.6875em;
    font-size: 1.0625em;
    color: #2b2b2b;
    border-bottom: 2px solid #fafafa;
}

.show_more {
    background: url(../images/arrow_buttom.png) no-repeat center center;
    width: 10%;
    height: 2.6875em;
    float: left;
    cursor: pointer;
}

.shengf_current {
    border-bottom: 2px solid #2d7df4;
}

.show_more_up {
    background: url(../images/arrow_top.png) no-repeat center center;
    width: 10%;
    height: 2.6875em;
    float: left;
    cursor: pointer;
}

.trainAddress {
    width: 100%;
    position: relative;
    z-index: -1;
    margin-left: -1em;
}

.trainAddress:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0px;
    height: 1px;
    content: '';
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    background-color: #dcdcdc;
}

.trainAddress ul li {
    line-height: 150%;
    display: inline-block;
    margin: 0 1em;
    text-align: center;
}

.trainAddress ul li a {
    line-height: 2.4875em;
    font-size: 1.0625em;
    color: #2b2b2b;
}

.trainAddress ul li.current {
    border-bottom: 2px solid #2d7df4
}

@-webkit-keyframes FadeIn {
    0% {
        opacity: 0;
        z-index: 3; /*初始状态 透明度为0*/
    }
    100% {
        opacity: 1; /*结尾状态 透明度为1*/
        z-index: 3;
    }
}

@-webkit-keyframes Runright {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@-webkit-keyframes fixBtnFadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0; /*结尾状态 透明度为1*/
        transform: translateX(3em);
    }
}

@-webkit-keyframes fixBtnFadeIn {
    0% {
        opacity: 0;
        transform: translateX(3em);
    }
    100% {
        opacity: 1; /*结尾状态 透明度为1*/
        transform: translateX(0);
    }
}

@-webkit-keyframes fixTopFadeIn {
    0% {
        opacity: 0;
        transform: translateY(0px);
    }
    100% {
        opacity: 1; /*结尾状态 透明度为1*/
        transform: translateY(210px);
    }
}

@-webkit-keyframes fixTopFadeOut {
    0% {
        opacity: 1;
        transform: translateY(0px);
    }
    100% {
        opacity: 0; /*结尾状态 透明度为1*/
        transform: translateY(-210px);
    }
}

.lecApply {
    opacity: 0;
}

.lecApply a {
    background: rgba(52, 132, 224, 0.79);
}

.tanchuang {
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0.7em 0.5em 0.5em 1.25em;
    transition: 3s;
    z-index: 3;
}

.tanchuang h1 {
    color: white;
    font-size: 1em;
    line-height: 1.825em;
    font-weight: normal;
}

.tanchuang p {
    color: #b3b3b3;
    font-size: 0.6875em;
    line-height: 1.2em;
}

.tanchuang a {
    float: right;
    width: 7em;
    line-height: 2.5em;
    text-align: center;
    border: 2px solid #0084ff;
    color: #0084ff;
    font-size: 0.8em;
    text-decoration: none;
    border-radius: 2.2em;
    margin-top: 0.5em 0 0.5em 0.5em;

}

.goin {
    -webkit-animation: FadeIn 1s forwards;
}

.tanchuang_btn {
    width: 10em;
    height: 4em;
    border-radius: 0.625em;
    position: absolute;
    right: 1.25em;
    top: 20em;
    cursor: pointer;
    outline: none;
    font-size: 0.75em;
}

.guan {
    width: 1em;
    height: 1em;
    padding: 1em;
    background: url(images/close.png);
    position: absolute;
    top: -2.625em;
    left: -0.375em;
    cursor: pointer;
}

.runright {
    -webkit-animation: Runright 1s forwards;
}

.runDown {
    -webkit-animation: RunDown 1s forwards;
}

.fixFadeOut {
    -webkit-animation: fixBtnFadeOut 1s forwards;
}

.fixFadeIn {
    -webkit-animation: fixBtnFadeIn 1s forwards;
}

.fixTopFadeIn {
    -webkit-animation: fixTopFadeIn 1s forwards;
}

.fixTopFadeOut {
    -webkit-animation: fixTopFadeOut 6s forwards;
}

/**文章列表**/
.article_list {
    padding: 0.375em 0.625em;
    position: relative;
}

.article_list h1 {
    padding: 0;
    font-size: 1em;
    color: #464646;
    line-height: 1.3125em;
    padding-top: 0.5em;
    padding-bottom: 0.1875em;
    font-weight: bold;
    padding-right: 0.625em;
   /* max-height: 3.65em;*/
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 2;
}

.article_list p {
    font-size: 0.8125em;
    color: #909090;
    line-height: 1.25em;
    margin: 0;
    max-height: 2.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    -webkit-line-clamp: 2;
}

.article_list .pic {
    width: 6.25em;
    height: 4.375em;
    background: #a3a3a3;
    float: left;
    margin-right: 0.625em;
}

.article_list .pic img {
    width: 6.25em;
    height: 4.375em;
}

.article_list.mui-table-view-cell:after,
.teacher_card.mui-table-view-cell:after {
    right: 0.625em;
    left: 0.625em;

}

.article_list.mui-table-view-cell:last-child:after,
.teacher_card.mui-table-view-cell:last-child:after {
    height: 1px;
}

.teacher_card {
    padding: 0.375em 0.625em;
}

.teacher_card h1 {
    padding: 0;
    font-size: 1em;
    color: #464646;
    line-height: 1.3125em;
    font-weight: bold;
}

.teacher_card ul.images {
    padding: 0;
}

.teacher_card ul.images li {
    max-height: 5em;
    width: 33%;
    float: left;
}

.city {
    position: relative;
    transition: height 1s;
    -moz-transition: height 1s; /* Firefox 4 */
    -webkit-transition: height 1s; /* Safari and Chrome */
    -o-transition: height 1s; /* Opera */
    height: 2.8875em;
    overflow: hidden;
}

.city_more {
    height: auto
}

.city li {
    float: left;
    width: 15%;
    text-align: center;
    line-height: 2.6875em;
    font-size: 1.0625em;
    color: #2b2b2b;
    border-bottom: 0.2em solid #fff;
}

.city li.current {
    border-bottom: 2px solid #2d7df4;
}

.city li a {
    color: #2b2b2b;
}

.moreCity {
    position: absolute;
    bottom: 0.3em;
    right: 0;
    border: 1px solid #fff;
}

.samLazyImg {
    background-color: #c0c0c0;
    border: none
}

.destroy {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    padding: 0.5em 0.5em 0 0.5em;
    z-index: 99996;
    margin-top: -210px;
    opacity: 0;
    filter: alpha(opacity=0);
    background-image: -webkit-linear-gradient(to top, #81201b, #d63625);
    background-image: linear-gradient(to top, #81201b, #d63625);

}

.sheet {
    text-indent: 2em;
    position: relative;
    width: 100%;
    height: 180px;
    margin: auto;
    padding: 0;
    color: #fff
}
.video_page_content p{
    font-size: 100px !important;
}
.mui-scroll .contentContent iframe {
    width: 100% !important;
    height: 220px !important;
}
.contentContent iframe{
    width: 100% !important;
    height: 220px !important;
}