.warp {
  background-image: url("../image/home/pic4.jpg");
  background-repeat: repeat;
  -o-background-size: contain;
     background-size: contain;
  cursor: default;
  width: 100%;
  min-height: 800px;
}
.newp {
    color: #4CAF50; 
}
.warp .main {
  width: 100%;
  padding-top: 130px;
  padding-bottom: 50px;
}
.warp .main .icon {
  width: 80px;
  height: 60px;
  margin: auto;
}
.warp .main .icon img {
  width: 100%;
  height: 100%;
}
.warp .main h2 {
  margin: auto;
  display: block;
  width: 124px;
  font-size: 28px;
  line-height: 1.75em;
  letter-spacing: 3px;
  color: #fff;
  padding-top: 30px;
  padding-bottom: 70px;
}
.warp .main h2 strong {
  font-weight: 800;
}
.title{
  color: #7c8081;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: 3.2px;
  margin: 0;
  text-align: left;
  border: none;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.warp .main .content {
  width: 1400px;
  margin: auto;
  padding: 0 0;
  font-family: "Lato", sans-serif;
}
/*论文*/
.warp .main .content .paper{
  background-color: #fff;
}
.warp .main .content .paper ul{
  padding: 0;
}
.warp .main .content .paper li {
  padding: 0 60px 20px 60px;
  background: #fff;
  margin-top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.warp .main .content .paper li .picture {
  width: 300px;
  height: 120px;
  margin-right: 20px;
}
.warp .main .content .paper li .picture img {
  width: 100%;
  height: 100%;
}
.warp .main .content .paper li p{
  margin-top: 5px;
  font-weight: 800;
  width: 1100px;
  color: #000;
  margin-bottom: 0px;
  font-size: 17px;
}
.warp .main .content .paper li p strong {
  font-weight: 400;
}
.warp .main .content .paper li p a{
  text-align: right;
  color: black;
}
.warp .main .content .paper li p a:hover{
  color: steelblue;
}
/*会议*/
.warp .main .content .conference{
  background-color: #fff;
}
.warp .main .content .conference ul{
  padding: 0;
}
.warp .main .content .conference li {
  padding: 0 60px 20px 60px;
  background: #fff;
  margin-top: 0;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.warp .main .content .conference li .picture {
  width: 300px;
  height: 120px;
  margin-right: 20px;
}
.warp .main .content .conference li .picture img {
  width: 100%;
  height: 100%;
}
.warp .main .content .conference li p{
  margin-top: 5px;
  font-weight: 800;
  width: 1100px;
  color: #000;
  margin-bottom: 0px;
  font-size: 17px;
}
.warp .main .content .conference li p strong {
  font-weight: 400;
}
.warp .main .content .conference li p a{
  text-align: right;
  color: black;
}
.warp .main .content .conference li p a:hover{
  color: steelblue;
}