em,
i {
  font-style: normal;
}
div,
p,
span,
a,
i,
em,
ul,
li,
dd,
dt,
table,
dl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*公用样式*/
.title {
  font-size: 18px;
  color: #FF9D00;
  text-align: center;
}
.leftTitle {
  font-size: 18px;
  color: #333333;
  padding-left: 10px;
  border-left: 4px solid #FF9D00;
  height: 20px;
  margin-left: 14px;
  padding-bottom:14px;
  
  
}
/*头部广告*/
.banner {
  width: 1200px;
  margin: 20px auto 0;
  position: relative;
}
.banner div{
  position: absolute;
  top: 260px;
  left: 380px;
  width: 209px;
  height: 60px;
  cursor: pointer;
}
.banner div:last-child{
  left: 628px;
}
/*VS*/
.contrast {
  width: 1200px;
  margin: 22px  auto 0;
  background-color: #fafafa;
  padding-top: 30px;
  padding-bottom: 35px;
}
.contrast .contrastCen {
  margin-top: 44px;
  padding: 0 15px;
  font-size: 0;
}
.contrast .contrastCen li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.contrast .contrastCen li:nth-last-of-type(1) {
  margin-left: 0px;
}
.contrast .contrastCen li span {
  font-size: 16px;
  color: #FF9D00;
  display: block;
  margin-bottom: 18px;
}
.contrast .contrastCen li img {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
}
.contrast .contrastCen li .contrastRight {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;

  padding-right: 4px;
  height: 190px;
}
.contrast .contrastCen li:nth-of-type(2) {
	margin-left:12px;
}
.contrast .contrastCen li:nth-of-type(2)  .contrastRight {
  background: none;
}
.contrast .contrastCen li .contrastRight p {
  width: 420px;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
  text-indent: 2em;
  text-align: justify;
  margin-bottom: 10px;
  padding: 0 20px;
}
/*历年国家分数线*/
.fractionYear {
  width: 1200px;
  margin: 30px auto 0;
}
.fractionYear .fyCen {
  margin-top: 14px;
  border-top: 1px solid #cccccc;
}
.fractionYear .fyCen table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
}
.fractionYear .fyCen table tr th {
  line-height: 60px;
  font-size: 18px;
  color: #FF9D00;
  border: 1px solid #cccccc;
  background-color: #E5EDFA;
}
.fractionYear .fyCen table tr td {
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #cccccc;
}
.fractionYear .fyCen table tr td a {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px  solid transparent;
  margin: 0 2px;
}
.fractionYear .fyCen table tr td a:hover {
  color: #FF9D00;
  border-bottom: 1px  solid #FF9D00;
}

