* {
    padding: 0;
    margin: 0;
}

html, body {
    color: #333;
}

a, li {
    text-decoration: none;
    list-style: none;
}

input {
    outline: none;
}

button {
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 4px;
    height: 6px;
    background-color: rgba(240, 240, 240, 1);
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(240, 240, 240, 1);
    border-radius: 10px;
    background-color: rgba(240, 240, 240, 1);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(240, 240, 240, 1);
    background-color: rgba(0, 0, 0, 0.2);
}

section {
    overflow: hidden;
}

.homeTop {
    width: 1200px;
    height: 55px;
    line-height: 55px;
    margin: auto;
}

.homeTopTime {
    width: 50%;
    float: left;
    font-size: 15px;
    color: #444;
}

.homeTopSign {
    width: 50%;
    float: right;
    text-align: right;

}

.homeTopSign a {
    margin-left: 30px;
    font-size: 15px;
    color: #444;
}

.homeSubject {
    width: 100%;
    min-height: 600px;
    overflow: hidden;
}

.homeSubjectIndex {
    width: 100%;
    height: 200px;
    background: #377ae3;
    overflow: hidden;
}

.subjectAll {
    width: 1200px;
    margin: auto;
    overflow: hidden;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
}

.homeSubjectTop {
    height: 98px;
    margin: 25px auto;
    overflow: hidden;
    width: 1200px;
    position: relative;
    z-index: 2;
}

.homeSubjectFooter {
    line-height: 28px;
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
    color: #656565;
}

.homeSubjectTop_left {
    width: 320px;
    height: 75px;
    float: left;
    margin-top: 5px;
    overflow: hidden;
}

.homeSubjectTop_left img {
    width: auto;
    height: 100%;
}

.homeSubjectTop_right {
    width: 700px;
    float: right;
    margin-top: 24px;
    overflow: hidden;
}

.homeSubjectTop_right form {
    width: 100%;
    height: 42px;
    float: right;
    overflow: hidden;
    position: relative;
}

.homeSubjectTop_right form input {
    width: 440px;
    height: 42px;
    background: #fff;
    outline: none;
    border: none;
    padding-left: 25px;
    font-size: 15px;
    float: right;
    border-radius: 25px;
    transition: 0.5s;
}

.homeSubjectTop_right form input:focus {
    width: 480px;
}

.homeSubjectTop_right form button {
    width: 100px;
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    margin: auto;
    outline: none;
    border: none;
    background: #377ae3;
    color: #fff;
    font-size: 15px;
    border-radius: 20px;
    cursor: pointer;
}

.homeSubjectInfo {
    min-height: 660px;
    background: #fff;
    border-radius: 16px;
    position: relative;
    z-index: 3;
    margin-top: -60px;
}

.entranceList {
    width: 100%;
    height: 180px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    overflow: hidden;
}

.entranceList ul {
    width: 100%;
    overflow: hidden;
}

.entranceList ul li {
    width: 14.28%;
    float: left;
    margin-top: 31px;
    overflow: hidden;
    text-align: center;
}

.entranceList ul li a {
    display: block;
}

.entranceList ul li img {
    width: 66px;
    height: 66px;
    margin-bottom: 10px;
    border-radius: 50%;
}

.entranceList ul li p {
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.entranceList ul .tclick p {
    color: #f30;
}

.contentPage {
    height: 660px;
    overflow: hidden;
}

.contentPage_left {
    width: 316px;
    float: left;
    height: 660px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
    overflow-y: scroll;
}

.contentPage_leftSign {
    overflow: hidden;
    padding: 28px 28px 0px 28px;
}

.contentPage_leftSign .leftSignImg {
    float: left;
    width: 70px;
    margin-right: 15px;
}

.contentPage_leftSign .leftSignImg img {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.contentPage_leftSign .leftSignInfo p {
    font-size: 19px;
    color: #222;
    margin: 6px 0 5px 0;
    font-weight: 400;
}

.contentPage_leftSign .leftSignInfo span {
    font-size: 14px;
    color: #999;
    margin: 6px 0 5px 0;
    font-weight: 400;
}

.contentPage_right {
    width: 840px;
    float: right;
    height: 648px;
    overflow: hidden;
    margin-right: 20px;
    /* background: darkcyan; */
}

.linkLista {
    overflow: hidden;
}

.leftSignNav {
    width: 100%;
    margin-top: 25px;
    overflow: hidden;
}

.leftSignNav li {
    width: 100%;
    overflow: hidden;
}

.leftSignNav li a {
    display: block;
    position: relative;
    line-height: 54px;
    padding-left: 28px;
    margin-left: 28px;
}

.leftSignNav li a .layui-btn {
    background: none;
    font-size: 15px;
    color: #222;
    padding: 0;
}

.leftSignNav li:hover {
    background: rgba(54, 122, 229, 0.1);
}

.signNavLi {
    background: rgba(54, 122, 229, 0.1);
}

.leftSignNav li a img {
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.leftSignNav li a span {
    font-size: 15px;
    color: #222;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 10px;
}

/* 嵌套 */
#iframeMain {
    border: none;
    margin-top: 15px;
    height: calc(100% - 15px);
}
/* 加载动画 */
.Loading-warp {
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, 0.6);
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:10000;
}
.Loading-warp .Loading {
	position:relative;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:180px;
	height:20px;
	display:flex;
	justify-content:space-between;
}
.Loading-warp .Loading .Circle,.Circle2,.Circle3 {
	width:20px;
	height:100%;
	background-color:#FFFFFF;
	border-radius:50%;
	animation:bounce 1.5s infinite ease-in-out;
	opacity:0;
}
@keyframes bounce {
	0%,100% {
	transform:scale(0);
	opacity:0;
}
50% {
	transform:scale(1.2);
	opacity:1;
}
}.Loading-warp .Loading .Circle2 {
	animation-delay:.25s;
}
.Loading-warp .Loading .Circle3 {
	animation-delay:.5s;
}
