/* CSS Document */
@font-face {
  font-family: Gotham-Medium;
  src: url('Gotham-Medium.otf');
}

@font-face {
  font-family: Roboto-Bold;
  src: url('Roboto-Bold.ttf');
}

body {
  margin: 0;
  font-size: 12px;
  font-family: Gotham-Medium, 'Microsoft YaHei UI', 'microsoft yahei', '黑体';
  line-height: 1.5;
  color: #333;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
img,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
font {
  border: none;
  padding: 0;
  margin: 0;
  list-style: none;
}

h1 {
  font-size: 20px;
  font-weight: normal;
}

h2 {
  font-size: 14px;
}

h3 {
  font-size: 14px;
  font-weight: normal;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 12px;
  font-weight: normal;
}

font {
  font-size: 12px;
}

a {
  color: #003979;
  text-decoration: none;
}

a:hover {
  color: #03519A;
  text-decoration: none;
}

dfn,
i {
  font-style: normal;
}

.clearfloat {
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}

body {
  background: #F6F9FF url(hmfl_em2021_bg.jpg) center top no-repeat;
}

.basediv {
  position: relative;
  width: 1340px;
  margin: 0 auto;
}
.basediv dl {color: #fff;position: absolute; top:220px; left: 50px;}
.basediv dl dt{ font-size: 40px;}
.basediv dl dd{ font-size: 28px;}
.clear:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.headtips ul {
  text-align: right;
  padding: 5px 0 0 0;
}

.headtips ul li {
  padding: 0 10px;
  display: inline-block;
  vertical-align: middle;
}

.headtips ul li:last-child {
  padding-left: 10px;
}

.headtips ul li img {
  cursor: pointer;
}
.headtips ul li a {
  color: #fff;
}
.searchbox {
  display: none;
  height: 50px;
  line-height: 50px;
  background: #c4820e;
  position: absolute;
  top: 0;
  width: 1340px;
}

.searchput {
  background: none;
  height: 50px;
  line-height: 50px;
  width: 80%;
  outline: none;
  font-size: 18px;
  color: #fff;
  text-indent: 40px;
}

.searchbtn {
  width:22px;
  height: 50px;
  background: url(hmfl_em2021_search.png) center center no-repeat;
  float: right;
}

.searchclose {
	float: right;
    position: relative;
    padding: 0 12px 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 48px;
    width: 30px;
}

.searchclose img {
  width: 18px;
  cursor: pointer;
}

.searchclose::before {
  content: '';
  display: block;
  height: 22px;
  width: 1px;
  background-color: #fff;
  position: absolute;
  left: 15px;
  top: 14px;
}

.videobox img {
  width: 100%;
}

.logobox {
  margin-top: -25px;
}

.logo {
  display: flex;
  align-items: center;
  margin-top: -10px;
}
.logo a {
  margin-right: 30px;
}

.navmain {
  width: 100%;
  height: 55px;
  background: rgba(0, 115, 209, 0.8);
  line-height: 55px;
  margin-bottom: 40px;
  position: relative;
  z-index: 10000000;
}

.nav ul li {
  float: left;

  text-align: center;
  position: relative;
}

.nav ul li a {
  font-size: 18px;
  color: #ffffff;
  padding: 0 32px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
}
.nav ul li a img {
  margin-left: 10px;
}

.nav ul li:hover {
  background: #03519A;
}
.nav ul li:hover dl {
  display: block;
}

.nav ul li dl {
  position: absolute;
  left: 0;
  top: 54px;
  padding: 8px 0;
  display: none;
  background: #003979;
}
.nav ul li dl dd {
  line-height: 50px;
  width: 300px;
}
.nav ul li dl dd a {
  display: block;
  height: 40px;
  padding: 0 0 0 35px;
  line-height: 40px;
  text-align: left;
  text-transform: none;
  color: #fff;
}
.nav ul li dl dd a:hover {
  background: #026bc4;
  color: #fff;
}
.nav ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 8px;
  background-color: #f4f4f4;
  top: 50%;
  margin-top: -4px;
  left: 0;
}
.nav ul li:hover::before,
.nav ul li.cur::before {
  display: none;
}
.nav ul li::after {
  content: '';
  position: absolute;
  width: 65px;
  height: 8px;
  background-color: #60b7ff;
  bottom: 0;
  left: 50%;
  display: none;
  margin-left: -32px;
}
.nav ul li.cur::after {
  display: block;
}

/*0404添加三级菜单*/
.nav ul li dl dd a ul.two {
    top: 0;
    left: 150px;
	display: none;
}


.nav ul li dl dd {
    position: relative;
}
/*这是第二级菜单*/
.nav .yyui_menu1 li ul a {

}

.nav .yyui_menu1 li ul a:hover {

}

.nav .yyui_menu1 li dd ul.two {
width: 260px;
  position: absolute;
  top: 0;
  left: 100%;
  background: #026bc4;
	padding: 10px 0;
	display: none;
}

/*从第三级菜单开始,所有的子级菜单都相对偏移*/
.nav ul li ul.two li::before { content: none;
 
}

.nav ul.two li a {
  color: #fff;
  padding-left:20px;
}

.nav ul.two li a img {
  margin-right: 6px;
  position: relative;
  top: 8px;
}

.nav ul.yyui_menu1 li ul.two li a.fly {
  font-size: 16px;
  text-align: left; 
  padding: 0 20px;
  display: block;
  line-height: 34px; 
  height: 34px; width: 220px;
}
.nav ul.yyui_menu1 li ul.two li a.fly:hover{background: #0159a4; }


/*0404添加三级菜单结束*/







.banner img {
  width: 100%;
}

/*
*这里banner结束了
*/
.newsbox {
 /* background: linear-gradient(180deg, #edf3ff 0%, #f7faff 100%);*/
  padding: 60px 0;
}
.titles { 
  margin-bottom: 30px;
}
.titles h3 {  
  font-size: 30px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #444444;
  line-height: 36px;
  position: relative;
  z-index: 100;
  text-transform: uppercase;
}
.titles h3:after {
  background-color: rgba(0, 115, 208, 0.8);
  content: '';
  display: block;
  width: 55px;
  height: 14px;
  position: absolute;
  top: 17px;
  z-index: -1;
}

.newslist ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.newslist ul li {
  width: 425px;
  border-right: 1px solid #dedede;
  padding-right: 30px;
  box-sizing: border-box;
  position: relative;
}
.newslist ul li h3 {
  margin-bottom: 10px;
}
.newslist ul li h3 a {
  font-size: 18px;
  font-family: Gotham-Medium, Gotham;
  font-weight: bold;
  color: #444444;
  line-height: 32px;
}
.newslist ul li h3 a:hover{color:#03519A;}
.newslist ul li h3::after {
  background-color: #338fd9;
  content: '';
  display: block;
  width: 42px;
  height: 1px;
  margin-top: 12px;
}
.newslist ul li p {
  font-size: 16px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  height: 168px;
  overflow: hidden;
  margin-bottom: 30px;
  color: #444444;
  line-height: 28px;
}
.newslist ul li h4 {
  font-size: 15px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #abacad;
  line-height: 32px;
  position: absolute;
  bottom: 0;
}
.newslist ul li:last-child {
  border: none;
}

.more a {
  width: 228px;
  height: 54px;
  line-height: 54px;
  background: #03519a;
  border-radius: 3px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #ffffff;
}
.more a:hover{background: #003979;}
.picture {
  background-color: #fff;
  width: 100%;
  padding: 77px 0 90px;
}
.magnlist ul {
  display: flex;
  justify-content: space-between;
}
.magnlist ul li {
  width: 308px;
}
.picbox {
  width: 308px;
  position: relative;
  z-index: 1000;

}
.picbox img {
  width: 100%;
  height: 100%;
}
.pictips {
  width: 308px;
  height: 168px;
  background: rgba(0, 115, 209, 0.8);
  background: url(hmfl-en2021-bluebg.png)no-repeat;
	background-size: cover;
  padding: 37px 0 0 18px;
  box-sizing: border-box;
  margin-top: -30px;
  position: relative;
  z-index: 10000;
}
.pictips a {
  font-size: 20px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  display: block;
  width: 100%;
	height: 100%;
}
.pictips a:hover{ text-decoration: underline;}
.imfrc {
  background: url(hmfl_em2021_imfrc.png) center center no-repeat;
  background-size: cover;
  padding: 40px 0 48px;
}
.imfrc .basediv {
  display: flex;
}
.imfrctext {
  width: 620px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.imfrctext h3 {
  height: 36px;
  font-size: 40px;
  font-family: Gotham-Medium, Gotham;
  font-weight: bold;
  color: #03519a;
  line-height: 36px;
  margin-bottom: 20px;
}
.imfrctext p {
  height: 72px;
  font-size: 28px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #03519a;
  line-height: 36px;
}
.imfrclogo {
  margin: 0 30px;
}

.featured {
  width: 100%;
  background-color: #fff;
  padding: 70px 0;
}
.featlist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.featlist ul li {
  width: 50%;
  padding-right: 50px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.featlist ul li::before {
  width: 42px;
  height: 1px;

  content: '';
  display: block;
  background-color: #338fd9;
  margin-bottom: 10px;
}
.featlist ul li a {
  font-size: 18px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 32px;
}
.featlist ul li a:hover{color:#03519A;}
.research {
  padding: 100px 0 70px;
}
.research-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
.research-list li {
  width: 308px;
  height: 200px;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 20px;
  box-sizing: border-box;
}
.research-list li::before {
  width: 42px;
  height: 1px;
  content: '';
  display: block;
  background-color: #338fd9;
  margin-bottom: 15px;
}
.research-list li a {
  font-size: 18px;
  font-family:Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 30px;
}
.research-list li a:hover{color:#03519A;}

/*
*年度报告 annual report
*/
.annual {
  background: url(hmfl_em2021_annualbg.png) center center no-repeat;
  background-size: cover;
  padding: 90px 0 100px;
}
.annual .titles h3 {
  color: #fff;
}
.annual .titles {
  display: flex;
  justify-content: space-between;
}
.annual .titles ul {
  width: 800px;
  display: flex;
  justify-content: flex-start;
}
.annual .titles ul li {
  margin-right: 120px;
}
.annual .titles ul li::before {
  width: 42px;
  height: 1px;

  content: '';
  display: block;
  background-color: #338fd9;
  margin-bottom: 15px;
}
.annual .titles ul li a {
  font-size: 20px;
  font-family: Roboto-Bold;
  font-weight: bold;
  color: #ffffff;
  line-height: 32px;
  border: none;
}
.annual .titles ul li a:hover{color: #60b7ff;}
.featlist ul li h3 {
  font-size: 18px;
  font-family: Gotham-Medium, Gotham;
  font-weight: bold;
  color: #03519a;
  line-height: 32px;
}

.job {
  padding: 64px 0 73px;
  background-color: #fff;
  width: 100%;
}

.location {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.location {
  background-color: #fff;
}
.location .basediv {
  display: flex;
  justify-content: space-between;
  background: #f3f6fc;
}
.map {
  width: 50%;
	height: 450px;
}
.locationright {
  width: 50%;
}
.localbox {
  padding: 41px 0 0 38px;
  font-size: 18px;
  font-family: Gotham-Medium, Gotham;

  color: #444444;
  line-height: 36px;
}

.links {
  width: 100%;
  background-color: #fff;
  padding: 70px 0 40px;
}
.links .submore{ float: right;}
.links .basediv .titles{ clear: both; display: block; margin-bottom: 50px;}
.links .basediv .titles h3{ width: 300px;}
.links .basediv .titles .submore a:hover{ color: #03519a;}

/*.titles a {
  z-index: 9999;
  position: relative;
  float: right;
  font-size: 20px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #03519a;
  line-height: 42px;
  border-bottom: 1px solid #979797;
  display: block;
  height: 42px;
  width: 112px;
}
.titles a:hover{ border-bottom: 3px solid #498fda;}*/

.linkimages {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.footbox {
  height: 96px;
  background: #022233;
  line-height: 96px;
  font-size: 16px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #ffffff;
  clear:both;

  text-align: center;
}

/*
**subpage start 
*/
.subpage {
  background-color: #fff;
}
.subtitle {
  overflow: hidden;
}
.subtitle h2 {
  font-size: 40px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #ffffff;
  line-height: 48px;
  float: left;
}
.subtitle h2::after {
  width: 100%;
  height: 14px;
  content: '';
  display: block;
 

  background: rgba(97,184,255 ,0.8);
}


 
.subtitle span {
  color: #fff;
  font-size: 20px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  padding-top: 20px;
  display: inline-block;
  line-height: 36px;
}
.subtitle span i {
  padding: 0 20px;
}
.research-areas {
  padding: 40px;
}

.research-areas-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.research-areas-list ul li {
  width: 610px;
  position: relative;margin-bottom: 30px;
 
}
.rese-title {
  position: absolute;
  width: 400px;
  height: 112px;
  background: #ffffff;
  border-top: 6px solid #50a3ec;
  top: -10px;
  left: 50%;
  margin-left: -200px;
}
.rese-title h3 {
  padding: 20px 40px 0 14px;
  font-size: 22px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #444444;
  line-height: 30px;
}
.research-areas-list ul li p {
  font-size: 14px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  padding: 0 10px;
  color: #444444;
  line-height: 26px;
}
.research-areas-list ul li h4 {
  font-size: 14px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #338fd9;
  line-height: 36px;
  padding: 0 10px;
}
.rese-img {
  margin-bottom: 20px;
}

.rese-center-left {
  width: 522px;
  height: 319px;
  position: relative;
  z-index: 1000;
}
.rese-center-left img{
  width: 100%;
}
.rese-center {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.rese-center-right {
  width: 840px;
  position: relative;
  padding: 0 65px 0 25px;
  z-index: 1;
}
.rese-center-right::before {
  content: '';
  border: 2px solid #edf3ff;
  width: 973px;
  height: 478px;
  position: absolute;
  top: -53px;
  left: -158px;
}
.rese-center-logo {
  display: flex;
  font-size: 28px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #03519a;
  line-height: 36px;
  align-items: center;
  margin-bottom: 25px;
}
.rese-center-logo h3 {
  font-size: 28px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #03519a;
  padding-left: 20px;
  line-height: 36px;
}
.rese-text {
  font-size: 16px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 28px;
}
.imerc-center .titles {
  padding: 0 40px;
}
.submore {
  display: flex;
  justify-content: center;
}
.submore a {
  height: 36px;
  font-size: 16px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #444444;
  line-height: 36px;
  position: relative;
  z-index: 100;
	
	
}

.submore a:after {
  background-color: rgba(0,115,208,0.8);
  content: '';
  display: block;
  width: 55px;
  height: 14px;
	position: absolute;
    top: 17px;
    z-index: -1;
}

.imerc-center {
  padding-bottom: 100px;
}
.publication {
  padding: 40px;
  margin-bottom: 40px;
}
.publicbox ul {
  display: flex;
  justify-content: space-between;
  height: 50px;

  background: #338fd9;
}
.publicbox ol {
  display: flex;
  justify-content: space-between;
}
.publicbox ol:nth-child(odd) {
  background: #f4f7ff;
}
.publicbox ol li {
  border-right: 1px solid #e7e7e7;
  box-sizing: border-box;
  font-size: 16px;
  font-family: GothamRounded-Book, GothamRounded;
  font-weight: normal;
  color: #444444;
  line-height: 30px;
  padding: 17px 30px;
}
.publicbox ul li {
  border-right: 1px solid #e7e7e7;
  padding: 0 30px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
}
.publicbox li.public-w1 {
  width: 305px;
}
.publicbox li.public-w2 {
  width: 655px;
}
.publicbox li.public-w3 {
  width: 175px;
}
.publicbox li.public-w4 {
  width: 120px;
  border-right: none;
}
.hightlilights {
  padding: 0 40px;
  margin-bottom: 84px;
}
.hightlilights .titles .submore h3{ font-size: 16px;  }
.hightlilights .submore {
  float: right;
}
.hightlist ul {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 50px;
}
.hightlist ul li {
  position: relative;
  height: 195px;
}
.hightlist ul li img {
  position: relative;
  z-index: 10;
}
.hightlist ul li p {
  position: absolute;
  z-index: 1000;
  bottom: 0;
  right: 10px;
  font-size: 20px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #ffffff;

  line-height: 40px;
}

.committee {
  background: url(hmfl_en2021_committee.png) center center no-repeat;
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 200px;
}
.committee .titles {
  margin-bottom: 0;
}
.committee .titles h3 {
  color: #fff;
}

.shmff {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}
.shmff-left {
  width: 670px;
  padding-left: 40px;
  position: relative;
  z-index: 10;
}
.shmff-left p {
  font-size: 16px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 28px;
  margin-bottom: 10px;
}
.shmff-left .submore {
  text-align: right;
  justify-content: flex-end;
}
.shmff-right {
  padding-top: 15px;
  position: relative;
  z-index: 100;
}
.shmff-left::before {
  content: '';
  border: 2px solid #edf3ff;
  border-left: none;
  width: 973px;
  height: 478px;
  position: absolute;
  top: -30px;
  left: 0px;
}
.magnets {
  padding: 40px;
}
.magnetsbox {
  display: flex;
  justify-content: space-between;
}
.magnetleft {
  width: 1105px;
}
.magnetleft .research-list {
  flex-wrap: wrap;
  margin-bottom: 0;
}
.magnetleft .research-list li {
  width: 345px;
  height: 111px;
  background: rgba(243, 246, 252, 0.8);
  margin-bottom: 32px;
}

.magnetsbox .submore {
  display: flex;
  align-items: flex-end;
  position: relative;
  top: -30px;
}

.magnettime {
  background: url(hmfl_em2021_magnet_time.png) center center no-repeat;
  height: 200px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 40px;
}
.magnettime a{display: block; width: 100%; height: 100%;}
.magnettime p {
  font-size: 30px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 120px;
  padding-right: 30px;
}
.magnettime p img {
  margin-left: 15px;
}

.subannual {
  background: url(hfml-en2021-AnnualReports.png) center center no-repeat;
  height: 200px;
  box-sizing: border-box;
  padding: 90px 0 0 50px;
}

.shmff-right .submore {
  justify-content: flex-end;
  padding: 30px 50px;
}

.directors {
  padding: 0 40px;
}

.direction-top {
  margin-bottom: 40px;
}
.direction-top ul {
  display: flex;
  justify-content: left;
}
.direction-top ul li {
  width: 325px;
  height: 126px;
  background: rgba(243, 246, 252, 0.8);
  margin: 0 20px 0 0;

  box-sizing: border-box;
}
.direction-top ul li a,.direction-mid ul li a{ height: 86px; display: block; padding:20px;}
.direction-top li p {
  font-size: 16px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #444444;
  line-height: 23px;
}
.direction-top li h3 {
  font-size: 14px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 23px;
}

.direction-top li::before {
  width: 42px;
  height: 1px;
  content: '';
  display: block;
  background-color: #338fd9;
 margin-left: 20px;
}

.direction-mid {
  margin-bottom: 40px;
}
.direction-mid ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.direction-mid ul li {
  width: 18%;
  height: 126px;
  background: rgba(243, 246, 252, 0.8);
  margin: 0 20px 0 0;
 
  box-sizing: border-box;
  margin-bottom: 40px;
}
.direction-mid li p {
  font-size: 16px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #444444;
  line-height: 23px;
}
.direction-mid li h3 {
  font-size: 14px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 23px;
}

.direction-mid li::before {
  width: 42px;
  height: 1px;
  content: '';
  display: block;
  background-color: #338fd9;
  margin-left: 20px;
}

.orgnization {
  padding: 0 40px;
  margin-bottom: 100px;
}
.organizationbox {
  border: 1px solid #338fd9;
  border: 2px solid #edf3ff;
  padding: 64px 110px;
  text-align: center;
}

.history {
  background: url(hmfl_en2021_history.png) center top no-repeat;
  padding: 50px 40px;
 
}
.history_detail{  background:url(hmfl_en2021_history_detail.png) center top no-repeat;}
.history .submore{justify-content: flex-end;
    padding: 30px 50px;}

.history .submore a{ display: block;  
	}
.submore a:hover{ color: #03519a;}


.datatips {
  background: url(hmfl-en2021-datatips.png);
  width: 166px;
  height: 53px;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #ffffff;
}

.hisleft {
  width: 510px;
  text-align: right;
  padding-right: 38px;
  display: flex;
  justify-content: flex-end;
}
.hisright {
  width: 500px;
  text-align: left;
  padding-left: 40px;
}

.historyline {
  background: url(hmfl-en2021_vertical.png) 0 0 repeat-y;
  width: 1px;
  position: relative;
}
.historybox {
  display: flex;
  justify-content: center; 
}
.line-circle {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 10px;
  display: block;
  left: 50%;
  margin-left: -8px;
  background: url(hmfl-en2021-circle.png);
}
.line-circle::before {
  width: 30px;
  height: 1px;
  background-color: #eb9e48;
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  z-index: 0;
  left: 18px;
}
.line-circle-two {
  top: 85px;
}
.line-circle-two::before {
  left: -31px;
}
.line-circle-three {
  top: 160px;
}

.line-circle-four {
  top: 235px;
}
.line-circle-four::before {
  left: -31px;
}
.line-circle-five {
  top: 310px;
}
.line-circle-six::before {
  left: -31px;
}
.line-circle-six {
  top: 385px;
}

.line-circle-seven {
  top: 460px;
}

.line-circle-eight {
  top: 535px;
}
.line-circle-eight::before {
  left: -31px;
}
.line-circle-nine {
  top: 610px;
}
.line-circle-ten::before {
  left: -31px;
}
.line-circle-ten {
  top: 685px;
}
.line-circle-eleven {
  top: 760px;
}
.line-circle-twelve::before {
  left: -31px;
}
.line-circle-twelve {
  top: 835px;
}
.historytext {
  font-size: 16px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 28px;
  padding: 10px 0;
}
.hisright ul li {
  height: 190px;
}
.hisleft ul {
  padding-top: 74px;
}
.hisleft ul li {
  height: 149px;
  display: flex;
  flex-direction: column;

  align-items: flex-end;
}
.relatelink {
  padding: 40px 40px 80px;
}
.relatelist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.datatips {
  position: relative;
}
.datatips::before {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  top: 12px;
  display: block;
  left: -41px;
  margin-left: -8px;
  background: url(hmfl-en2021-circle.png);
}
.datatips::after {
  width: 30px;
  height: 1px;
  background-color: #eb9e48;
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  top: 20px;
  left: -30px;
}
.hisleft {
  position: relative;
  z-index: 1000;
}
.hisleft .datatips::before {
  left: 204px;
}
.hisleft .datatips::after {
  left: 165px;
}
/**
*news events 
*/
.subnewslist {
  padding: 40px 40px 0;
}
.subnews-img {
  width: 305px;
  margin-left: 40px;
}
.subnewslist ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dee1e8;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
}
.piclist ul.con_list h2{
border-left: 8px solid #3C8FDA;   line-height: 32px; margin-bottom: 30px; background: #f2f2f2; padding: 8px 0 8px 10px;
    font-size: 20px;
    font-family: Gotham-Medium, Gotham;
    font-weight: 500;
}
.piclist ul li {
  display: block;
  width:19%;
  margin-right:5px;
  float:left;
  border-bottom: 0px;
  text-align:center;

}
.subnews-box{
  width:70%;
}
.subnews-box h3 {
  margin-bottom: 8px;
}
.subnews-box h3 a {
  font-size: 20px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #444444;
  line-height: 30px;
}
.subnews-box p {
  font-size: 16px;
  font-family: GothamRounded-Book, GothamRounded;
  font-weight: normal;
  color: #444444;
  line-height: 30px;
  margin-bottom: 20px;
}
.subnews-box h4 {
  font-size: 16px;
  font-family: Roboto-Bold, Roboto;
  font-weight: bold;
  color: #888888;
  line-height: 25px;
}
.subnews-box h4 span {
  color:#444444;
  font-style:italic;
}
.newmore {
  padding: 50px 0;
}
.joinus {
  padding: 54px 40px 200px;
}
.joinus ul {
  display: flex;
  justify-content: space-between;

}
.joinus ul li {
  width: 396px;
  height: 436px;
  position: relative;

  box-sizing: border-box;
}
.joinus ul li h3 {
  font-size: 30px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #ffffff;
  line-height: 48px;
  position: absolute;
  z-index: 100000;
  padding: 0 40px;
  width: 396px;
  box-sizing: border-box;
  top: 30%;
}
.joinus ul li img {
  position: relative;
  z-index: 100;
  width: 100%;
}
.joinus ul li p {
}
.joinus ul li h3::before {
  content: '';
  width: 55px;
  height: 14px;
  background: rgba(0, 115, 209, 0.8);
  display: block;
  position: absolute;
  top: 20px;z-index: -1;
}

.visitmap {
  width: 800px;
}
.visitbox {
  display: flex;
  justify-content: space-between;
  padding: 54px 40px;
}
.visitlocation {
  width: 460px;
}

.staffbox {
  padding: 40px;
}
.staff-img {
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.staff-img img {
  float: left;
  margin-right: 25px;
}
.staff-note {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
.staff-note h3 {
  font-size: 26px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #444444;
  line-height: 30px;
  margin-bottom: 10px;
}
.staff-note h3 span {
  font-size: 20px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
}
.staff-note p {
  font-size: 18px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #444444;
  line-height: 40px;
}
.staff-note p span {
  font-size: 18px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 40px;
  margin-right: 10px;
}

.staff-detail h3 {
  font-size: 16px;
  font-family: Gotham-Book, Gotham;
  font-weight: bold;
  margin-bottom: 20px;
}

.staff-detail p {
  font-size: 16px;
  font-family: Gotham-Book, Gotham;
  color: #444;
  line-height: 30px;
  margin-bottom: 20px;
}

.about-chmfl {
  padding: 40px;
}
.chmfltilte {
  text-align: center;

  font-size: 24px;
  font-family: Gotham-Medium, Gotham;
  font-weight: 500;
  color: #444444;
  margin-bottom: 30px;
  line-height: 30px;
}
.chmfltext p, .chmfltext ol li {
  font-size: 16px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 30px;
  margin-bottom: 20px;
}
.chmfltext ol li {
  list-style: decimal;
}

.chmfltext div font {
  font-family: Gotham-Book, Gotham;
}
.cas_content span {
  font-family: Gotham-Book, Gotham;
}

.cas_content font {
  font-family: Gotham-Book, Gotham;
}

.chmfltext p font {
  font-size: 16px; 
}

.chmflimg {
  text-align: center;
}
.chmflimg p {
  font-size: 16px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 30px;
}

.events-detial {
  padding: 50px 40px;
}
.event-tilte h3 {
  font-size: 24px;
  font-family: Gotham-Bold, Gotham;
  font-weight: bold;
  color: #444444;
  line-height: 40px;
  margin-bottom: 20px;
}
.event-tilte {
  padding-bottom: 40px;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 40px;
}
.event-tilte p {
  font-size: 14px;
  font-family: Gotham-Bold, Gotham;
  font-weight: bold;
  color: #444444;
  line-height: 30px;
}
.event-tilte p span {
  margin: 0 10px;
  color: #979797;
}

.abouteventlint p {
  display: flex;
  align-items: center;
}
.abouteventlint {
  padding: 30px 0;
}
.abouteventlint p img {
  margin-right: 15px;
}
.abouteventlint p a {
  font-size: 16px;
  font-family: Gotham-Book, Gotham;
  font-weight: normal;
  color: #444444;
  line-height: 30px;
}

.pcdisplay {
  display: block;
}
.h5display {
  display: none;
}





/***新增加的样式**************************/
.hisstory{
  padding:  40px;
}





/*max-device-width*/
@media   screen and (max-width: 1330px) {
  .headtips{
    position: relative;
  }
  .searchbox{
     width: 100%;
  }
  .pcdisplay {
    display: none;
  }
  .h5display {
    display: block;
  }

  .basediv {
    width: 994px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .navmain .basediv {
    padding: 0;
  }
  .basediv dl {top: 150px;}
  body {
    /* background: #edf3ff  url(hmfl_en2021_992bg.png) center top no-repeat; */
    background-size: 100%;
  }
  .nav ul li a {
    padding: 0 8px;
  }
  .nav ul li dl dd a {
    padding-left: 10px;
  }

  .nav ul li dl dd {
    width: 220px;
  }

  .newsbox {
    width: 992px;
    margin: 0 auto;
  }
  .newslist ul li{ border: none;}
  .magnlist ul li {
    width: 23%;
  }
  .picbox {
    width: 100%;
   
  }
  .pictips {
    width: 100%;
    height: 165px;
  }
  .pictips a {
    line-height: 30px;
  }
  .research-list li {
    width: 23%;
    height: auto;
    padding-bottom: 20px;
  }
  .location .basediv {
    padding: 0;
  }





/***/
	.organizationbox {
		padding: 34px 0px;}
.organizationbox img{ width: 100%;}
	
.shmff-left::before{  display: none;}
.shmff{
  flex-direction: column;
}
.shmff-left{
  width: 100%;
  padding:0 20px;
   box-sizing: border-box;
}
.shmff-right {
  width: 100%;
}
.shmff-right img{
  width: 100%;
}

.direction-mid ul li{
  width: 30%;
}
.publicbox ol li{ padding: 8px 10px;}
.publicbox li.public-w1{
  width: 205px;
}

.publicbox li.public-w2 {
  width: 448px;
}



.research-areas{
  padding: 20px;
}


.research-areas-list ul li{
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}


.rese-img img { width: 100%; }

.rese-center-right::before{
  display: none;
}
.rese-center-left{
  width:40%;
}
.rese-center-left img{
  width: 100%;
}
.rese-center-right{
  width: 60%;
  padding-right: 0;
  box-sizing: border-box;
}
.rese-center-logo img{
  width: 100px;
}
.hightlist ul{
  flex-wrap: wrap;
  justify-content: flex-start;
  
}
.hightlist ul li{
   padding: 0 10px;
   margin-bottom: 15px;
}
.joinus{
  padding: 30px 15px;
}
.joinus ul li{
  width: 30%;
}
.joinus ul li h3{
  width: 100%;
  box-sizing: border-box;
  font-size: 24px;
    line-height: 36px;padding: 0 25px;
top: 20%;}
	.joinus ul {
    justify-content: space-around;
}
	.shmff {
		padding: 40px 0;}
	.shmff .titles {
    margin-bottom: 15px;
}
	.magnetsbox {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
	.magnetleft {
    width: 100%;
}
	.magnetleft .research-list {display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-direction: row;}
	.magnetleft .research-list li {
		width: 48%;}
	.historybox .hisleft #_1_list li,.historybox .hisright #_2_list li{ min-height: 190px;}
}

@media  screen and (max-width: 992px) {
  .subnews-box{
    width:60%;
  }
  
  .pcdisplay {
    display: none;
  }
  .h5display {
    display: block;
  }
  .basediv {
    width: 768px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
  }
  .headmain {
    position: relative;
  }
	
  .menuico {
    position: absolute;
    display: block;
    top: 50%;
  margin-top: 0;
    right: 10px;
    background: url(hmfl_en2021_meun.png) 100% 100% no-repeat;
    background-size: 100%;
    width:34px;
    height: 34px;
    content: '';
  }
  .navmain {
    display: none;
  }
  .nav ul li{
    width: 100%;
    float: none;
  }
  .nav ul li a{
    justify-content: center;
    text-align: center;
  }
  .nav ul li::before{
    display: none;
  }
  .nav ul li dl{
    position: relative;
    width: 100%;
    top: 0;
  }
  .nav ul li dl dd{
    width: 100%;
  }
  .navmain{

    position: absolute;
    top: 149px;
    height: auto;
    background: #0073d1;
  }

	/*0404添加三级菜单*/
.nav .yyui_menu1 li dd ul.two {z-index: 999;
  width: 100%;
  position: relative;
  left: 0%;
  background: #026bc4;
	padding: 10px 0;
	display: none;
}
.nav ul.yyui_menu1 li ul.two li a.fly {
  font-size: 16px;
  text-align: center; 
  padding: 0;
  display: block;
  line-height: 34px; 
  height: 34px; width: 100%;
}	
	
	
	

  body {
    /* background: #edf3ff  url(hmfl_en2021_992bg.png) center top no-repeat; */
    /* background-size: 100%; */
  }
.basediv dl { top:120px; left: 40px;}
.basediv dl dt{ font-size: 36px;}
.basediv dl dd{ font-size: 24px;}
  .newslist ul li {
    width: 33.3%;
    box-sizing: border-box;
    padding-right: 20px;
    margin-right: 20px;
  }
  .nav ul li a {
    padding: 0 8px;
  }
  .nav ul li dl dd a {
    padding-left: 10px;
    text-align: center;
  }

  .nav ul li dl dd {
   
  }

  .newsbox {
    width: 769px;
    margin: 0 auto;
  }

  .imfrc {
    /* background: url(hmfl_em2021_992imfrc.png) center center no-repeat; */
  }
  .magnlist ul li {
    width: 23%;
  }
  .picbox {
    width: 100%;
   
  }
  .pictips {
    width: 100%;
    height: 175px;
  }
  .pictips a {
    line-height: 30px;font-size: 18px;
  }
  .research-list {
    flex-wrap: wrap;
  }
  .research-list li {
    margin-bottom: 20px;
    width: 354px;
    height: auto;
    padding-bottom: 20px;
    font-family: GothamRounded-Book, GothamRounded;
    font-weight: normal;
  }
  .research-list li:nth-child(even) {
    margin-right: 0;
  }
  .location .basediv {
    padding: 0;
  }
	.localbox {
		padding: 41px 0 40px 20px;}
  .annual .titles {
    flex-direction: column;
  }
  .annual .titles h3 {
    margin-bottom: 30px;
  }
  .map {
    width: 100%;
  }
  .location .basediv {
    flex-direction: column;
  }
  .locationright {
    width: 100%;
  }
  .magnetsbox{
  flex-direction: column;
  }

  .magnetleft .research-list li{
    width: 310px;
    box-sizing: border-box;
  }
  .magnetleft{
    width: 100%;
  }
  .publicbox ol li{ padding: 8px 5px;}
  .publicbox li.public-w1{
    width: 160px;
  }
  
  .publicbox li.public-w2 {
    width: 260px;
  }
  
  
  .publicbox li.public-w3 {
    width: 115px;
  }
  
  
  .publicbox li.public-w4 {
    width: 115px;
  }
  
  
  .annual .titles ul{
    width: 100%;
  }


  .subannual {
    margin-bottom: 30px;
   padding-top: 30px;
  }

.subannual .basediv{
  width: 100%;
  padding-right: 30px;
}

.rese-title{
  width: 280px;
  margin-left: -140px;
  height: 90px;
}

.rese-title h3{
  font-size: 18px;padding: 15px;
}
.rese-center{
  flex-wrap: wrap;
}
.rese-center-left{
  width: 100%;
  height: auto;
}
.rese-center-right{
  width: 100%;
  padding:20px;
}
.publicbox ul li{
  padding: 0 10px;
}
.publication{
  padding: 15px;
}
.hightlist ul li{
   margin: 20px;
}

.joinus ul li h3{
  top: 5%;
  line-height:32px;
}
.shmff {
    padding: 35px 0;
}
	.titles {
    margin-bottom: 20px;
}

	.organizationbox{
	border: none;padding: 20px 0px;}
	.subannual {padding-left: 0;}
	.historybox .hisleft #_1_list li,.historybox .hisright #_2_list li{ min-height: 230px;}
	.piclist ul li {
		width: 32%;}
}
@media  screen and (max-width: 768px)  {
  .subnews-box{
    width: 100%;
  }
	.logo {margin-top: 10px;}
  .pcdisplay {
    display: none;
  }
  .h5display {
    display: block;
    width: 65%;
  }
  .basediv {
    width: 100%;
    margin: 0 auto;
    padding: 0  10px;
    box-sizing: border-box;
    position: relative;
	  margin-top: 20px;
  }
	.basediv dl {
		top: 90px;}
  .headmain {
    position: relative;
  }
  .menuico {
    position: absolute;
    display: block;
    top: 50%;
 
    right: 10px;
    background: url(hmfl_en2021_meun.png) 100% 100% no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    content: '';
  }
  .navmain {
    top: 105px;
    display: none;
  }
  body {
    background: #edf3ff  url(hmfl_en2021_768bg.png) center top no-repeat;  
    background-size: 100%;
  }
  .newslist ul {
    flex-direction: column;
  }
  .newslist ul li {
    width: 100%;
    box-sizing: border-box;
    padding-right: 0;
    margin-right: 0px;
    border: none;
  }
  .nav ul li a {
    padding: 0 8px;
  }
  .nav ul li dl dd a {
    padding-left: 10px;
  }

  

  .newsbox {
    width: 100%;
    margin: 0 auto; padding-top: 20px;
  }
	.newslist ul li{ margin-bottom: 30px;}
.newslist ul li p {
	height: 90px;margin-bottom: 0px;}
  .imfrc {
    /* background: url(hmfl_em2021_992imfrc.png) center center no-repeat; */
  }
  .magnlist ul {
    display: flex;
    flex-wrap: wrap;
  }
  .magnlist ul li {
    width: 48%;
    margin-bottom: 20px;
  }
  .picbox {
    width: 100%;
  
  }
  .pictips {
    width: 100%;
    height: 145px;
  }
  .pictips a {
    line-height: 30px;
  }
  .research-list {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .research-list li {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    font-family: GothamRounded-Book, GothamRounded;
    font-weight: normal;
    margin-bottom: 20px;
  }
	

  .location .basediv {
    padding: 0;
  }
  .annual .titles {
    flex-direction: column;
    justify-content: space-between;
  }
  .annual .titles h3 {
    margin-bottom: 30px;
  }
  .featlist ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .map {
    width: 100%;
  }
  .location .basediv {
    flex-direction: column;
  }
  .linkimages {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .annual .titles ul {
    box-sizing: border-box;
    width: 100%;
    justify-content: space-between;
  }
  .annual .titles ul li {
    margin-right: 0;
  }
  .imfrclogo {
    width: 40%;
    margin: 0;
  }
  .imfrctext p {
    font-size: 18px;
  }
  .imfrclogo img {
    width: 100%;
  }

  .linkimages img {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .footbox {
    height: auto;
    padding: 20px;
    font-size: 16px;
    line-height: 30px;
    box-sizing: border-box;
  }

  .logo a {
    width: 90px;
    margin-right: 10px;
  }
  .logo a img {
    width: 100%;
  }

/**about*/
.directors{
  padding: 0 15px;
}
.direction-top ul {
  flex-direction: column;
}
.direction-top ul li{

  width: 100%;
  margin: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.direction-top{
  margin-bottom: 0;
}


.direction-mid ul li{
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.organizationbox{
  padding: 10px;
}

.orgnization{
  padding: 0 15px;
}
.hisleft{
  display: none;
}
.relatelink{
   padding: 15px;
}
.relatelist ul li img{ width: 100%;}
.hisstory{
  padding: 20px 15px;
}
.subtitle h2{
  font-size: 32px;
}
.publicbox{
  width: 768px;
  overflow-y: auto;
}


.publication{
  width: 100%;
  padding: 0 15px;
   overflow-y: auto;
  box-sizing: border-box;
}


.magnets{
  padding: 15px;
}

.magnetleft .research-list li{
  width: 100%;
  box-sizing: border-box;
 
}


.research-areas-list ul li{

width: 100%;
padding: 0 ;

}
.rese-title {
  width: 80%;
    /* margin-left: -100px; */
    height: 90px;
    margin: 0 auto;
    text-align: center;
    left: 10%;
}
 

.rese-center-logo h3{
  font-size: 18px;
  line-height: 30px;
}

.hightlilights{
  padding: 0 15px;
}
.hightlist ul li{
  width: 27%;
  margin: 3%;
  box-sizing: border-box;
  padding: 0;
  height: auto;
}
.hightlist ul li img{
  width: 100%;
}


.chmflimg img{ width: 100%;}
.about-chmfl{
   padding: 20px 15px;
}
.subnewslist ul li{
  display: flex;
  flex-direction: column;
}
.subnews-box{ margin-bottom: 20px;}
.subnews-img{
   width: 100%;
   margin: 0;
}
.subnews-img img{ width: 100%;}





.visitbox{
  padding: 20px 15px;
  flex-direction: column;
}



.visitmap{
  width: 100%;
}

.visitlocation{
  width: 100%;
  box-sizing: border-box;
}

.joinus ul{
  flex-direction: column;
}
.joinus ul li {
 height: auto;
 width: 100%;
 margin-bottom: 20px;
 
}
.joinus ul li h3{
  top: 40%;
}


.searchput {
  width: 70%;
}
.staffbox{
  padding: 40px 15px;
}
	.magnetleft .research-list li { height: auto; margin-bottom: 20px;}
	.subnewslist {
    padding: 25px 15px 0;
}
	
}

@media  screen and (max-width: 576px) {
	.searchput {
  	text-indent: 25px;
	}
	.searchclose {width: 40px;padding: 0 0 0 15px;}
	 .logo a {
		 width: 58px;}
	.basediv dl {
		top: 70px; left: 30px;
	}
	.basediv dl {
		top: 50px;}
	.basediv dl dt {
		font-size: 22px}
	.basediv dl dd {
		font-size: 18px;}
	.pictips {
    height: 130px; padding-top: 26px;
}
	.pictips a {
    line-height: 26px;font-size: 16px;
}
	
	.picture,.featured,.research,.job,.links  {
    padding: 35px 0;
	}
	

	.newslist ul,.featlist ul,.research-list {
    margin-bottom: 20px;
}
	.hisright ul li {
    height: auto; padding-bottom: 20px;
}
	.staff-img img{
  float: none;
  
  margin: 0;
  margin-bottom: 20px;
}
	.staff-img{
  flex-direction: column;
}
	.rese-img {
    margin-bottom: 0;
}
	.piclist ul li {
		width: 48%;}
	
}
@media only screen and (max-device-width: 375px) {

	.basediv {
    margin-top: 0px;
}
		.basediv dl {
		top: 50px; left: 20px;
	}
	.basediv dl {
		top: 50px;}
	.basediv dl dt {
		font-size: 18px}
	.basediv dl dd {
		font-size: 14px;}
	.banner { margin-top: 20px;}
	.rese-title h3{padding: 8px; line-height: 24px;
}
	.research-areas-list ul li p{ padding: 0;}
	.research-areas-list ul li h4 {
    padding: 0;
}
	.piclist ul li {
		width: 100%;}
	.subtitle span {display: none;}
	
}


