@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
body {
  font-family: 'Microsoft yahei','微软雅黑',Tahoma,Verdana,Arial,sans-serif;
}
		
.section {
  width: 960px;
} 
		
.section-20 {
  margin-top: 0;
  margin-bottom: 30px;
}
.section-20 .unit {
  background-color: rgba(26, 49, 83, 0.39);;
}
.section-20 .mod-list {
  padding: 30px 40px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.section-20 .mod-list li a {
  color: #fff;
}
.section-20 .mod-list li a:hover {
  color: #bc0000;
}
		
		
.section-21 .mod-tile {
  width: 182px;
  margin: 0 5px 30px;
}
.section-21 .mod-tile .media {
  position: relative;
  border: 1px solid #2167c9;
  overflow: hidden;
}
.section-21 .mod-tile .media img {
  width: 180px;
  height: 140px;		  
}
.section-21 .mod-tile .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 16px;
  line-height: 35px;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.section-21 .vote {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  background-color: #1a3153;
  color: #fff;
  width: 75%;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin-top:8px;
}
.section-21 .vote > label { 
  padding-left: 10px;
}
.section-21 .sub { 
  width:500px;
  margin:0px auto;
  overflow:hidden;
}
.section-21 .sub p {
  width:250px;
  padding:20px 0px;
  text-align:center;
}
 .section-21 .sub .btn {
  width: 145px;
  height: 35px;
  font-size: 16px;
  background-color: #f60;
  border: 0;
  color: #fff;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding-bottom: 4px;
  padding-left: 10px;
  letter-spacing: 10px;
}

/*点赞*/
.info span {
  float: left;
  display: block;
  cursor:pointer;
  margin-left: 15.5%;
  padding-bottom: 3%;
  margin-top:4px;
} 
.info span a {
  cursor:pointer;
}
.info em {
  font-style: normal;
  float: right;
  margin-right: 18.5%;
  padding-bottom: 3%;
  font-size: 0.875rem;
}
.icon-zan {
  width: 1.4rem;
  height: 1.4rem;
  background:url(http://www.newsimg.cn/tech/2017ppr/img/btn_like.png) 0 0 no-repeat;
  background-size: contain;
  overflow: hidden;
  text-indent: -9999px;
}
.icon-zan.we {
  background:url(http://www.newsimg.cn/tech/2017ppr/img/btn_like_already.png) 0 0 no-repeat;
  background-size: contain;
}

/*mask*/
.mask {
  position: fixed;
  top:0px;
  left:0px;
  display: none;
  width:100%;
  z-index: 99;
}
.mask {
  background: rgba(0, 0, 0, 0.8);
  color:#fff;
}
.maskBox {
  margin: 20% auto 0;
  width: 50%;
  border: 1px dotted #fff;
  padding: 3%;
  position: relative;
}
.maskBox .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(255, 255, 255, 0.8);
  color: #09f;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.5;
}
.masktopic {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-bottom: 2%;
}
.masktopic a {
  color: #fff;
}
.maskabstract {
  line-height: 1.7;
  font-size: 1.0rem;
}
.disno {
  display:none;
}
.show {
  display: block;
}
	
	
.mod-list em{
    font-style: normal;
    font-weight: 400;
	font-size:22px;
	text-align:center;
}

.mod .topic{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 16px;
    line-height: 32px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    background-color: #1a3153;
    opacity: 0.8;
}

.mod .topic a{
  color:#fff;
}
body{
background:#040000 url(http://www.newsimg.cn/tech/2017ppr/img/banner.jpg) 50% 0 no-repeat ;
}

.voteCheck {
    height: 30px;
    line-height: 30px;
    width: 50%;
    position: fixed;
    left: 25%;
    bottom: 10px;
    text-align: center;
    background: rgb(26, 49, 83);
    color: #fff;
    margin: 0 auto;
}
.voteCheck a {
  color: #fff;
}