* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size:16px;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  background-color: #351fb8;
}

a{
 cursor:pointer
}
.header {
  width: 100%;
  height: 500px;
  background: url("../images/header.png") no-repeat center;
  min-width:  1100px;
}
.centerBlock {
  display: block;
  margin: 0 auto;
}
.clearfix:after{
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden
}
.clearfix {
  zoom: 1;
}
.main {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
.nav{
  border-bottom: 1px solid #0d36bc;
  background-color: #e9f4f9;
}
.nav ul {
  height: 54px;
  margin: 0 auto;
  width: 750px;
}
.nav ul li {
  float: left;
  margin: 0px 14px;
  line-height: 54px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  cursor:pointer
}
.column {
  margin: 30px 0 40px;
}
.mg {
  margin: 20px auto; 
}
.content {
  background: #fff;
  padding: 0 50px
}
.news ul {
  padding: 20px 50px;
}
.news li {
  float: left;
  width: 40%;
  margin:20px  5%;
  border-bottom: 2px dashed #ccc;
  padding-bottom: 6px;
}
.more {
  position: relative;
  top: 42px;
  float: right;
  margin-right: 46px;
  font-size: 18px;
}
.news li abbr {
  background: #0d36bc;
  padding: 2px;
  display: inline-block;
  vertical-align: top;
  margin:7px 4px 0 0 
}
.news li a {
  font-size: 17px;
  color: #322c50;
  display: inline-block;
  width: 96%;
  text-shadow: 0 0 0px;
  height: 49px;
  line-height: 26px;
  overflow: hidden;
}
.vote {
  width: 420px;
  margin:0 auto;
  color: #351fb8;
  height: 200px;
}
 .vote p {
  font-size: 18px;
  font-weight: bold;

 }
.footer {
  min-width:  1100px;
  width: 100%;
  height: 180px;
  background: #351fb8 url("../images/footer.png") no-repeat  bottom center;
  color: #d9d7d7;
  text-align: center;
  padding-top: 50px;
  line-height: 30px;
}
/*======================*/
.titleBox  {
  width: 760px;
  margin: 0 auto;
}
.titleList {
  width: 300px;
  float: left;
}
.sortList {
  width: 440px;
  float: right;
}
.voteList .titleList li {
  width: 240px;
  line-height: 60px;
  font-size: 18px;
  text-align: center;
  background: #416cdf;
  border-radius: 4px;
  color: #e8d295;
  margin: 10px 0;
}
 .voteList li.select{
  background: #351fb8;
  position: relative;
 }
.voteList li.select:after {
   content: "";
    display: block;
    font-weight: bold;
    position: absolute;
    right: -22px;
    top: 11px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #351fb8;
  }
.voteList li:hover {

}
.voteList li abbr {
  color: #fff
}
.sortList {
  margin-top: 10px;
}
.sortList li {
  float: left;
  margin-right: 60px;
  margin-bottom: 7px;
}
.titleList li:hover {
  cursor: pointer;
}
.company {
  color: #414141
}
.code{
  color:#ababab;
  margin-right: 10px
}
.sort_2 li {
  margin-right: 80px;
}