
table,table tr td { border:1px solid #ccc; padding: 2px 5px; text-align: center;}
table tr th { border:1px solid #fff; padding: 2px 5px; text-align: center;}
table { min-height: 25px; line-height: 30px; width: 100%; font-size: 14px; border-collapse: collapse;}

.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
}
.info_title_box {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
	position: relative;
}
.info_title_box::after {
	content: ' ';
	width: 3px;
	height: 15px;
	padding: 0px;
	margin: 10px 0px;
	top: 0px;
	left: 0px;
	position: absolute;
	background-color: #2c3388;
	display: block;
}
.info_title_box span {
	font-size: 20px;
	line-height: 35px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}
.info_title_box a {
	font-size: 16px;
	line-height: 35px;
	color: #666;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: right;
}

.rat-gaokao-twonavigation {
	min-height: 56px;
	margin-bottom: 20px;
	background-color: #daeafd;
	padding: 0 30px;
}
.rat-gaokao-twonavigation li {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    list-style: none;
    font-weight: 500;
    color: #303133;
    position: relative;
		margin: 0 40px;
		font-size: 18px;
		height: 56px;
		line-height: 56px;
}
.rat-gaokao-twonavigation li:first-child {margin-left: 0px;}
.rat-gaokao-twonavigation li:last-child {margin-right: 0px;}
.rat-gaokao-twonavigation li.active a,.rat-gaokao-twonavigation li:hover a {
    color: #2c3388;
}
.rat-gaokao-twonavigation li.active::after,.rat-gaokao-twonavigation li:hover::after {
	width: 100%;
	content: '';
	display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background-color: #2c3388;
    z-index: 1;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: -webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1);
    transition: transform .3s cubic-bezier(.645,.045,.355,1),-webkit-transform .3s cubic-bezier(.645,.045,.355,1);
    list-style: none;
}
.rat-gaokao-main {
	padding: 0px;
	margin: 0px;
}
.rat-left-info {
	width: 67%;
	padding: 0px;
	margin: 0px;
	position: relative;
	float: left;
}
.rat-left-info .list-item {
	height: 140px;
	box-shadow: 0 2px 8px rgba(200,200,200,.4);
	border-radius: 4px;
	padding: 20px 24px;
	margin-bottom: 16px;
}
.rat-left-info .list-item .el-image {
	width: 150px;
	height: 100px;
	float: left;
}
.rat-left-info .list-item a {
	flex: 1;
	margin-left: 20px;
	width: calc(100% - 170px);
	display: block;
	float: left;
}
.rat-left-info .list-item a .title {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	color: #303133;
	margin-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rat-left-info .list-item a .matter {
	line-height: 24px;
	color: #888;
	font-size: 14px;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rat-left-info .list-item a .date {
	height: 19px;
	font-size: 14px;
	line-height: 24px;
	color: #888;
}

.rat-right-info {
	width: 30%;
	padding: 0px;
	margin: 0px;
	float: right;
}
.rat-news-search {
	padding: 0px;
	margin: 0px 0px 25px;
	overflow: hidden;
	position: relative;
}
.rat-news-search input {
	-webkit-appearance: none;
	background-color: #fff;
	background-image: none;
	border: 1px solid #dcdfe6;
	border-right: 0px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	-webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	transition: border-color .2s cubic-bezier(.645,.045,.355,1);
	width: calc(100% - 80px);
	float: left;
}
.rat-news-search button {
	background-color: #2c3388;
	color: #fff;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	display: table-cell;
	position: relative;
	border: 1px solid #2c3388;
	padding: 0 20px;
	width: 80px;
	white-space: nowrap;
	float: left;
}
.rat-gaokao-main .rat-right-info .rat-news-rightmain {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(30,30,30,.3);
    padding: 15px;
    margin-bottom: 20px;
}
.rat-news-rightmain li {
	cursor: pointer;
	height: 51px;
	padding: 16px 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-top: 1px dotted #e1e1e1;
}
.rat-news-rightmain li:first-child {border-top: 0px;}

.rat-gaokao-details {
	box-shadow: 0 2px 8px rgba(200,200,200,.4);
	padding: 20px 24px;
	margin-bottom: 16px;
	min-height: 600px;
}
.rat-gaokao-details-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	color: #444;
	margin-bottom: 13px;
}
.rat-gaokao-detailsother {
	font-size: 14px;
	line-height: 20px;
	color: #444;
	margin-bottom: 20px;
	overflow: hidden;
}
.rat-gaokao-detailsother div {float: left;}
.rat-gaokao-detailsother .source {
	margin-right: 46px;
}
.rat-gaokao-detailsother .see {
	margin-right: 17px;
	color: #999;
}
.rat-gaokao-detailsother .collection {
	cursor: pointer;
	color: #999;
}
.rat-gaokao-detailsother i {font-size: 18px;}
.rat-gaokao-details-editor {
	font-size: 14px;
	line-height: 2;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

@media (max-width: 1100px) {
	
}
@media (max-width: 960px) {
	
}
@media (max-width: 767px) {
	.rat-gaokao-twonavigation {padding: 10px 0px;min-height: inherit; overflow: hidden;}
	.rat-gaokao-twonavigation li {display: inherit; float: left; margin: 0px; width: 33.33333%; padding: 0px 10px; text-align: center; font-size: 16px; line-height: 30px; height: 30px;}
	.rat-ny-infoall {padding-bottom: 10px;}
	.rat-left-info {width: 100%; float: inherit;}
	.rat-left-info .list-item .el-image {display: none;}
	.rat-left-info .list-item a {margin: 0px;width: 100%; float: inherit;}
	.rat-gaokao-detailsother {padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px dashed #ccc; font-size: 13px;}
	.rat-gaokao-detailsother .source {display: none;}
	.rat-gaokao-detailsother i {font-size: 14px;}
	.rat-gaokao-details-editor {font-size: 13px; line-height: 1.8;}
	.rat-right-info {display: none;}
}