/*.fractionYear .fyCen table tr:nth-of-type(1) {
  background-color: #f7fafd;
}*/
.fractionYear .fyCen table tr:nth-of-type(2n-1) {
  background-color: #fff;
}
.fractionYear .fyCen table tr:nth-of-type(2n) {
  background-color: #F1F5FC;
}
/*广告*/
.gg {
  width: 1200px;
  margin: 30px auto;
  display: block;
}
/*趋势图*/
.trend {
  width: 1200px;
  margin: 0 auto;
   padding-bottom:20px;
   padding-top:20px;
}
.trend .trendCen .trendList {
  border-top:1px solid #cccccc;
  margin-top: 12px;
  padding: 0 14px;
  font-size: 0;
  margin-bottom:20px;
}
.trend .trendCen .trendList dl {
  margin-top: 20px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 230px;
  border: 1px solid #cccccc;
  padding: 14px;
  font-size: 0;
}
.trend .trendCen .trendList dl dd {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 45%;
  height: 22px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  margin-bottom: 16px;
  cursor: pointer;
}
.trend .trendCen .trendList dl dd:nth-of-type(2n) {
  margin-left: 18px;
}
.trend .trendCen .trendList dl dd:nth-last-of-type(1) {
  height: auto;
  line-height: 18px;
  padding: 8px 0;
}
.trend .trendCen .trendList dl .active {
  background-color: #FF9D00;
  color: #ffffff;
}
.trend .trendCen .trendList dl .db {
  display: block;
  width: 100%;
  margin-left: 0!important;
  height: auto;
  line-height: 18px;
  padding: 8px 0;
}
.trend .trendCen .trendList dl .db:nth-last-of-type(1) {
  margin-bottom: 0;
}
.trend .trendCen .trendList dl .ds {
  height: auto;
  width: 100%;
  line-height: 18px;
  padding: 8px 0;
  margin-left: 0!important;
}
.trend .trendCen .trendList ul {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 14px;
  margin-top: 20px;
}
.trend .trendCen .trendList ul li {
  display: block;
}
.trend .trendCen .trendList ul li .r_box_r {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.trend .trendCen .trendList ul li .r_box_r h4 {
  font-size: 14px;
  color: #FF9D00;
  text-align: center;
  border: 1px solid #cccccc;
  border-bottom: none;
  padding: 10px 0;
  width: 479px;
}
.trend .trendCen .trendList ul li .r_box_r img{
    width:481px;
    display: block;
    margin: 0 auto;
    height: auto;
}
.trend .trendCen .trendList ul li .right_in {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 16px;
}
.trend .trendCen .trendList ul li .right_in table {
  width: 430px;
  text-align: center;
  border: 1px solid #cccccc;
  line-height: 32px;
}
.trend .trendCen .trendList ul li .right_in table tr td {
  font-size: 14px;
  border: 1px solid #cccccc;
}
.trend .trendCen .trendList ul li .right_in table tr td:nth-of-type(1) {
  width: 40%;
}
.trend .trendCen .trendList ul li .right_in table tr td:nth-of-type(2) {
  width: 30%;
}
.trend .trendCen .trendList ul li .right_in table tr td:nth-of-type(3) {
  width: 30%;
}
.trend .trendCen .trendList ul li .right_in table tr:nth-of-type(1) td {
  font-size: 14px;
  color: #FF9D00;
}
 .trendList:nth-of-type(4) dl {
  overflow-y: scroll;
  height: 416px;
}
/*资讯列表*/
.information {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #FF9D00;
  width: 1200px;
  margin: 0 auto;
}
.information .informationCen {
  border: 1px solid #cccccc;
  padding: 20px 14px;
}
.information .informationCen dl {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  width: 360px;
  margin-right: 38px;
}
.information .informationCen dl dt {
  font-size: 0;
  border-bottom: 1px  solid #cccccc;
  margin-bottom: 4px;
}
.information .informationCen dl dt span {
  margin-right: 10px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  height: 20px;
  width: 4px;
  background-color: #FF9D00;
}
.information .informationCen dl dt p {
  font-size: 18px;
  color: #333333;
  line-height: 60px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.information .informationCen dl dd {
  padding: 0 12px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
.information .informationCen dl dd span {
  width: 5px;
  height: 5px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  background-color: #FF9D00;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.information .informationCen dl dd a {
    margin-left: 4px;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    *: ;
    zoom: 1;
    *: ;
    display: inline;
    vertical-align: middle;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - -13px);
    display: inline-block;
    flex:1;
    
}
.information .informationCen dl dd a:hover {
  color: #FF9D00;
}
.information .informationCen dl:nth-last-of-type(1) {
  margin-right: 0;
}
/*课程列表*/
.classList {
  width: 1200px;
  margin: 14px auto 40px;
  border: 1px solid #cccccc;
  /* padding: 20px 14px; */
}
.classList dt{
  margin-left: 20px;  
  margin-top: 30px;  
}
.classList dt span {
  margin-right: 10px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: bottom;
  height: 20px;
  width: 4px;
  background-color: #FF9D00;
}
.classList dt p {
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
/*成绩查询入口*/


.cjcx{
  display: flex;
  height: 116px;
  background: url("/images/score/cxbg.png") no-repeat center;
  align-items: center;
  padding-left: 16px;
  justify-content: space-between;
  margin-top: 20px;
}
.cx_left{
  width: 732px;

 }
.cx_left>div{
  display: flex;
  justify-content: space-between;
}
.cx_left>div:first-of-type{
  align-items: flex-end;
}

.cx_left>div h2{
  font-size:24px;
  color:rgba(255,196,0,1);
  line-height:24px;
  background: linear-gradient(to right, #FFC400, #FF9D00 30%,#FFC400 65%);
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;

}
.cx_left>div p{
  font-size:16px;
  color:rgba(51,51,51,1);
}
.inp_list{
  margin-top: 16px;
}
.inp_list input{
  width:180px;
  height:36px;
  background:rgba(255,255,255,1);
  border-radius:5px;
  border: none;
  outline: none;
  text-indent: .5em ;
}
.submit{
  width:130px;
  height:36px;
  background:linear-gradient(0deg,rgba(255,170,0,1),rgba(255,170,0,1),rgba(255,205,23,1));
  border-radius:5px;
  font-size:14px;
  color:rgba(255,255,255,1);
  line-height:36px;
  text-align: center;
  cursor: pointer;
}
.cx_right{
  width: 303px;
  height: 78px;
  background: url("/images/score/cxrk.png") no-repeat center;
  font-size:15px;
  font-weight:bold;
  color:rgba(83,46,139,1);
  line-height:62px;
  padding-left: 68px;
  margin-top: 20px;
  cursor: pointer;
}